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 StringgetTime()BooleanhasTime()AwithNewTime(String arg1)AwithNewTime(StringBuffer arg1)AwithNewTime(StringBuilder arg1)AwithTime(String time)
-
Method Details
-
getTime
String getTime() -
withTime
-
hasTime
Boolean hasTime() -
withNewTime
-
withNewTime
-
withNewTime
-