Package org.yamcs.protobuf
Interface State.CallInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
State.CallInfo,State.CallInfo.Builder
- Enclosing class:
- State
public static interface State.CallInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCall()int32 call = 1;com.google.protobuf.AnygetOptions().google.protobuf.Any options = 3;com.google.protobuf.AnyOrBuildergetOptionsOrBuilder().google.protobuf.Any options = 3;StringgetType()string type = 2;com.google.protobuf.ByteStringgetTypeBytes()string type = 2;booleanhasOptions().google.protobuf.Any options = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCall
int getCall()
int32 call = 1;
-
getType
String getType()
string type = 2;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 2;
-
hasOptions
boolean hasOptions()
.google.protobuf.Any options = 3;
-
getOptions
com.google.protobuf.Any getOptions()
.google.protobuf.Any options = 3;
-
getOptionsOrBuilder
com.google.protobuf.AnyOrBuilder getOptionsOrBuilder()
.google.protobuf.Any options = 3;
-
-