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 Details

  • Constructor Details

    • V1ContainerStateRunning

      public V1ContainerStateRunning()
  • Method Details

    • getStartedAt

      public ZonedDateTime getStartedAt()
      Time at which the container was last (re-)started
      Returns:
      the startedAt property value
    • setStartedAt

      public void setStartedAt(ZonedDateTime startedAt)
      Set the startedAt property value
    • startedAt

      public V1ContainerStateRunning startedAt(ZonedDateTime startedAt)
      Set startedAt in a chainable fashion.
      Returns:
      The same instance of V1ContainerStateRunning for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object