public class CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
CompliancePerClusterStatusFluent() |
CompliancePerClusterStatusFluent(CompliancePerClusterStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(CompliancePerClusterStatus instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getClustername() |
String |
getClusternamespace() |
String |
getCompliant() |
boolean |
hasAdditionalProperties() |
boolean |
hasClustername() |
boolean |
hasClusternamespace() |
boolean |
hasCompliant() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withClustername(String clustername) |
A |
withClusternamespace(String clusternamespace) |
A |
withCompliant(String compliant) |
public CompliancePerClusterStatusFluent()
public CompliancePerClusterStatusFluent(CompliancePerClusterStatus instance)
protected void copyInstance(CompliancePerClusterStatus instance)
public String getClustername()
public boolean hasClustername()
public String getClusternamespace()
public boolean hasClusternamespace()
public String getCompliant()
public boolean hasCompliant()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CompliancePerClusterStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CompliancePerClusterStatusFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.