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 Type
    Method
    Description
    Reference time for starting the check window
    com.google.protobuf.ByteString
    Reference time for starting the check window
    long
    Delay in milliseconds before starting to check
    long
    Duration in milliseconds of the check window
    boolean
    Reference time for starting the check window
    boolean
    Delay in milliseconds before starting to check
    boolean
    Duration in milliseconds of the check window

    Methods 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.