Package org.yamcs.protobuf
Interface ParameterOverrideOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParameterOverride
,ParameterOverride.Builder
public interface ParameterOverrideOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetContextAlarms
(int index) Alarm properties under specific contextint
Alarm properties under specific contextAlarm properties under specific contextgetContextAlarmsOrBuilder
(int index) Alarm properties under specific contextList<? extends Mdb.ContextAlarmInfoOrBuilder>
Alarm properties under specific contextgetContextCalibrators
(int index) Calibrators under specific contextint
Calibrators under specific contextCalibrators under specific contextgetContextCalibratorsOrBuilder
(int index) Calibrators under specific contextList<? extends Mdb.ContextCalibratorInfoOrBuilder>
Calibrators under specific contextDefault alarm properties (when no specific context)Default alarm properties (when no specific context)Default calibrator (when no specific context)Default calibrator (when no specific context)Parameter namecom.google.protobuf.ByteString
Parameter nameboolean
Default alarm properties (when no specific context)boolean
Default calibrator (when no specific context)boolean
Parameter nameMethods 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
-
hasParameter
boolean hasParameter()Parameter name
optional string parameter = 1;
- Returns:
- Whether the parameter field is set.
-
getParameter
String getParameter()Parameter name
optional string parameter = 1;
- Returns:
- The parameter.
-
getParameterBytes
com.google.protobuf.ByteString getParameterBytes()Parameter name
optional string parameter = 1;
- Returns:
- The bytes for parameter.
-
hasDefaultCalibrator
boolean hasDefaultCalibrator()Default calibrator (when no specific context)
optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 5;
- Returns:
- Whether the defaultCalibrator field is set.
-
getDefaultCalibrator
Mdb.CalibratorInfo getDefaultCalibrator()Default calibrator (when no specific context)
optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 5;
- Returns:
- The defaultCalibrator.
-
getDefaultCalibratorOrBuilder
Mdb.CalibratorInfoOrBuilder getDefaultCalibratorOrBuilder()Default calibrator (when no specific context)
optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 5;
-
getContextCalibratorsList
List<Mdb.ContextCalibratorInfo> getContextCalibratorsList()Calibrators under specific context
repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrators = 6;
-
getContextCalibrators
Calibrators under specific context
repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrators = 6;
-
getContextCalibratorsCount
int getContextCalibratorsCount()Calibrators under specific context
repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrators = 6;
-
getContextCalibratorsOrBuilderList
List<? extends Mdb.ContextCalibratorInfoOrBuilder> getContextCalibratorsOrBuilderList()Calibrators under specific context
repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrators = 6;
-
getContextCalibratorsOrBuilder
Calibrators under specific context
repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrators = 6;
-
hasDefaultAlarm
boolean hasDefaultAlarm()Default alarm properties (when no specific context)
optional .yamcs.protobuf.mdb.AlarmInfo defaultAlarm = 7;
- Returns:
- Whether the defaultAlarm field is set.
-
getDefaultAlarm
Mdb.AlarmInfo getDefaultAlarm()Default alarm properties (when no specific context)
optional .yamcs.protobuf.mdb.AlarmInfo defaultAlarm = 7;
- Returns:
- The defaultAlarm.
-
getDefaultAlarmOrBuilder
Mdb.AlarmInfoOrBuilder getDefaultAlarmOrBuilder()Default alarm properties (when no specific context)
optional .yamcs.protobuf.mdb.AlarmInfo defaultAlarm = 7;
-
getContextAlarmsList
List<Mdb.ContextAlarmInfo> getContextAlarmsList()Alarm properties under specific context
repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarms = 8;
-
getContextAlarms
Alarm properties under specific context
repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarms = 8;
-
getContextAlarmsCount
int getContextAlarmsCount()Alarm properties under specific context
repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarms = 8;
-
getContextAlarmsOrBuilderList
List<? extends Mdb.ContextAlarmInfoOrBuilder> getContextAlarmsOrBuilderList()Alarm properties under specific context
repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarms = 8;
-
getContextAlarmsOrBuilder
Alarm properties under specific context
repeated .yamcs.protobuf.mdb.ContextAlarmInfo contextAlarms = 8;
-