Class SuccessPolicyRuleFluent<A extends SuccessPolicyRuleFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.batch.v1.SuccessPolicyRuleFluent<A>
-
- Direct Known Subclasses:
SuccessPolicyFluent.RulesNested,SuccessPolicyRuleBuilder
public class SuccessPolicyRuleFluent<A extends SuccessPolicyRuleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description SuccessPolicyRuleFluent()SuccessPolicyRuleFluent(SuccessPolicyRule instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(SuccessPolicyRule instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()IntegergetSucceededCount()StringgetSucceededIndexes()booleanhasAdditionalProperties()inthashCode()booleanhasSucceededCount()booleanhasSucceededIndexes()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithSucceededCount(Integer succeededCount)AwithSucceededIndexes(String succeededIndexes)
-
-
-
Constructor Detail
-
SuccessPolicyRuleFluent
public SuccessPolicyRuleFluent()
-
SuccessPolicyRuleFluent
public SuccessPolicyRuleFluent(SuccessPolicyRule instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(SuccessPolicyRule instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SuccessPolicyRuleFluent<A>>
-
getSucceededCount
public Integer getSucceededCount()
-
getSucceededIndexes
public String getSucceededIndexes()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasSucceededCount
public boolean hasSucceededCount()
-
hasSucceededIndexes
public boolean hasSucceededIndexes()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SuccessPolicyRuleFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-