public class CompliancePerClusterStatusFluentImpl<A extends CompliancePerClusterStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CompliancePerClusterStatusFluent<A>
| Constructor and Description |
|---|
CompliancePerClusterStatusFluentImpl() |
CompliancePerClusterStatusFluentImpl(CompliancePerClusterStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClustername() |
String |
getClusternamespace() |
String |
getCompliant() |
Boolean |
hasClustername() |
Boolean |
hasClusternamespace() |
Boolean |
hasCompliant() |
int |
hashCode() |
A |
withClustername(String clustername) |
A |
withClusternamespace(String clusternamespace) |
A |
withCompliant(String compliant) |
A |
withNewClustername(String arg0)
Deprecated.
|
A |
withNewClusternamespace(String arg0)
Deprecated.
|
A |
withNewCompliant(String arg0)
Deprecated.
|
public CompliancePerClusterStatusFluentImpl()
public CompliancePerClusterStatusFluentImpl(CompliancePerClusterStatus instance)
public String getClustername()
getClustername in interface CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>public A withClustername(String clustername)
withClustername in interface CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>public Boolean hasClustername()
hasClustername in interface CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>@Deprecated public A withNewClustername(String arg0)
withNewClustername in interface CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>public String getClusternamespace()
getClusternamespace in interface CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>public A withClusternamespace(String clusternamespace)
withClusternamespace in interface CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>public Boolean hasClusternamespace()
hasClusternamespace in interface CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>@Deprecated public A withNewClusternamespace(String arg0)
withNewClusternamespace in interface CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>public String getCompliant()
getCompliant in interface CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>public A withCompliant(String compliant)
withCompliant in interface CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>public Boolean hasCompliant()
hasCompliant in interface CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>@Deprecated public A withNewCompliant(String arg0)
withNewCompliant in interface CompliancePerClusterStatusFluent<A extends CompliancePerClusterStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.