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