public class V1EventSeries extends Object
Constructor and Description |
---|
V1EventSeries() |
Modifier and Type | Method and Description |
---|---|
V1EventSeries |
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
|
String |
getState()
State of this Series: Ongoing or Finished
|
int |
hashCode() |
V1EventSeries |
lastObservedTime(org.joda.time.DateTime lastObservedTime) |
void |
setCount(Integer count) |
void |
setLastObservedTime(org.joda.time.DateTime lastObservedTime) |
void |
setState(String state) |
V1EventSeries |
state(String state) |
String |
toString() |
public V1EventSeries count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public V1EventSeries lastObservedTime(org.joda.time.DateTime lastObservedTime)
public org.joda.time.DateTime getLastObservedTime()
public void setLastObservedTime(org.joda.time.DateTime lastObservedTime)
public V1EventSeries state(String state)
public String getState()
public void setState(String state)
Copyright © 2019. All rights reserved.