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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet count in a chainable fashion.boolean
getCount()
Number of occurrences in this series up to the last heartbeat timeTime of the last occurrence observedint
hashCode()
lastObservedTime
(ZonedDateTime lastObservedTime) Set lastObservedTime in a chainable fashion.void
Set the count property valuevoid
setLastObservedTime
(ZonedDateTime lastObservedTime) Set the lastObservedTime property valuetoString()
-
Field Details
-
JSON_PROPERTY_COUNT
- See Also:
-
JSON_PROPERTY_LAST_OBSERVED_TIME
- See Also:
-
-
Constructor Details
-
CoreV1EventSeries
public CoreV1EventSeries()
-
-
Method Details
-
getCount
Number of occurrences in this series up to the last heartbeat time- Returns:
- the count property value
-
setCount
Set the count property value -
count
Set count in a chainable fashion.- Returns:
- The same instance of CoreV1EventSeries for chaining.
-
getLastObservedTime
Time of the last occurrence observed- Returns:
- the lastObservedTime property value
-
setLastObservedTime
Set the lastObservedTime property value -
lastObservedTime
Set lastObservedTime in a chainable fashion.- Returns:
- The same instance of CoreV1EventSeries for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-