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() |
String |
getState() |
Boolean |
hasCount() |
int |
hashCode() |
Boolean |
hasLastObservedTime() |
Boolean |
hasState() |
A |
withCount(Integer count) |
A |
withLastObservedTime(io.fabric8.kubernetes.api.model.MicroTime lastObservedTime) |
A |
withNewLastObservedTime(String time) |
A |
withNewState(String arg1) |
A |
withNewState(StringBuffer arg1) |
A |
withNewState(StringBuilder arg1) |
A |
withState(String state) |
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>>public String getState()
getState in interface EventSeriesFluent<A extends EventSeriesFluent<A>>public A withState(String state)
withState in interface EventSeriesFluent<A extends EventSeriesFluent<A>>public Boolean hasState()
hasState in interface EventSeriesFluent<A extends EventSeriesFluent<A>>public A withNewState(String arg1)
withNewState in interface EventSeriesFluent<A extends EventSeriesFluent<A>>public A withNewState(StringBuilder arg1)
withNewState in interface EventSeriesFluent<A extends EventSeriesFluent<A>>public A withNewState(StringBuffer arg1)
withNewState in interface EventSeriesFluent<A extends EventSeriesFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.