Package org.yamcs.protobuf
Interface Mdb.UnitInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mdb.UnitInfo,Mdb.UnitInfo.Builder
- Enclosing class:
- Mdb
public static interface Mdb.UnitInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUnit()optional string unit = 1;com.google.protobuf.ByteStringgetUnitBytes()optional string unit = 1;booleanhasUnit()optional string unit = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUnit
boolean hasUnit()
optional string unit = 1;
-
getUnit
String getUnit()
optional string unit = 1;
-
getUnitBytes
com.google.protobuf.ByteString getUnitBytes()
optional string unit = 1;
-
-