Interface Db.ParameterValueOrBuilder

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

public static interface Db.ParameterValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasName

      boolean hasName()
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      Returns:
      The bytes for name.
    • hasRawValue

      boolean hasRawValue()
      optional .yamcs.protobuf.Value rawValue = 2;
      Returns:
      Whether the rawValue field is set.
    • getRawValue

      Yamcs.Value getRawValue()
      optional .yamcs.protobuf.Value rawValue = 2;
      Returns:
      The rawValue.
    • getRawValueOrBuilder

      Yamcs.ValueOrBuilder getRawValueOrBuilder()
      optional .yamcs.protobuf.Value rawValue = 2;
    • hasEngValue

      boolean hasEngValue()
      optional .yamcs.protobuf.Value engValue = 3;
      Returns:
      Whether the engValue field is set.
    • getEngValue

      Yamcs.Value getEngValue()
      optional .yamcs.protobuf.Value engValue = 3;
      Returns:
      The engValue.
    • getEngValueOrBuilder

      Yamcs.ValueOrBuilder getEngValueOrBuilder()
      optional .yamcs.protobuf.Value engValue = 3;
    • hasAcquisitionTime

      boolean hasAcquisitionTime()
      optional int64 acquisitionTime = 4;
      Returns:
      Whether the acquisitionTime field is set.
    • getAcquisitionTime

      long getAcquisitionTime()
      optional int64 acquisitionTime = 4;
      Returns:
      The acquisitionTime.
    • hasGenerationTime

      boolean hasGenerationTime()
      optional int64 generationTime = 5;
      Returns:
      Whether the generationTime field is set.
    • getGenerationTime

      long getGenerationTime()
      optional int64 generationTime = 5;
      Returns:
      The generationTime.
    • hasAcquisitionStatus

      boolean hasAcquisitionStatus()
      optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;
      Returns:
      Whether the acquisitionStatus field is set.
    • getAcquisitionStatus

      Pvalue.AcquisitionStatus getAcquisitionStatus()
      optional .yamcs.protobuf.pvalue.AcquisitionStatus acquisitionStatus = 6;
      Returns:
      The acquisitionStatus.
    • hasProcessingStatus

      boolean hasProcessingStatus()
      optional bool processingStatus = 7;
      Returns:
      Whether the processingStatus field is set.
    • getProcessingStatus

      boolean getProcessingStatus()
      optional bool processingStatus = 7;
      Returns:
      The processingStatus.
    • hasMonitoringResult

      boolean hasMonitoringResult()
      optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
      Returns:
      Whether the monitoringResult field is set.
    • getMonitoringResult

      Pvalue.MonitoringResult getMonitoringResult()
      optional .yamcs.protobuf.pvalue.MonitoringResult monitoringResult = 8;
      Returns:
      The monitoringResult.
    • hasRangeCondition

      boolean hasRangeCondition()
      optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
      Returns:
      Whether the rangeCondition field is set.
    • getRangeCondition

      Pvalue.RangeCondition getRangeCondition()
      optional .yamcs.protobuf.pvalue.RangeCondition rangeCondition = 9;
      Returns:
      The rangeCondition.
    • getAlarmRangeList

      List<Mdb.AlarmRange> getAlarmRangeList()
       Context-dependent ranges
       
      repeated .yamcs.protobuf.mdb.AlarmRange alarmRange = 25;
    • getAlarmRange

      Mdb.AlarmRange getAlarmRange(int index)
       Context-dependent ranges
       
      repeated .yamcs.protobuf.mdb.AlarmRange alarmRange = 25;
    • getAlarmRangeCount

      int getAlarmRangeCount()
       Context-dependent ranges
       
      repeated .yamcs.protobuf.mdb.AlarmRange alarmRange = 25;
    • getAlarmRangeOrBuilderList

      List<? extends Mdb.AlarmRangeOrBuilder> getAlarmRangeOrBuilderList()
       Context-dependent ranges
       
      repeated .yamcs.protobuf.mdb.AlarmRange alarmRange = 25;
    • getAlarmRangeOrBuilder

      Mdb.AlarmRangeOrBuilder getAlarmRangeOrBuilder(int index)
       Context-dependent ranges
       
      repeated .yamcs.protobuf.mdb.AlarmRange alarmRange = 25;
    • hasExpireMillis

      boolean hasExpireMillis()
       How long (in milliseconds) this parameter value is valid
       Note that there is an option when subscribing to parameters to get
       updated when the parameter values expire. 
       
      optional int64 expireMillis = 26;
      Returns:
      Whether the expireMillis field is set.
    • getExpireMillis

      long getExpireMillis()
       How long (in milliseconds) this parameter value is valid
       Note that there is an option when subscribing to parameters to get
       updated when the parameter values expire. 
       
      optional int64 expireMillis = 26;
      Returns:
      The expireMillis.