public class OperatorConditionFluentImpl<A extends OperatorConditionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OperatorConditionFluent<A>
| Constructor and Description |
|---|
OperatorConditionFluentImpl() |
OperatorConditionFluentImpl(OperatorCondition instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLastTransitionTime() |
String |
getMessage() |
String |
getReason() |
String |
getStatus() |
String |
getType() |
int |
hashCode() |
Boolean |
hasLastTransitionTime() |
Boolean |
hasMessage() |
Boolean |
hasReason() |
Boolean |
hasStatus() |
Boolean |
hasType() |
A |
withLastTransitionTime(String lastTransitionTime) |
A |
withMessage(String message) |
A |
withNewLastTransitionTime(String arg0)
Deprecated.
|
A |
withNewMessage(String arg0)
Deprecated.
|
A |
withNewReason(String arg0)
Deprecated.
|
A |
withNewStatus(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withReason(String reason) |
A |
withStatus(String status) |
A |
withType(String type) |
public OperatorConditionFluentImpl()
public OperatorConditionFluentImpl(OperatorCondition instance)
public String getLastTransitionTime()
getLastTransitionTime in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public A withLastTransitionTime(String lastTransitionTime)
withLastTransitionTime in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public Boolean hasLastTransitionTime()
hasLastTransitionTime in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>@Deprecated public A withNewLastTransitionTime(String arg0)
withNewLastTransitionTime in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public String getMessage()
getMessage in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public A withMessage(String message)
withMessage in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public Boolean hasMessage()
hasMessage in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>@Deprecated public A withNewMessage(String arg0)
withNewMessage in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public String getReason()
getReason in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public A withReason(String reason)
withReason in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public Boolean hasReason()
hasReason in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>@Deprecated public A withNewReason(String arg0)
withNewReason in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public String getStatus()
getStatus in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public A withStatus(String status)
withStatus in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public Boolean hasStatus()
hasStatus in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>@Deprecated public A withNewStatus(String arg0)
withNewStatus in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public String getType()
getType in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public A withType(String type)
withType in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>public Boolean hasType()
hasType in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface OperatorConditionFluent<A extends OperatorConditionFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.