Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1EventSeries
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1EventSeries
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1EventSeries 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 IoK8sApiCoreV1EventSeries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiCoreV1EventSeriescount(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()State of this Series: Ongoing or Finished Deprecated.inthashCode()IoK8sApiCoreV1EventSerieslastObservedTime(OffsetDateTime lastObservedTime)voidsetCount(Integer count)voidsetLastObservedTime(OffsetDateTime lastObservedTime)voidsetState(String state)IoK8sApiCoreV1EventSeriesstate(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 IoK8sApiCoreV1EventSeries count(Integer count)
-
getCount
@Nullable 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 IoK8sApiCoreV1EventSeries lastObservedTime(OffsetDateTime lastObservedTime)
-
getLastObservedTime
@Nullable public OffsetDateTime getLastObservedTime()
MicroTime is version of Time with microsecond level precision.- Returns:
- lastObservedTime
-
setLastObservedTime
public void setLastObservedTime(OffsetDateTime lastObservedTime)
-
state
public IoK8sApiCoreV1EventSeries state(String state)
-
getState
@Nullable public String getState()
State of this Series: Ongoing or Finished Deprecated. Planned removal for 1.18- Returns:
- state
-
setState
public void setState(String state)
-
-