@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[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
|
org.joda.time.DateTime |
getLastObservedTime()
Time of the last occurrence observed
|
int |
hashCode() |
CoreV1EventSeries |
lastObservedTime(org.joda.time.DateTime lastObservedTime) |
void |
setCount(Integer count) |
void |
setLastObservedTime(org.joda.time.DateTime 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(org.joda.time.DateTime lastObservedTime)
@Nullable public org.joda.time.DateTime getLastObservedTime()
public void setLastObservedTime(org.joda.time.DateTime lastObservedTime)
Copyright © 2022. All rights reserved.