@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[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 |
static String |
SERIALIZED_NAME_STATE |
Constructor and Description |
---|
V1beta1EventSeries() |
Modifier and Type | Method and Description |
---|---|
V1beta1EventSeries |
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 when last Event from the series was seen before last heartbeat.
|
String |
getState()
Information whether this series is ongoing or finished.
|
int |
hashCode() |
V1beta1EventSeries |
lastObservedTime(org.joda.time.DateTime lastObservedTime) |
void |
setCount(Integer count) |
void |
setLastObservedTime(org.joda.time.DateTime lastObservedTime) |
void |
setState(String state) |
V1beta1EventSeries |
state(String state) |
String |
toString() |
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_LAST_OBSERVED_TIME
public static final String SERIALIZED_NAME_STATE
public V1beta1EventSeries count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public V1beta1EventSeries lastObservedTime(org.joda.time.DateTime lastObservedTime)
public org.joda.time.DateTime getLastObservedTime()
public void setLastObservedTime(org.joda.time.DateTime lastObservedTime)
public V1beta1EventSeries state(String state)
public String getState()
public void setState(String state)
Copyright © 2020. All rights reserved.