Class PolicyAutomationSpecFluent<A extends PolicyAutomationSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.policy.v1beta1.PolicyAutomationSpecFluent<A>
-
- Direct Known Subclasses:
PolicyAutomationFluent.SpecNested,PolicyAutomationSpecBuilder
public class PolicyAutomationSpecFluent<A extends PolicyAutomationSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPolicyAutomationSpecFluent.AutomationDefNested<N>
-
Constructor Summary
Constructors Constructor Description PolicyAutomationSpecFluent()PolicyAutomationSpecFluent(PolicyAutomationSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
PolicyAutomationSpecFluent
public PolicyAutomationSpecFluent()
-
PolicyAutomationSpecFluent
public PolicyAutomationSpecFluent(PolicyAutomationSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(PolicyAutomationSpec instance)
-
buildAutomationDef
public AutomationDef buildAutomationDef()
-
withAutomationDef
public A withAutomationDef(AutomationDef automationDef)
-
hasAutomationDef
public boolean hasAutomationDef()
-
withNewAutomationDef
public PolicyAutomationSpecFluent.AutomationDefNested<A> withNewAutomationDef()
-
withNewAutomationDefLike
public PolicyAutomationSpecFluent.AutomationDefNested<A> withNewAutomationDefLike(AutomationDef item)
-
editAutomationDef
public PolicyAutomationSpecFluent.AutomationDefNested<A> editAutomationDef()
-
editOrNewAutomationDef
public PolicyAutomationSpecFluent.AutomationDefNested<A> editOrNewAutomationDef()
-
editOrNewAutomationDefLike
public PolicyAutomationSpecFluent.AutomationDefNested<A> editOrNewAutomationDefLike(AutomationDef item)
-
getDelayAfterRunSeconds
public Integer getDelayAfterRunSeconds()
-
hasDelayAfterRunSeconds
public boolean hasDelayAfterRunSeconds()
-
getEventHook
public String getEventHook()
-
hasEventHook
public boolean hasEventHook()
-
getMode
public String getMode()
-
hasMode
public boolean hasMode()
-
getPolicyRef
public String getPolicyRef()
-
hasPolicyRef
public boolean hasPolicyRef()
-
getRescanAfter
public String getRescanAfter()
-
hasRescanAfter
public boolean hasRescanAfter()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PolicyAutomationSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PolicyAutomationSpecFluent<A>>
-
-