Class V1ContainerStateRunningFluentImpl<A extends V1ContainerStateRunningFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ContainerStateRunningFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1ContainerStateRunningFluent<A>
- Direct Known Subclasses:
V1ContainerStateRunningBuilder
public class V1ContainerStateRunningFluentImpl<A extends V1ContainerStateRunningFluent<A>>
extends BaseFluent<A>
implements V1ContainerStateRunningFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1ContainerStateRunningFluentImpl(io.kubernetes.client.openapi.models.V1ContainerStateRunning instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()withStartedAt(OffsetDateTime startedAt) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ContainerStateRunningFluentImpl
public V1ContainerStateRunningFluentImpl() -
V1ContainerStateRunningFluentImpl
public V1ContainerStateRunningFluentImpl(io.kubernetes.client.openapi.models.V1ContainerStateRunning instance)
-
-
Method Details
-
getStartedAt
- Specified by:
getStartedAtin interfaceV1ContainerStateRunningFluent<A extends V1ContainerStateRunningFluent<A>>
-
withStartedAt
- Specified by:
withStartedAtin interfaceV1ContainerStateRunningFluent<A extends V1ContainerStateRunningFluent<A>>
-
hasStartedAt
- Specified by:
hasStartedAtin interfaceV1ContainerStateRunningFluent<A extends V1ContainerStateRunningFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ContainerStateRunningFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ContainerStateRunningFluent<A>>
-
toString
-