Class PatchEntityFluent<A extends PatchEntityFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.PatchEntityFluent<A>
-
- Direct Known Subclasses:
ClusterDeploymentCustomizationSpecFluent.InstallConfigPatchesNested,PatchEntityBuilder
public class PatchEntityFluent<A extends PatchEntityFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description PatchEntityFluent()PatchEntityFluent(PatchEntity 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(PatchEntity instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetFrom()StringgetOp()StringgetPath()StringgetValue()booleanhasAdditionalProperties()booleanhasFrom()inthashCode()booleanhasOp()booleanhasPath()booleanhasValue()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithFrom(String from)AwithOp(String op)AwithPath(String path)AwithValue(String value)
-
-
-
Constructor Detail
-
PatchEntityFluent
public PatchEntityFluent()
-
PatchEntityFluent
public PatchEntityFluent(PatchEntity instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(PatchEntity instance)
-
getFrom
public String getFrom()
-
hasFrom
public boolean hasFrom()
-
getOp
public String getOp()
-
hasOp
public boolean hasOp()
-
getPath
public String getPath()
-
hasPath
public boolean hasPath()
-
getValue
public String getValue()
-
hasValue
public boolean hasValue()
-
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 PatchEntityFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PatchEntityFluent<A>>
-
-