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 Type
    Method
    Description
    optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
    optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
    optional .yamcs.protobuf.commanding.CommandQueueEvent.Type type = 1;
    boolean
    optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
    boolean
    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

      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

      optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;
      Returns:
      The data.
    • getDataOrBuilder

      optional .yamcs.protobuf.commanding.CommandQueueEntry data = 2;