public class EventSeriesFluentImpl<A extends EventSeriesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EventSeriesFluent<A>
| Constructor and Description |
|---|
EventSeriesFluentImpl() |
EventSeriesFluentImpl(EventSeries instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getCount() |
io.fabric8.kubernetes.api.model.MicroTime |
getLastObservedTime() |
Boolean |
hasCount() |
int |
hashCode() |
Boolean |
hasLastObservedTime() |
A |
withCount(Integer count) |
A |
withLastObservedTime(io.fabric8.kubernetes.api.model.MicroTime lastObservedTime) |
A |
withNewLastObservedTime(String time) |
public EventSeriesFluentImpl()
public EventSeriesFluentImpl(EventSeries instance)
public Integer getCount()
getCount in interface EventSeriesFluent<A extends EventSeriesFluent<A>>public A withCount(Integer count)
withCount in interface EventSeriesFluent<A extends EventSeriesFluent<A>>public Boolean hasCount()
hasCount in interface EventSeriesFluent<A extends EventSeriesFluent<A>>public io.fabric8.kubernetes.api.model.MicroTime getLastObservedTime()
getLastObservedTime in interface EventSeriesFluent<A extends EventSeriesFluent<A>>public A withLastObservedTime(io.fabric8.kubernetes.api.model.MicroTime lastObservedTime)
withLastObservedTime in interface EventSeriesFluent<A extends EventSeriesFluent<A>>public Boolean hasLastObservedTime()
hasLastObservedTime in interface EventSeriesFluent<A extends EventSeriesFluent<A>>public A withNewLastObservedTime(String time)
withNewLastObservedTime in interface EventSeriesFluent<A extends EventSeriesFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.