Package io.fabric8.kubernetes.api.model
Class ContainerStateRunning
java.lang.Object
io.fabric8.kubernetes.api.model.ContainerStateRunning
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class ContainerStateRunning extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ContainerStateRunning()No args constructor for use in serializationContainerStateRunning(String startedAt) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetStartedAt()voidsetAdditionalProperty(String name, Object value)voidsetStartedAt(String startedAt)
-
Constructor Details
-
ContainerStateRunning
public ContainerStateRunning()No args constructor for use in serialization -
ContainerStateRunning
- Parameters:
startedAt-
-
-
Method Details
-
getStartedAt
- Returns:
- The startedAt
-
setStartedAt
- Parameters:
startedAt- The startedAt
-
getAdditionalProperties
-
setAdditionalProperty
-