public class FlowSchemaConditionFluentImpl<A extends FlowSchemaConditionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements FlowSchemaConditionFluent<A>
| Constructor and Description |
|---|
FlowSchemaConditionFluentImpl() |
FlowSchemaConditionFluentImpl(FlowSchemaCondition 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 FlowSchemaConditionFluentImpl()
public FlowSchemaConditionFluentImpl(FlowSchemaCondition instance)
public String getLastTransitionTime()
getLastTransitionTime in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public A withLastTransitionTime(String lastTransitionTime)
withLastTransitionTime in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public Boolean hasLastTransitionTime()
hasLastTransitionTime in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>@Deprecated public A withNewLastTransitionTime(String arg0)
withNewLastTransitionTime in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public String getMessage()
getMessage in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public A withMessage(String message)
withMessage in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public Boolean hasMessage()
hasMessage in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>@Deprecated public A withNewMessage(String arg0)
withNewMessage in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public String getReason()
getReason in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public A withReason(String reason)
withReason in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public Boolean hasReason()
hasReason in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>@Deprecated public A withNewReason(String arg0)
withNewReason in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public String getStatus()
getStatus in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public A withStatus(String status)
withStatus in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public Boolean hasStatus()
hasStatus in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>@Deprecated public A withNewStatus(String arg0)
withNewStatus in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public String getType()
getType in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public A withType(String type)
withType in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>public Boolean hasType()
hasType in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>@Deprecated public A withNewType(String arg0)
withNewType in interface FlowSchemaConditionFluent<A extends FlowSchemaConditionFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.