@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-20T22:55:54.394Z[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 © 2021. All rights reserved.