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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionSet count in a chainable fashion.booleangetCount()Number of occurrences in this series up to the last heartbeat timeTime of the last occurrence observedinthashCode()lastObservedTime(ZonedDateTime lastObservedTime) Set lastObservedTime in a chainable fashion.voidSet the count property valuevoidsetLastObservedTime(ZonedDateTime lastObservedTime) Set the lastObservedTime property valuetoString()
- 
Field Details- 
JSON_PROPERTY_COUNT- See Also:
 
- 
JSON_PROPERTY_LAST_OBSERVED_TIME- See Also:
 
 
- 
- 
Constructor Details- 
CoreV1EventSeriespublic CoreV1EventSeries()
 
- 
- 
Method Details- 
getCountNumber of occurrences in this series up to the last heartbeat time- Returns:
- the count property value
 
- 
setCountSet the count property value
- 
countSet count in a chainable fashion.- Returns:
- The same instance of CoreV1EventSeries for chaining.
 
- 
getLastObservedTimeTime of the last occurrence observed- Returns:
- the lastObservedTime property value
 
- 
setLastObservedTimeSet the lastObservedTime property value
- 
lastObservedTimeSet lastObservedTime in a chainable fashion.- Returns:
- The same instance of CoreV1EventSeries for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-