public static interface Protos.UnavailabilityOrBuilder
Modifier and Type | Method and Description |
---|---|
Protos.DurationInfo |
getDuration()
When added to `start`, this represents the end of the interval.
|
Protos.DurationInfoOrBuilder |
getDurationOrBuilder()
When added to `start`, this represents the end of the interval.
|
Protos.TimeInfo |
getStart()
required .mesos.TimeInfo start = 1; |
Protos.TimeInfoOrBuilder |
getStartOrBuilder()
required .mesos.TimeInfo start = 1; |
boolean |
hasDuration()
When added to `start`, this represents the end of the interval.
|
boolean |
hasStart()
required .mesos.TimeInfo start = 1; |
boolean hasStart()
required .mesos.TimeInfo start = 1;
Protos.TimeInfo getStart()
required .mesos.TimeInfo start = 1;
Protos.TimeInfoOrBuilder getStartOrBuilder()
required .mesos.TimeInfo start = 1;
boolean hasDuration()
When added to `start`, this represents the end of the interval. If unspecified, the duration is assumed to be infinite.
optional .mesos.DurationInfo duration = 2;
Protos.DurationInfo getDuration()
When added to `start`, this represents the end of the interval. If unspecified, the duration is assumed to be infinite.
optional .mesos.DurationInfo duration = 2;
Protos.DurationInfoOrBuilder getDurationOrBuilder()
When added to `start`, this represents the end of the interval. If unspecified, the duration is assumed to be infinite.
optional .mesos.DurationInfo duration = 2;