Interface Commanding.VerifierConfigOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional .yamcs.protobuf.commanding.VerifierConfig.CheckWindow checkWindow = 3;
    optional .yamcs.protobuf.commanding.VerifierConfig.CheckWindow checkWindow = 3;
    boolean
    disable the verifier
    boolean
    optional .yamcs.protobuf.commanding.VerifierConfig.CheckWindow checkWindow = 3;
    boolean
    disable the verifier

    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

    • hasDisable

      boolean hasDisable()
      disable the verifier
       
      optional bool disable = 2;
      Returns:
      Whether the disable field is set.
    • getDisable

      boolean getDisable()
      disable the verifier
       
      optional bool disable = 2;
      Returns:
      The disable.
    • hasCheckWindow

      boolean hasCheckWindow()
      optional .yamcs.protobuf.commanding.VerifierConfig.CheckWindow checkWindow = 3;
      Returns:
      Whether the checkWindow field is set.
    • getCheckWindow

      optional .yamcs.protobuf.commanding.VerifierConfig.CheckWindow checkWindow = 3;
      Returns:
      The checkWindow.
    • getCheckWindowOrBuilder

      optional .yamcs.protobuf.commanding.VerifierConfig.CheckWindow checkWindow = 3;