Class V1StatefulSetConditionFluentImpl<A extends V1StatefulSetConditionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1StatefulSetConditionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1StatefulSetConditionFluent<A>
- Direct Known Subclasses:
V1StatefulSetConditionBuilder
public class V1StatefulSetConditionFluentImpl<A extends V1StatefulSetConditionFluent<A>>
extends BaseFluent<A>
implements V1StatefulSetConditionFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1StatefulSetConditionFluentImpl
(io.kubernetes.client.openapi.models.V1StatefulSetCondition instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
int
hashCode()
hasType()
toString()
withLastTransitionTime
(OffsetDateTime lastTransitionTime) withMessage
(String message) withReason
(String reason) withStatus
(String status) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1StatefulSetConditionFluentImpl
public V1StatefulSetConditionFluentImpl() -
V1StatefulSetConditionFluentImpl
public V1StatefulSetConditionFluentImpl(io.kubernetes.client.openapi.models.V1StatefulSetCondition instance)
-
-
Method Details
-
getLastTransitionTime
- Specified by:
getLastTransitionTime
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
withLastTransitionTime
- Specified by:
withLastTransitionTime
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
hasLastTransitionTime
- Specified by:
hasLastTransitionTime
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
getMessage
- Specified by:
getMessage
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
withMessage
- Specified by:
withMessage
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
hasMessage
- Specified by:
hasMessage
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
getReason
- Specified by:
getReason
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
withReason
- Specified by:
withReason
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
hasReason
- Specified by:
hasReason
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
getStatus
- Specified by:
getStatus
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
withStatus
- Specified by:
withStatus
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
hasStatus
- Specified by:
hasStatus
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
getType
- Specified by:
getType
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
withType
- Specified by:
withType
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
hasType
- Specified by:
hasType
in interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1StatefulSetConditionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1StatefulSetConditionFluent<A>>
-
toString
-