Interface Mdb.ContextAlarmInfoOrBuilder

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

public static interface Mdb.ContextAlarmInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional .yamcs.protobuf.mdb.AlarmInfo alarm = 2;
    optional .yamcs.protobuf.mdb.AlarmInfo alarm = 2;
    getComparison(int index)
    repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
    int
    repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
    repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
    repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
    repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
    This can be used in UpdateParameterRequest to pass a context that is parsed on the server, according to the rules in the excel spreadsheet.
    com.google.protobuf.ByteString
    This can be used in UpdateParameterRequest to pass a context that is parsed on the server, according to the rules in the excel spreadsheet.
    boolean
    optional .yamcs.protobuf.mdb.AlarmInfo alarm = 2;
    boolean
    This can be used in UpdateParameterRequest to pass a context that is parsed on the server, according to the rules in the excel spreadsheet.

    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

    • getComparisonList

      List<Mdb.ComparisonInfo> getComparisonList()
      repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
    • getComparison

      Mdb.ComparisonInfo getComparison(int index)
      repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
    • getComparisonCount

      int getComparisonCount()
      repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
    • getComparisonOrBuilderList

      List<? extends Mdb.ComparisonInfoOrBuilder> getComparisonOrBuilderList()
      repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
    • getComparisonOrBuilder

      Mdb.ComparisonInfoOrBuilder getComparisonOrBuilder(int index)
      repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1;
    • hasAlarm

      boolean hasAlarm()
      optional .yamcs.protobuf.mdb.AlarmInfo alarm = 2;
      Returns:
      Whether the alarm field is set.
    • getAlarm

      Mdb.AlarmInfo getAlarm()
      optional .yamcs.protobuf.mdb.AlarmInfo alarm = 2;
      Returns:
      The alarm.
    • getAlarmOrBuilder

      Mdb.AlarmInfoOrBuilder getAlarmOrBuilder()
      optional .yamcs.protobuf.mdb.AlarmInfo alarm = 2;
    • hasContext

      boolean hasContext()
       This can be used in UpdateParameterRequest to pass a context
       that is parsed on the server, according to the rules in the
       excel spreadsheet. Either this or a comparison has to be
       used (not both at the same time)
       
      optional string context = 3;
      Returns:
      Whether the context field is set.
    • getContext

      String getContext()
       This can be used in UpdateParameterRequest to pass a context
       that is parsed on the server, according to the rules in the
       excel spreadsheet. Either this or a comparison has to be
       used (not both at the same time)
       
      optional string context = 3;
      Returns:
      The context.
    • getContextBytes

      com.google.protobuf.ByteString getContextBytes()
       This can be used in UpdateParameterRequest to pass a context
       that is parsed on the server, according to the rules in the
       excel spreadsheet. Either this or a comparison has to be
       used (not both at the same time)
       
      optional string context = 3;
      Returns:
      The bytes for context.