Package org.yamcs.protobuf
Interface Commanding.CommandQueueEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Commanding.CommandQueueEvent,Commanding.CommandQueueEvent.Builder
- Enclosing class:
- Commanding
public static interface Commanding.CommandQueueEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Commanding.CommandQueueEntrygetData()optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;Commanding.CommandQueueEntryOrBuildergetDataOrBuilder()optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;Commanding.CommandQueueEvent.TypegetType()optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;booleanhasData()optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;booleanhasType()optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasType
boolean hasType()
optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;
-
getType
Commanding.CommandQueueEvent.Type getType()
optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;
-
hasData
boolean hasData()
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
-
getData
Commanding.CommandQueueEntry getData()
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
-
getDataOrBuilder
Commanding.CommandQueueEntryOrBuilder getDataOrBuilder()
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
-
-