Class CoreV1EventSeries

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.CoreV1EventSeries

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class CoreV1EventSeries extends Object
EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.
  • Field Details

  • Constructor Details

    • CoreV1EventSeries

      public CoreV1EventSeries()
  • Method Details

    • getCount

      public Integer getCount()
      Number of occurrences in this series up to the last heartbeat time
      Returns:
      the count property value
    • setCount

      public void setCount(Integer count)
      Set the count property value
    • count

      public CoreV1EventSeries count(Integer count)
      Set count in a chainable fashion.
      Returns:
      The same instance of CoreV1EventSeries for chaining.
    • getLastObservedTime

      public ZonedDateTime getLastObservedTime()
      Time of the last occurrence observed
      Returns:
      the lastObservedTime property value
    • setLastObservedTime

      public void setLastObservedTime(ZonedDateTime lastObservedTime)
      Set the lastObservedTime property value
    • lastObservedTime

      public CoreV1EventSeries lastObservedTime(ZonedDateTime lastObservedTime)
      Set lastObservedTime in a chainable fashion.
      Returns:
      The same instance of CoreV1EventSeries 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