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