Class V1JobConditionFluentImpl<A extends V1JobConditionFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1JobConditionFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1JobConditionFluent<A>
- Direct Known Subclasses:
V1JobConditionBuilder
public class V1JobConditionFluentImpl<A extends V1JobConditionFluent<A>>
extends BaseFluent<A>
implements V1JobConditionFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1JobConditionFluentImpl
(io.kubernetes.client.openapi.models.V1JobCondition instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
int
hashCode()
hasType()
toString()
withLastProbeTime
(OffsetDateTime lastProbeTime) 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
-
V1JobConditionFluentImpl
public V1JobConditionFluentImpl() -
V1JobConditionFluentImpl
public V1JobConditionFluentImpl(io.kubernetes.client.openapi.models.V1JobCondition instance)
-
-
Method Details
-
getLastProbeTime
- Specified by:
getLastProbeTime
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
withLastProbeTime
- Specified by:
withLastProbeTime
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
hasLastProbeTime
- Specified by:
hasLastProbeTime
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
getLastTransitionTime
- Specified by:
getLastTransitionTime
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
withLastTransitionTime
- Specified by:
withLastTransitionTime
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
hasLastTransitionTime
- Specified by:
hasLastTransitionTime
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
getMessage
- Specified by:
getMessage
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
withMessage
- Specified by:
withMessage
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
hasMessage
- Specified by:
hasMessage
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
getReason
- Specified by:
getReason
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
withReason
- Specified by:
withReason
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
hasReason
- Specified by:
hasReason
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
getStatus
- Specified by:
getStatus
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
withStatus
- Specified by:
withStatus
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
hasStatus
- Specified by:
hasStatus
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
getType
- Specified by:
getType
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
withType
- Specified by:
withType
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
hasType
- Specified by:
hasType
in interfaceV1JobConditionFluent<A extends V1JobConditionFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1JobConditionFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1JobConditionFluent<A>>
-
toString
-