Class ContainerStateTerminated

    • Constructor Detail

      • ContainerStateTerminated

        public ContainerStateTerminated()
        No args constructor for use in serialization
    • Method Detail

      • getContainerID

        public String getContainerID()
        Container's ID in the format '<type>://<container_id>'
      • setContainerID

        public void setContainerID​(String containerID)
        Container's ID in the format '<type>://<container_id>'
      • getExitCode

        public Integer getExitCode()
        Exit status from the last termination of the container
      • setExitCode

        public void setExitCode​(Integer exitCode)
        Exit status from the last termination of the container
      • getFinishedAt

        public String getFinishedAt()
        ContainerStateTerminated is a terminated state of a container.
      • setFinishedAt

        public void setFinishedAt​(String finishedAt)
        ContainerStateTerminated is a terminated state of a container.
      • getMessage

        public String getMessage()
        Message regarding the last termination of the container
      • setMessage

        public void setMessage​(String message)
        Message regarding the last termination of the container
      • getReason

        public String getReason()
        (brief) reason from the last termination of the container
      • setReason

        public void setReason​(String reason)
        (brief) reason from the last termination of the container
      • getSignal

        public Integer getSignal()
        Signal from the last termination of the container
      • setSignal

        public void setSignal​(Integer signal)
        Signal from the last termination of the container
      • getStartedAt

        public String getStartedAt()
        ContainerStateTerminated is a terminated state of a container.
      • setStartedAt

        public void setStartedAt​(String startedAt)
        ContainerStateTerminated is a terminated state of a container.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)