Interface Mdb.ComparisonInfoOrBuilder

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

    public static interface Mdb.ComparisonInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasParameter

        boolean hasParameter()
        optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
        Returns:
        Whether the parameter field is set.
      • getParameter

        Mdb.ParameterInfo getParameter()
        optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
        Returns:
        The parameter.
      • getParameterOrBuilder

        Mdb.ParameterInfoOrBuilder getParameterOrBuilder()
        optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
      • hasOperator

        boolean hasOperator()
        optional .yamcs.protobuf.mdb.ComparisonInfo.OperatorType operator = 2;
        Returns:
        Whether the operator field is set.
      • hasValue

        boolean hasValue()
        optional string value = 3;
        Returns:
        Whether the value field is set.
      • getValue

        String getValue()
        optional string value = 3;
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
        optional string value = 3;
        Returns:
        The bytes for value.
      • hasArgument

        boolean hasArgument()
        optional .yamcs.protobuf.mdb.ArgumentInfo argument = 4;
        Returns:
        Whether the argument field is set.
      • getArgument

        Mdb.ArgumentInfo getArgument()
        optional .yamcs.protobuf.mdb.ArgumentInfo argument = 4;
        Returns:
        The argument.
      • getArgumentOrBuilder

        Mdb.ArgumentInfoOrBuilder getArgumentOrBuilder()
        optional .yamcs.protobuf.mdb.ArgumentInfo argument = 4;