Class V1ComponentConditionFluentImpl<A extends V1ComponentConditionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ComponentConditionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ComponentConditionFluent<A>
- Direct Known Subclasses:
V1ComponentConditionBuilder
public class V1ComponentConditionFluentImpl<A extends V1ComponentConditionFluent<A>>
extends BaseFluent<A>
implements V1ComponentConditionFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ComponentConditionFluentImpl
(io.kubernetes.client.openapi.models.V1ComponentCondition instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getError()
getType()
hasError()
int
hashCode()
hasType()
toString()
withMessage
(String message) withStatus
(String status) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ComponentConditionFluentImpl
public V1ComponentConditionFluentImpl() -
V1ComponentConditionFluentImpl
public V1ComponentConditionFluentImpl(io.kubernetes.client.openapi.models.V1ComponentCondition instance)
-
-
Method Details
-
getError
- Specified by:
getError
in interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
withError
- Specified by:
withError
in interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
hasError
- Specified by:
hasError
in interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
getMessage
- Specified by:
getMessage
in interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
withMessage
- Specified by:
withMessage
in interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
hasMessage
- Specified by:
hasMessage
in interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
getStatus
- Specified by:
getStatus
in interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
withStatus
- Specified by:
withStatus
in interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
hasStatus
- Specified by:
hasStatus
in interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
getType
- Specified by:
getType
in interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
withType
- Specified by:
withType
in interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
hasType
- Specified by:
hasType
in interfaceV1ComponentConditionFluent<A extends V1ComponentConditionFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ComponentConditionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ComponentConditionFluent<A>>
-
toString
-