public class ChaosConditionFluentImpl<A extends ChaosConditionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ChaosConditionFluent<A>
| Constructor and Description |
|---|
ChaosConditionFluentImpl() |
ChaosConditionFluentImpl(ChaosCondition instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getReason() |
String |
getStatus() |
String |
getType() |
int |
hashCode() |
Boolean |
hasReason() |
Boolean |
hasStatus() |
Boolean |
hasType() |
String |
toString() |
A |
withReason(String reason) |
A |
withStatus(String status) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ChaosConditionFluentImpl()
public ChaosConditionFluentImpl(ChaosCondition instance)
public String getReason()
getReason in interface ChaosConditionFluent<A extends ChaosConditionFluent<A>>public A withReason(String reason)
withReason in interface ChaosConditionFluent<A extends ChaosConditionFluent<A>>public Boolean hasReason()
hasReason in interface ChaosConditionFluent<A extends ChaosConditionFluent<A>>public String getStatus()
getStatus in interface ChaosConditionFluent<A extends ChaosConditionFluent<A>>public A withStatus(String status)
withStatus in interface ChaosConditionFluent<A extends ChaosConditionFluent<A>>public Boolean hasStatus()
hasStatus in interface ChaosConditionFluent<A extends ChaosConditionFluent<A>>public String getType()
getType in interface ChaosConditionFluent<A extends ChaosConditionFluent<A>>public A withType(String type)
withType in interface ChaosConditionFluent<A extends ChaosConditionFluent<A>>public Boolean hasType()
hasType in interface ChaosConditionFluent<A extends ChaosConditionFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ChaosConditionFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ChaosConditionFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.