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.ByteString
Reference time for starting the check windowlong
Delay in milliseconds before starting to checklong
Duration in milliseconds of the check windowboolean
Reference time for starting the check windowboolean
Delay in milliseconds before starting to checkboolean
Duration in milliseconds of the check windowMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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.
-