public class V1ComponentConditionFluentImpl<A extends V1ComponentConditionFluent<A>> extends BaseFluent<A> implements V1ComponentConditionFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1ComponentConditionFluentImpl() |
V1ComponentConditionFluentImpl(io.kubernetes.client.openapi.models.V1ComponentCondition instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getError() |
String |
getMessage() |
String |
getStatus() |
String |
getType() |
Boolean |
hasError() |
int |
hashCode() |
Boolean |
hasMessage() |
Boolean |
hasStatus() |
Boolean |
hasType() |
String |
toString() |
A |
withError(String error) |
A |
withMessage(String message) |
A |
withStatus(String status) |
A |
withType(String type) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1ComponentConditionFluentImpl()
public V1ComponentConditionFluentImpl(io.kubernetes.client.openapi.models.V1ComponentCondition instance)
public String getError()
getError in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>public A withError(String error)
withError in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>public Boolean hasError()
hasError in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>public String getMessage()
getMessage in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>public A withMessage(String message)
withMessage in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>public Boolean hasMessage()
hasMessage in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>public String getStatus()
getStatus in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>public A withStatus(String status)
withStatus in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>public Boolean hasStatus()
hasStatus in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>public String getType()
getType in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>public A withType(String type)
withType in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>public Boolean hasType()
hasType in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1ComponentConditionFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1ComponentConditionFluent<A>>Copyright © 2022. All rights reserved.