Class V1ContainerStateRunning
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ContainerStateRunning
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1ContainerStateRunning
extends Object
ContainerStateRunning is a running state of a container.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Time at which the container was last (re-)startedint
hashCode()
void
setStartedAt
(ZonedDateTime startedAt) Set the startedAt property valuestartedAt
(ZonedDateTime startedAt) Set startedAt in a chainable fashion.toString()
-
Field Details
-
JSON_PROPERTY_STARTED_AT
- See Also:
-
-
Constructor Details
-
V1ContainerStateRunning
public V1ContainerStateRunning()
-
-
Method Details
-
getStartedAt
Time at which the container was last (re-)started- Returns:
- the startedAt property value
-
setStartedAt
Set the startedAt property value -
startedAt
Set startedAt in a chainable fashion.- Returns:
- The same instance of V1ContainerStateRunning for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-