@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-06T16:45:00.555Z[Etc/UTC]") public class CoreV1EventSeries extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LAST_OBSERVED_TIME |
Constructor and Description |
---|
CoreV1EventSeries() |
Modifier and Type | Method and Description |
---|---|
CoreV1EventSeries |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of occurrences in this series up to the last heartbeat time
|
OffsetDateTime |
getLastObservedTime()
Time of the last occurrence observed
|
int |
hashCode() |
CoreV1EventSeries |
lastObservedTime(OffsetDateTime lastObservedTime) |
void |
setCount(Integer count) |
void |
setLastObservedTime(OffsetDateTime lastObservedTime) |
String |
toString() |
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_LAST_OBSERVED_TIME
public CoreV1EventSeries count(Integer count)
@Nullable public Integer getCount()
public void setCount(Integer count)
public CoreV1EventSeries lastObservedTime(OffsetDateTime lastObservedTime)
@Nullable public OffsetDateTime getLastObservedTime()
public void setLastObservedTime(OffsetDateTime lastObservedTime)
Copyright © 2023. All rights reserved.