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:
EventFluentImpl.EventTimeNestedImpl,EventSeriesFluentImpl.LastObservedTimeNestedImpl,KubeSchemaFluentImpl.MicroTimeNestedImpl,MicroTimeBuilder,MicroTimeFluentImpl,WatchEventFluentImpl.MicroTimeObjectNestedImpl
public interface MicroTimeFluent<A extends MicroTimeFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTime()BooleanhasTime()AwithNewTime(String arg1)AwithNewTime(StringBuffer arg1)AwithNewTime(StringBuilder arg1)AwithTime(String time)
-
-
-
Method Detail
-
getTime
String getTime()
-
hasTime
Boolean hasTime()
-
withNewTime
A withNewTime(StringBuilder arg1)
-
withNewTime
A withNewTime(StringBuffer arg1)
-
-