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 Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Mdb.ComparisonInfo.OperatorType getOperator()
      optional .yamcs.protobuf.mdb.ComparisonInfo.OperatorType operator = 2;
      Mdb.ParameterInfo getParameter()
      optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
      Mdb.ParameterInfoOrBuilder getParameterOrBuilder()
      optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
      String getValue()
      optional string value = 3;
      com.google.protobuf.ByteString getValueBytes()
      optional string value = 3;
      boolean hasOperator()
      optional .yamcs.protobuf.mdb.ComparisonInfo.OperatorType operator = 2;
      boolean hasParameter()
      optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
      boolean hasValue()
      optional string value = 3;
      • 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

      • hasParameter

        boolean hasParameter()
        optional .yamcs.protobuf.mdb.ParameterInfo parameter = 1;
      • getParameter

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

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

        boolean hasOperator()
        optional .yamcs.protobuf.mdb.ComparisonInfo.OperatorType operator = 2;
      • hasValue

        boolean hasValue()
        optional string value = 3;
      • getValue

        String getValue()
        optional string value = 3;
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
        optional string value = 3;