public class DeploymentConditionFluentImpl<A extends DeploymentConditionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DeploymentConditionFluent<A>
| 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() |
int |
hashCode() |
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 |
withNewLastTransitionTime(String arg0)
Deprecated.
|
A |
withNewLastUpdateTime(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 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>>@Deprecated public A withNewLastTransitionTime(String arg0)
withNewLastTransitionTime 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>>@Deprecated public A withNewLastUpdateTime(String arg0)
withNewLastUpdateTime 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>>@Deprecated public A withNewMessage(String arg0)
withNewMessage 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>>@Deprecated public A withNewReason(String arg0)
withNewReason 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>>@Deprecated public A withNewStatus(String arg0)
withNewStatus 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>>@Deprecated public A withNewType(String arg0)
withNewType in interface DeploymentConditionFluent<A extends DeploymentConditionFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.