Package net.stickycode.kuuty.model.v18
Class IoK8sApiEventsV1beta1EventSeries
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiEventsV1beta1EventSeries
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiEventsV1beta1EventSeries extends Object
EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COUNTstatic StringJSON_PROPERTY_LAST_OBSERVED_TIMEstatic StringJSON_PROPERTY_STATE
-
Constructor Summary
Constructors Constructor Description IoK8sApiEventsV1beta1EventSeries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiEventsV1beta1EventSeriescount(Integer count)booleanequals(Object o)IntegergetCount()Number of occurrences in this series up to the last heartbeat timeOffsetDateTimegetLastObservedTime()MicroTime is version of Time with microsecond level precision.StringgetState()Information whether this series is ongoing or finished.inthashCode()IoK8sApiEventsV1beta1EventSerieslastObservedTime(OffsetDateTime lastObservedTime)voidsetCount(Integer count)voidsetLastObservedTime(OffsetDateTime lastObservedTime)voidsetState(String state)IoK8sApiEventsV1beta1EventSeriesstate(String state)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_COUNT
public static final String JSON_PROPERTY_COUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LAST_OBSERVED_TIME
public static final String JSON_PROPERTY_LAST_OBSERVED_TIME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
count
public IoK8sApiEventsV1beta1EventSeries count(Integer count)
-
getCount
public Integer getCount()
Number of occurrences in this series up to the last heartbeat time- Returns:
- count
-
setCount
public void setCount(Integer count)
-
lastObservedTime
public IoK8sApiEventsV1beta1EventSeries lastObservedTime(OffsetDateTime lastObservedTime)
-
getLastObservedTime
public OffsetDateTime getLastObservedTime()
MicroTime is version of Time with microsecond level precision.- Returns:
- lastObservedTime
-
setLastObservedTime
public void setLastObservedTime(OffsetDateTime lastObservedTime)
-
state
public IoK8sApiEventsV1beta1EventSeries state(String state)
-
getState
public String getState()
Information whether this series is ongoing or finished. Deprecated. Planned removal for 1.18- Returns:
- state
-
setState
public void setState(String state)
-
-