Class V1beta2FlowSchemaConditionFluentImpl<A extends V1beta2FlowSchemaConditionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1beta2FlowSchemaConditionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1beta2FlowSchemaConditionFluent<A>
- Direct Known Subclasses:
V1beta2FlowSchemaConditionBuilder
public class V1beta2FlowSchemaConditionFluentImpl<A extends V1beta2FlowSchemaConditionFluent<A>>
extends BaseFluent<A>
implements V1beta2FlowSchemaConditionFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1beta2FlowSchemaConditionFluentImpl
(io.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition 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
-
V1beta2FlowSchemaConditionFluentImpl
public V1beta2FlowSchemaConditionFluentImpl() -
V1beta2FlowSchemaConditionFluentImpl
public V1beta2FlowSchemaConditionFluentImpl(io.kubernetes.client.openapi.models.V1beta2FlowSchemaCondition instance)
-
-
Method Details
-
getLastTransitionTime
- Specified by:
getLastTransitionTime
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
withLastTransitionTime
- Specified by:
withLastTransitionTime
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
hasLastTransitionTime
- Specified by:
hasLastTransitionTime
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
getMessage
- Specified by:
getMessage
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
withMessage
- Specified by:
withMessage
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
hasMessage
- Specified by:
hasMessage
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
getReason
- Specified by:
getReason
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
withReason
- Specified by:
withReason
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
hasReason
- Specified by:
hasReason
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
getStatus
- Specified by:
getStatus
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
withStatus
- Specified by:
withStatus
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
hasStatus
- Specified by:
hasStatus
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
getType
- Specified by:
getType
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
withType
- Specified by:
withType
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
hasType
- Specified by:
hasType
in interfaceV1beta2FlowSchemaConditionFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1beta2FlowSchemaConditionFluent<A>>
-
toString
-