public class ClusterDecisionFluentImpl<A extends ClusterDecisionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClusterDecisionFluent<A>
| Constructor and Description |
|---|
ClusterDecisionFluentImpl() |
ClusterDecisionFluentImpl(ClusterDecision instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClusterName() |
String |
getReason() |
Boolean |
hasClusterName() |
int |
hashCode() |
Boolean |
hasReason() |
String |
toString() |
A |
withClusterName(String clusterName) |
A |
withReason(String reason) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ClusterDecisionFluentImpl()
public ClusterDecisionFluentImpl(ClusterDecision instance)
public String getClusterName()
getClusterName in interface ClusterDecisionFluent<A extends ClusterDecisionFluent<A>>public A withClusterName(String clusterName)
withClusterName in interface ClusterDecisionFluent<A extends ClusterDecisionFluent<A>>public Boolean hasClusterName()
hasClusterName in interface ClusterDecisionFluent<A extends ClusterDecisionFluent<A>>public String getReason()
getReason in interface ClusterDecisionFluent<A extends ClusterDecisionFluent<A>>public A withReason(String reason)
withReason in interface ClusterDecisionFluent<A extends ClusterDecisionFluent<A>>public Boolean hasReason()
hasReason in interface ClusterDecisionFluent<A extends ClusterDecisionFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterDecisionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterDecisionFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.