Interface ReceiverDProto.AntennaSwitchStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReceiverDProto.AntennaSwitchStatus
,ReceiverDProto.AntennaSwitchStatus.Builder
- Enclosing class:
- ReceiverDProto
public static interface ReceiverDProto.AntennaSwitchStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Map from state id (e.g.getId()
Unique identification of the antenna switch.com.google.protobuf.ByteString
Unique identification of the antenna switch.getLabel()
Human-readable label describing the antenna switch.com.google.protobuf.ByteString
Human-readable label describing the antenna switch.Current state id, referenced an id in state_id_to_label.com.google.protobuf.ByteString
Current state id, referenced an id in state_id_to_label.Deprecated.int
Map from state id (e.g.Map from state id (e.g.getStateIdToLabelOrDefault
(String key, String defaultValue) Map from state id (e.g.Map from state id (e.g.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
-
getId
String getId()Unique identification of the antenna switch.
string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Unique identification of the antenna switch.
string id = 1;
- Returns:
- The bytes for id.
-
getLabel
String getLabel()Human-readable label describing the antenna switch.
string label = 2;
- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()Human-readable label describing the antenna switch.
string label = 2;
- Returns:
- The bytes for label.
-
getStateIdToLabelCount
int getStateIdToLabelCount()Map from state id (e.g. "combined") to label (e.g. "Combined GNSS and Mode-S")
map<string, string> state_id_to_label = 3;
-
containsStateIdToLabel
Map from state id (e.g. "combined") to label (e.g. "Combined GNSS and Mode-S")
map<string, string> state_id_to_label = 3;
-
getStateIdToLabel
Deprecated.UsegetStateIdToLabelMap()
instead. -
getStateIdToLabelMap
Map from state id (e.g. "combined") to label (e.g. "Combined GNSS and Mode-S")
map<string, string> state_id_to_label = 3;
-
getStateIdToLabelOrDefault
Map from state id (e.g. "combined") to label (e.g. "Combined GNSS and Mode-S")
map<string, string> state_id_to_label = 3;
-
getStateIdToLabelOrThrow
Map from state id (e.g. "combined") to label (e.g. "Combined GNSS and Mode-S")
map<string, string> state_id_to_label = 3;
-
getStateId
String getStateId()Current state id, referenced an id in state_id_to_label.
string state_id = 4;
- Returns:
- The stateId.
-
getStateIdBytes
com.google.protobuf.ByteString getStateIdBytes()Current state id, referenced an id in state_id_to_label.
string state_id = 4;
- Returns:
- The bytes for stateId.
-