Package io.fabric8.kubernetes.api.model
Interface MicroTimeFluent<A extends MicroTimeFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
EventFluent.EventTimeNested<N>
,EventSeriesFluent.LastObservedTimeNested<N>
,KubeSchemaFluent.MicroTimeNested<N>
,WatchEventFluent.MicroTimeObjectNested<N>
- All Known Implementing Classes:
DoneableMicroTime
,EventFluentImpl.EventTimeNestedImpl
,EventSeriesFluentImpl.LastObservedTimeNestedImpl
,KubeSchemaFluentImpl.MicroTimeNestedImpl
,MicroTimeBuilder
,MicroTimeFluentImpl
,WatchEventFluentImpl.MicroTimeObjectNestedImpl
public interface MicroTimeFluent<A extends MicroTimeFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description String
getTime()
Boolean
hasTime()
A
withNewTime(String arg1)
A
withNewTime(StringBuffer arg1)
A
withNewTime(StringBuilder arg1)
A
withTime(String time)
-
Method Details
-
getTime
String getTime() -
withTime
-
hasTime
Boolean hasTime() -
withNewTime
-
withNewTime
-
withNewTime
-