public class V1ContainerStateRunningFluentImpl<A extends V1ContainerStateRunningFluent<A>> extends BaseFluent<A> implements V1ContainerStateRunningFluent<A>
_visitables
Constructor and Description |
---|
V1ContainerStateRunningFluentImpl() |
V1ContainerStateRunningFluentImpl(V1ContainerStateRunning instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
org.joda.time.DateTime |
getStartedAt() |
Boolean |
hasStartedAt() |
A |
withNewStartedAt(int arg0,
int arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewStartedAt(long arg0) |
A |
withNewStartedAt(Object arg0) |
A |
withStartedAt(org.joda.time.DateTime startedAt) |
public V1ContainerStateRunningFluentImpl()
public V1ContainerStateRunningFluentImpl(V1ContainerStateRunning instance)
public org.joda.time.DateTime getStartedAt()
getStartedAt
in interface V1ContainerStateRunningFluent<A extends V1ContainerStateRunningFluent<A>>
public A withStartedAt(org.joda.time.DateTime startedAt)
withStartedAt
in interface V1ContainerStateRunningFluent<A extends V1ContainerStateRunningFluent<A>>
public Boolean hasStartedAt()
hasStartedAt
in interface V1ContainerStateRunningFluent<A extends V1ContainerStateRunningFluent<A>>
public A withNewStartedAt(int arg0, int arg1, int arg2, int arg3, int arg4)
withNewStartedAt
in interface V1ContainerStateRunningFluent<A extends V1ContainerStateRunningFluent<A>>
public A withNewStartedAt(Object arg0)
withNewStartedAt
in interface V1ContainerStateRunningFluent<A extends V1ContainerStateRunningFluent<A>>
public A withNewStartedAt(long arg0)
withNewStartedAt
in interface V1ContainerStateRunningFluent<A extends V1ContainerStateRunningFluent<A>>
Copyright © 2020. All rights reserved.