Interface Commanding.VerifierConfig.CheckWindowOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getTimeToStartChecking()
      optional int64 timeToStartChecking = 1;
      long getTimeToStopChecking()
      optional int64 timeToStopChecking = 2;
      boolean hasTimeToStartChecking()
      optional int64 timeToStartChecking = 1;
      boolean hasTimeToStopChecking()
      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 Detail

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