@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-06T16:45:00.555Z[Etc/UTC]") public class V1ContainerStateRunning extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_STARTED_AT |
Constructor and Description |
---|
V1ContainerStateRunning() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getStartedAt()
Time at which the container was last (re-)started
|
int |
hashCode() |
void |
setStartedAt(OffsetDateTime startedAt) |
V1ContainerStateRunning |
startedAt(OffsetDateTime startedAt) |
String |
toString() |
public static final String SERIALIZED_NAME_STARTED_AT
public V1ContainerStateRunning startedAt(OffsetDateTime startedAt)
@Nullable public OffsetDateTime getStartedAt()
public void setStartedAt(OffsetDateTime startedAt)
Copyright © 2022. All rights reserved.