Class V1ContainerStateTerminated
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ContainerStateTerminated
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1ContainerStateTerminated
extends Object
ContainerStateTerminated is a terminated state of a container.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncontainerID
(String containerID) Set containerID in a chainable fashion.boolean
Set exitCode in a chainable fashion.finishedAt
(ZonedDateTime finishedAt) Set finishedAt in a chainable fashion.Container's ID in the format '<type>://<container_id>'Exit status from the last termination of the containerTime at which the container last terminatedMessage regarding the last termination of the container(brief) reason from the last termination of the containerSignal from the last termination of the containerTime at which previous execution of the container startedint
hashCode()
Set message in a chainable fashion.Set reason in a chainable fashion.void
setContainerID
(String containerID) Set the containerID property valuevoid
setExitCode
(Integer exitCode) Set the exitCode property valuevoid
setFinishedAt
(ZonedDateTime finishedAt) Set the finishedAt property valuevoid
setMessage
(String message) Set the message property valuevoid
Set the reason property valuevoid
Set the signal property valuevoid
setStartedAt
(ZonedDateTime startedAt) Set the startedAt property valueSet signal in a chainable fashion.startedAt
(ZonedDateTime startedAt) Set startedAt in a chainable fashion.toString()
-
Field Details
-
JSON_PROPERTY_CONTAINER_I_D
- See Also:
-
JSON_PROPERTY_EXIT_CODE
- See Also:
-
JSON_PROPERTY_FINISHED_AT
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_REASON
- See Also:
-
JSON_PROPERTY_SIGNAL
- See Also:
-
JSON_PROPERTY_STARTED_AT
- See Also:
-
-
Constructor Details
-
V1ContainerStateTerminated
-
-
Method Details
-
getContainerID
Container's ID in the format '<type>://<container_id>'- Returns:
- the containerID property value
-
setContainerID
Set the containerID property value -
containerID
Set containerID in a chainable fashion.- Returns:
- The same instance of V1ContainerStateTerminated for chaining.
-
getExitCode
Exit status from the last termination of the container- Returns:
- the exitCode property value
-
setExitCode
Set the exitCode property value -
exitCode
Set exitCode in a chainable fashion.- Returns:
- The same instance of V1ContainerStateTerminated for chaining.
-
getFinishedAt
Time at which the container last terminated- Returns:
- the finishedAt property value
-
setFinishedAt
Set the finishedAt property value -
finishedAt
Set finishedAt in a chainable fashion.- Returns:
- The same instance of V1ContainerStateTerminated for chaining.
-
getMessage
Message regarding the last termination of the container- Returns:
- the message property value
-
setMessage
Set the message property value -
message
Set message in a chainable fashion.- Returns:
- The same instance of V1ContainerStateTerminated for chaining.
-
getReason
(brief) reason from the last termination of the container- Returns:
- the reason property value
-
setReason
Set the reason property value -
reason
Set reason in a chainable fashion.- Returns:
- The same instance of V1ContainerStateTerminated for chaining.
-
getSignal
Signal from the last termination of the container- Returns:
- the signal property value
-
setSignal
Set the signal property value -
signal
Set signal in a chainable fashion.- Returns:
- The same instance of V1ContainerStateTerminated for chaining.
-
getStartedAt
Time at which previous execution of the container started- Returns:
- the startedAt property value
-
setStartedAt
Set the startedAt property value -
startedAt
Set startedAt in a chainable fashion.- Returns:
- The same instance of V1ContainerStateTerminated for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-