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 TypeMethodDescriptionboolean
int
hashCode()
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:
getStartedAt
in interfaceV1ContainerStateRunningFluent<A extends V1ContainerStateRunningFluent<A>>
-
withStartedAt
- Specified by:
withStartedAt
in interfaceV1ContainerStateRunningFluent<A extends V1ContainerStateRunningFluent<A>>
-
hasStartedAt
- Specified by:
hasStartedAt
in interfaceV1ContainerStateRunningFluent<A extends V1ContainerStateRunningFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ContainerStateRunningFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ContainerStateRunningFluent<A>>
-
toString
-