public class CoreV1EventSeriesFluentImpl<A extends CoreV1EventSeriesFluent<A>> extends BaseFluent<A> implements CoreV1EventSeriesFluent<A>
_visitables
Constructor and Description |
---|
CoreV1EventSeriesFluentImpl() |
CoreV1EventSeriesFluentImpl(CoreV1EventSeries instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getCount() |
OffsetDateTime |
getLastObservedTime() |
Boolean |
hasCount() |
int |
hashCode() |
Boolean |
hasLastObservedTime() |
A |
withCount(Integer count) |
A |
withLastObservedTime(OffsetDateTime lastObservedTime) |
public CoreV1EventSeriesFluentImpl()
public CoreV1EventSeriesFluentImpl(CoreV1EventSeries instance)
public Integer getCount()
getCount
in interface CoreV1EventSeriesFluent<A extends CoreV1EventSeriesFluent<A>>
public A withCount(Integer count)
withCount
in interface CoreV1EventSeriesFluent<A extends CoreV1EventSeriesFluent<A>>
public Boolean hasCount()
hasCount
in interface CoreV1EventSeriesFluent<A extends CoreV1EventSeriesFluent<A>>
public OffsetDateTime getLastObservedTime()
getLastObservedTime
in interface CoreV1EventSeriesFluent<A extends CoreV1EventSeriesFluent<A>>
public A withLastObservedTime(OffsetDateTime lastObservedTime)
withLastObservedTime
in interface CoreV1EventSeriesFluent<A extends CoreV1EventSeriesFluent<A>>
public Boolean hasLastObservedTime()
hasLastObservedTime
in interface CoreV1EventSeriesFluent<A extends CoreV1EventSeriesFluent<A>>
Copyright © 2021. All rights reserved.