Class CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openclustermanagement.api.model.policy.v1.CompliancePerClusterStatusFluent<A>
-
- Direct Known Subclasses:
CompliancePerClusterStatusBuilder,PolicyStatusFluent.StatusNested
public class CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description CompliancePerClusterStatusFluent()CompliancePerClusterStatusFluent(CompliancePerClusterStatus 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(CompliancePerClusterStatus instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetClustername()StringgetClusternamespace()StringgetCompliant()booleanhasAdditionalProperties()booleanhasClustername()booleanhasClusternamespace()booleanhasCompliant()inthashCode()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithClustername(String clustername)AwithClusternamespace(String clusternamespace)AwithCompliant(String compliant)
-
-
-
Constructor Detail
-
CompliancePerClusterStatusFluent
public CompliancePerClusterStatusFluent()
-
CompliancePerClusterStatusFluent
public CompliancePerClusterStatusFluent(CompliancePerClusterStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(CompliancePerClusterStatus instance)
-
getClustername
public String getClustername()
-
hasClustername
public boolean hasClustername()
-
getClusternamespace
public String getClusternamespace()
-
hasClusternamespace
public boolean hasClusternamespace()
-
getCompliant
public String getCompliant()
-
hasCompliant
public boolean hasCompliant()
-
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 CompliancePerClusterStatusFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CompliancePerClusterStatusFluent<A>>
-
-