public class SignatureConditionFluentImpl<A extends SignatureConditionFluent<A>> extends BaseFluent<A> implements SignatureConditionFluent<A>
_visitables| Constructor and Description |
|---|
SignatureConditionFluentImpl() |
SignatureConditionFluentImpl(SignatureCondition instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLastProbeTime() |
String |
getLastTransitionTime() |
String |
getMessage() |
String |
getReason() |
String |
getStatus() |
String |
getType() |
Boolean |
hasLastProbeTime() |
Boolean |
hasLastTransitionTime() |
Boolean |
hasMessage() |
Boolean |
hasReason() |
Boolean |
hasStatus() |
Boolean |
hasType() |
A |
withLastProbeTime(String lastProbeTime) |
A |
withLastTransitionTime(String lastTransitionTime) |
A |
withMessage(String message) |
A |
withReason(String reason) |
A |
withStatus(String status) |
A |
withType(String type) |
public SignatureConditionFluentImpl()
public SignatureConditionFluentImpl(SignatureCondition instance)
public String getLastProbeTime()
getLastProbeTime in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public A withLastProbeTime(String lastProbeTime)
withLastProbeTime in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public Boolean hasLastProbeTime()
hasLastProbeTime in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public String getLastTransitionTime()
getLastTransitionTime in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public A withLastTransitionTime(String lastTransitionTime)
withLastTransitionTime in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public Boolean hasLastTransitionTime()
hasLastTransitionTime in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public String getMessage()
getMessage in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public A withMessage(String message)
withMessage in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public Boolean hasMessage()
hasMessage in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public String getReason()
getReason in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public A withReason(String reason)
withReason in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public Boolean hasReason()
hasReason in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public String getStatus()
getStatus in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public A withStatus(String status)
withStatus in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public Boolean hasStatus()
hasStatus in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public String getType()
getType in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public A withType(String type)
withType in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>public Boolean hasType()
hasType in interface SignatureConditionFluent<A extends SignatureConditionFluent<A>>Copyright © 2011–2018 Red Hat. All rights reserved.