public interface V1EventSeriesFluent<A extends V1EventSeriesFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
Integer |
getCount() |
org.joda.time.DateTime |
getLastObservedTime() |
String |
getState() |
Boolean |
hasCount() |
Boolean |
hasLastObservedTime() |
Boolean |
hasState() |
A |
withCount(Integer count) |
A |
withLastObservedTime(org.joda.time.DateTime lastObservedTime) |
A |
withNewCount(int arg1) |
A |
withNewCount(String arg1) |
A |
withNewLastObservedTime(int arg0,
int arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewLastObservedTime(long arg0) |
A |
withNewLastObservedTime(Object arg0) |
A |
withState(String state) |
Integer getCount()
Boolean hasCount()
A withNewCount(int arg1)
org.joda.time.DateTime getLastObservedTime()
A withLastObservedTime(org.joda.time.DateTime lastObservedTime)
Boolean hasLastObservedTime()
A withNewLastObservedTime(int arg0, int arg1, int arg2, int arg3, int arg4)
A withNewLastObservedTime(long arg0)
String getState()
Boolean hasState()
Copyright © 2019. All rights reserved.