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() |
A |
withError(String error) |
A |
withMessage(String message) |
A |
withNewError(String original)
Deprecated.
|
A |
withNewMessage(String original)
Deprecated.
|
A |
withNewStatus(String original)
Deprecated.
|
A |
withNewType(String original)
Deprecated.
|
A |
withStatus(String status) |
A |
withType(String type) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public 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>>
@Deprecated public A withNewError(String original)
withNewError
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>>
@Deprecated public A withNewMessage(String original)
withNewMessage
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>>
@Deprecated public A withNewStatus(String original)
withNewStatus
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>>
@Deprecated public A withNewType(String original)
withNewType
in interface V1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
Copyright © 2021. All rights reserved.