Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1ContainerStateRunning
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1ContainerStateRunning
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1ContainerStateRunning extends Object
ContainerStateRunning is a running state of a container.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_STARTED_AT
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1ContainerStateRunning()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)OffsetDateTimegetStartedAt()Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.inthashCode()voidsetStartedAt(OffsetDateTime startedAt)IoK8sApiCoreV1ContainerStateRunningstartedAt(OffsetDateTime startedAt)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_STARTED_AT
public static final String JSON_PROPERTY_STARTED_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
startedAt
public IoK8sApiCoreV1ContainerStateRunning startedAt(OffsetDateTime startedAt)
-
getStartedAt
@Nullable public OffsetDateTime getStartedAt()
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.- Returns:
- startedAt
-
setStartedAt
public void setStartedAt(OffsetDateTime startedAt)
-
-