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