@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-12-10T19:11:23.904Z[Etc/UTC]") public class V1beta1EventSeries extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LAST_OBSERVED_TIME |
Constructor and Description |
---|
V1beta1EventSeries() |
Modifier and Type | Method and Description |
---|---|
V1beta1EventSeries |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
count is the number of occurrences in this series up to the last heartbeat time.
|
OffsetDateTime |
getLastObservedTime()
lastObservedTime is the time when last Event from the series was seen before last heartbeat.
|
int |
hashCode() |
V1beta1EventSeries |
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 V1beta1EventSeries count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public V1beta1EventSeries lastObservedTime(OffsetDateTime lastObservedTime)
public OffsetDateTime getLastObservedTime()
public void setLastObservedTime(OffsetDateTime lastObservedTime)
Copyright © 2022. All rights reserved.