Class PolicyFeatureConfig
java.lang.Object
com.vmware.vra.jenkinsplugin.model.catalog.PolicyFeatureConfig
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:27:41.063635-04:00[America/New_York]") public class PolicyFeatureConfig extends Object
PolicyFeatureConfig
-
Constructor Summary
Constructors Constructor Description PolicyFeatureConfig()
-
Method Summary
Modifier and Type Method Description PolicyFeatureConfig
enableDryRun(Boolean enableDryRun)
PolicyFeatureConfig
enableEnforcementType(Boolean enableEnforcementType)
PolicyFeatureConfig
enableUpdateNotification(Boolean enableUpdateNotification)
boolean
equals(Object o)
int
hashCode()
Boolean
isEnableDryRun()
Get enableDryRunBoolean
isEnableEnforcementType()
Get enableEnforcementTypeBoolean
isEnableUpdateNotification()
Get enableUpdateNotificationvoid
setEnableDryRun(Boolean enableDryRun)
void
setEnableEnforcementType(Boolean enableEnforcementType)
void
setEnableUpdateNotification(Boolean enableUpdateNotification)
String
toString()
-
Constructor Details
-
PolicyFeatureConfig
public PolicyFeatureConfig()
-
-
Method Details
-
enableDryRun
-
isEnableDryRun
Get enableDryRun- Returns:
- enableDryRun
-
setEnableDryRun
-
enableEnforcementType
-
isEnableEnforcementType
Get enableEnforcementType- Returns:
- enableEnforcementType
-
setEnableEnforcementType
-
enableUpdateNotification
-
isEnableUpdateNotification
Get enableUpdateNotification- Returns:
- enableUpdateNotification
-
setEnableUpdateNotification
-
equals
-
hashCode
public int hashCode() -
toString
-