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 Details

    • getComparisonList

      @Deprecated List<Mdb.ComparisonInfo> getComparisonList()
      Deprecated.
       Use ``context`` instead
       
      repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1 [deprecated = true];
    • getComparison

      @Deprecated Mdb.ComparisonInfo getComparison(int index)
      Deprecated.
       Use ``context`` instead
       
      repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1 [deprecated = true];
    • getComparisonCount

      @Deprecated int getComparisonCount()
      Deprecated.
       Use ``context`` instead
       
      repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1 [deprecated = true];
    • getComparisonOrBuilderList

      @Deprecated List<? extends Mdb.ComparisonInfoOrBuilder> getComparisonOrBuilderList()
      Deprecated.
       Use ``context`` instead
       
      repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1 [deprecated = true];
    • getComparisonOrBuilder

      @Deprecated Mdb.ComparisonInfoOrBuilder getComparisonOrBuilder(int index)
      Deprecated.
       Use ``context`` instead
       
      repeated .yamcs.protobuf.mdb.ComparisonInfo comparison = 1 [deprecated = true];
    • 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()
       Expression describing the context when this alarm applies.
       Can also 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()
       Expression describing the context when this alarm applies.
       Can also 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()
       Expression describing the context when this alarm applies.
       Can also 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.