Interface EventSeriesFluent<A extends EventSeriesFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
EventFluent.SeriesNested<N>
- All Known Implementing Classes:
DoneableEventSeries,EventFluentImpl.SeriesNestedImpl,EventSeriesBuilder,EventSeriesFluentImpl
public interface EventSeriesFluent<A extends EventSeriesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description IntegergetCount()io.fabric8.kubernetes.api.model.MicroTimegetLastObservedTime()StringgetState()BooleanhasCount()BooleanhasLastObservedTime()BooleanhasState()AwithCount(Integer count)AwithLastObservedTime(io.fabric8.kubernetes.api.model.MicroTime lastObservedTime)AwithNewCount(int arg1)AwithNewCount(String arg1)AwithNewLastObservedTime(String time)AwithNewState(String arg1)AwithNewState(StringBuffer arg1)AwithNewState(StringBuilder arg1)AwithState(String state)
-
Method Details
-
getCount
Integer getCount() -
withCount
-
hasCount
Boolean hasCount() -
withNewCount
-
withNewCount
-
getLastObservedTime
io.fabric8.kubernetes.api.model.MicroTime getLastObservedTime() -
withLastObservedTime
-
hasLastObservedTime
Boolean hasLastObservedTime() -
withNewLastObservedTime
-
getState
String getState() -
withState
-
hasState
Boolean hasState() -
withNewState
-
withNewState
-
withNewState
-