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 TypeMethodDescriptionbooleangetType()inthashCode()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:
getLastTransitionTimein interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
withLastTransitionTime
- Specified by:
withLastTransitionTimein interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
hasLastTransitionTime
- Specified by:
hasLastTransitionTimein interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
getMessage
- Specified by:
getMessagein interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
withMessage
- Specified by:
withMessagein interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
hasMessage
- Specified by:
hasMessagein interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
getReason
- Specified by:
getReasonin interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
withReason
- Specified by:
withReasonin interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
hasReason
- Specified by:
hasReasonin interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
getStatus
- Specified by:
getStatusin interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
withStatus
- Specified by:
withStatusin interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
hasStatus
- Specified by:
hasStatusin interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
getType
- Specified by:
getTypein interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
withType
- Specified by:
withTypein interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
hasType
- Specified by:
hasTypein interfaceV1StatefulSetConditionFluent<A extends V1StatefulSetConditionFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1StatefulSetConditionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1StatefulSetConditionFluent<A>>
-
toString
-