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
Modifier and TypeMethodDescriptiongetData()
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
getType()
optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;
boolean
hasData()
optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
boolean
hasType()
optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;
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
-
hasType
boolean hasType()optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;
- Returns:
- Whether the type field is set.
-
getType
Commanding.CommandQueueEvent.Type getType()optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;
- Returns:
- The type.
-
hasData
boolean hasData()optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
- Returns:
- Whether the data field is set.
-
getData
Commanding.CommandQueueEntry getData()optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
- Returns:
- The data.
-
getDataOrBuilder
Commanding.CommandQueueEntryOrBuilder getDataOrBuilder()optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
-