Package org.yamcs.protobuf
Interface Mdb.CheckWindowInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.CheckWindowInfo,Mdb.CheckWindowInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.CheckWindowInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference time for starting the check windowcom.google.protobuf.ByteStringReference time for starting the check windowlongDelay in milliseconds before starting to checklongDuration in milliseconds of the check windowbooleanReference time for starting the check windowbooleanDelay in milliseconds before starting to checkbooleanDuration in milliseconds of the check windowMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTimeToStartChecking
boolean hasTimeToStartChecking()Delay in milliseconds before starting to check
optional int64 timeToStartChecking = 1;- Returns:
- Whether the timeToStartChecking field is set.
-
getTimeToStartChecking
long getTimeToStartChecking()Delay in milliseconds before starting to check
optional int64 timeToStartChecking = 1;- Returns:
- The timeToStartChecking.
-
hasTimeToStopChecking
boolean hasTimeToStopChecking()Duration in milliseconds of the check window
optional int64 timeToStopChecking = 2;- Returns:
- Whether the timeToStopChecking field is set.
-
getTimeToStopChecking
long getTimeToStopChecking()Duration in milliseconds of the check window
optional int64 timeToStopChecking = 2;- Returns:
- The timeToStopChecking.
-
hasRelativeTo
boolean hasRelativeTo()Reference time for starting the check window
optional string relativeTo = 3;- Returns:
- Whether the relativeTo field is set.
-
getRelativeTo
String getRelativeTo()Reference time for starting the check window
optional string relativeTo = 3;- Returns:
- The relativeTo.
-
getRelativeToBytes
com.google.protobuf.ByteString getRelativeToBytes()Reference time for starting the check window
optional string relativeTo = 3;- Returns:
- The bytes for relativeTo.
-