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
    optional string relativeTo = 3;
    com.google.protobuf.ByteString
    optional string relativeTo = 3;
    long
    optional int64 timeToStartChecking = 1;
    long
    optional int64 timeToStopChecking = 2;
    boolean
    optional string relativeTo = 3;
    boolean
    optional int64 timeToStartChecking = 1;
    boolean
    optional int64 timeToStopChecking = 2;

    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()
      optional int64 timeToStartChecking = 1;
      Returns:
      Whether the timeToStartChecking field is set.
    • getTimeToStartChecking

      long getTimeToStartChecking()
      optional int64 timeToStartChecking = 1;
      Returns:
      The timeToStartChecking.
    • hasTimeToStopChecking

      boolean hasTimeToStopChecking()
      optional int64 timeToStopChecking = 2;
      Returns:
      Whether the timeToStopChecking field is set.
    • getTimeToStopChecking

      long getTimeToStopChecking()
      optional int64 timeToStopChecking = 2;
      Returns:
      The timeToStopChecking.
    • hasRelativeTo

      boolean hasRelativeTo()
      optional string relativeTo = 3;
      Returns:
      Whether the relativeTo field is set.
    • getRelativeTo

      String getRelativeTo()
      optional string relativeTo = 3;
      Returns:
      The relativeTo.
    • getRelativeToBytes

      com.google.protobuf.ByteString getRelativeToBytes()
      optional string relativeTo = 3;
      Returns:
      The bytes for relativeTo.