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