Class EventsV1EventSeries
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.EventsV1EventSeries
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class EventsV1EventSeries
extends Object
EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. How often to update the EventSeries is up to the event reporters. The default event reporter in \"k8s.io/client-go/tools/events/event_broadcaster.go\" shows how this struct is updated on heartbeats and can guide customized reporter implementations.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionSet count in a chainable fashion.booleangetCount()count is the number of occurrences in this series up to the last heartbeat time.lastObservedTime is the time when last Event from the series was seen before last heartbeat.inthashCode()lastObservedTime(OffsetDateTime lastObservedTime) Set lastObservedTime in a chainable fashion.voidSet the count property valuevoidsetLastObservedTime(OffsetDateTime lastObservedTime) Set the lastObservedTime property valuetoString() 
- 
Field Details
- 
JSON_PROPERTY_COUNT
- See Also:
 
 - 
JSON_PROPERTY_LAST_OBSERVED_TIME
- See Also:
 
 
 - 
 - 
Constructor Details
- 
EventsV1EventSeries
 
 - 
 - 
Method Details
- 
getCount
count is the number of occurrences in this series up to the last heartbeat time.- Returns:
 - the count property value
 
 - 
setCount
Set the count property value- Parameters:
 count- property value to set
 - 
count
Set count in a chainable fashion.- Returns:
 - The same instance of EventsV1EventSeries for chaining.
 
 - 
getLastObservedTime
lastObservedTime is the time when last Event from the series was seen before last heartbeat.- Returns:
 - the lastObservedTime property value
 
 - 
setLastObservedTime
Set the lastObservedTime property value- Parameters:
 lastObservedTime- property value to set
 - 
lastObservedTime
Set lastObservedTime in a chainable fashion.- Returns:
 - The same instance of EventsV1EventSeries for chaining.
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -