Interface Commanding.VerifierConfig.CheckWindowOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Commanding.VerifierConfig.CheckWindow, Commanding.VerifierConfig.CheckWindow.Builder
Enclosing class:
Commanding.VerifierConfig

public static interface Commanding.VerifierConfig.CheckWindowOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    optional int64 timeToStartChecking = 1;
    long
    optional int64 timeToStopChecking = 2;
    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.