Package org.yamcs.protobuf
Interface GetServerInfoResponse.CommandOptionInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetServerInfoResponse.CommandOptionInfo,GetServerInfoResponse.CommandOptionInfo.Builder
- Enclosing class:
- GetServerInfoResponse
public static interface GetServerInfoResponse.CommandOptionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHelp()optional string help = 4;com.google.protobuf.ByteStringgetHelpBytes()optional string help = 4;StringgetId()optional string id = 1;com.google.protobuf.ByteStringgetIdBytes()optional string id = 1;StringgetType()optional string type = 3;com.google.protobuf.ByteStringgetTypeBytes()optional string type = 3;StringgetVerboseName()optional string verboseName = 2;com.google.protobuf.ByteStringgetVerboseNameBytes()optional string verboseName = 2;booleanhasHelp()optional string help = 4;booleanhasId()optional string id = 1;booleanhasType()optional string type = 3;booleanhasVerboseName()optional string verboseName = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional string id = 1;
-
getId
String getId()
optional string id = 1;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
-
hasVerboseName
boolean hasVerboseName()
optional string verboseName = 2;
-
getVerboseName
String getVerboseName()
optional string verboseName = 2;
-
getVerboseNameBytes
com.google.protobuf.ByteString getVerboseNameBytes()
optional string verboseName = 2;
-
hasType
boolean hasType()
optional string type = 3;
-
getType
String getType()
optional string type = 3;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
optional string type = 3;
-
hasHelp
boolean hasHelp()
optional string help = 4;
-
getHelp
String getHelp()
optional string help = 4;
-
getHelpBytes
com.google.protobuf.ByteString getHelpBytes()
optional string help = 4;
-
-