Interface Mdb.VerifierInfoOrBuilder

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

public static interface Mdb.VerifierInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasStage

      boolean hasStage()
      optional string stage = 1;
      Returns:
      Whether the stage field is set.
    • getStage

      String getStage()
      optional string stage = 1;
      Returns:
      The stage.
    • getStageBytes

      com.google.protobuf.ByteString getStageBytes()
      optional string stage = 1;
      Returns:
      The bytes for stage.
    • hasContainer

      boolean hasContainer()
       Container update that is checked
       
      optional .yamcs.protobuf.mdb.ContainerInfo container = 2;
      Returns:
      Whether the container field is set.
    • getContainer

      Mdb.ContainerInfo getContainer()
       Container update that is checked
       
      optional .yamcs.protobuf.mdb.ContainerInfo container = 2;
      Returns:
      The container.
    • getContainerOrBuilder

      Mdb.ContainerInfoOrBuilder getContainerOrBuilder()
       Container update that is checked
       
      optional .yamcs.protobuf.mdb.ContainerInfo container = 2;
    • hasAlgorithm

      boolean hasAlgorithm()
      optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 3;
      Returns:
      Whether the algorithm field is set.
    • getAlgorithm

      Mdb.AlgorithmInfo getAlgorithm()
      optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 3;
      Returns:
      The algorithm.
    • getAlgorithmOrBuilder

      Mdb.AlgorithmInfoOrBuilder getAlgorithmOrBuilder()
      optional .yamcs.protobuf.mdb.AlgorithmInfo algorithm = 3;
    • hasOnSuccess

      boolean hasOnSuccess()
       What action to take when a check succeeds
       
      optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onSuccess = 4;
      Returns:
      Whether the onSuccess field is set.
    • getOnSuccess

       What action to take when a check succeeds
       
      optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onSuccess = 4;
      Returns:
      The onSuccess.
    • hasOnFail

      boolean hasOnFail()
       What action to take when a check fails
       
      optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onFail = 5;
      Returns:
      Whether the onFail field is set.
    • getOnFail

       What action to take when a check fails
       
      optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onFail = 5;
      Returns:
      The onFail.
    • hasOnTimeout

      boolean hasOnTimeout()
       What action to take when a check times out
       
      optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onTimeout = 6;
      Returns:
      Whether the onTimeout field is set.
    • getOnTimeout

       What action to take when a check times out
       
      optional .yamcs.protobuf.mdb.VerifierInfo.TerminationActionType onTimeout = 6;
      Returns:
      The onTimeout.
    • hasCheckWindow

      boolean hasCheckWindow()
       Time window during which a check is executed
       
      optional .yamcs.protobuf.mdb.CheckWindowInfo checkWindow = 7;
      Returns:
      Whether the checkWindow field is set.
    • getCheckWindow

      Mdb.CheckWindowInfo getCheckWindow()
       Time window during which a check is executed
       
      optional .yamcs.protobuf.mdb.CheckWindowInfo checkWindow = 7;
      Returns:
      The checkWindow.
    • getCheckWindowOrBuilder

      Mdb.CheckWindowInfoOrBuilder getCheckWindowOrBuilder()
       Time window during which a check is executed
       
      optional .yamcs.protobuf.mdb.CheckWindowInfo checkWindow = 7;
    • hasExpression

      boolean hasExpression()
       Expression used to check this verifier
       
      optional string expression = 8;
      Returns:
      Whether the expression field is set.
    • getExpression

      String getExpression()
       Expression used to check this verifier
       
      optional string expression = 8;
      Returns:
      The expression.
    • getExpressionBytes

      com.google.protobuf.ByteString getExpressionBytes()
       Expression used to check this verifier
       
      optional string expression = 8;
      Returns:
      The bytes for expression.