Class CoreV1EventSeries
java.lang.Object
io.kubernetes.client.openapi.models.CoreV1EventSeries
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-18T15:05:57.863601Z[Etc/UTC]")
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCount()Number of occurrences in this series up to the last heartbeat timeTime of the last occurrence observedinthashCode()lastObservedTime(OffsetDateTime lastObservedTime) voidvoidsetLastObservedTime(OffsetDateTime lastObservedTime) toString()
-
Field Details
-
SERIALIZED_NAME_COUNT
- See Also:
-
SERIALIZED_NAME_LAST_OBSERVED_TIME
- See Also:
-
-
Constructor Details
-
CoreV1EventSeries
public CoreV1EventSeries()
-
-
Method Details
-
count
-
getCount
Number of occurrences in this series up to the last heartbeat time- Returns:
- count
-
setCount
-
lastObservedTime
-
getLastObservedTime
Time of the last occurrence observed- Returns:
- lastObservedTime
-
setLastObservedTime
-
equals
-
hashCode
public int hashCode() -
toString
-