Interface Commanding.CommandQueueEntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getBinary()
      optional bytes binary = 6;
      String getCommandName()
      optional string commandName = 17;
      com.google.protobuf.ByteString getCommandNameBytes()
      optional string commandName = 17;
      String getComment()
      optional string comment = 11;
      com.google.protobuf.ByteString getCommentBytes()
      optional string comment = 11;
      com.google.protobuf.Timestamp getGenerationTime()
      optional .google.protobuf.Timestamp generationTime = 12;
      com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
      optional .google.protobuf.Timestamp generationTime = 12;
      String getId()
      optional string id = 14;
      com.google.protobuf.ByteString getIdBytes()
      optional string id = 14;
      String getInstance()
      optional string instance = 1;
      com.google.protobuf.ByteString getInstanceBytes()
      optional string instance = 1;
      String getOrigin()
      optional string origin = 15;
      com.google.protobuf.ByteString getOriginBytes()
      optional string origin = 15;
      boolean getPendingTransmissionConstraints()
      if this is set to true , it means the command has been accepted for being released out of the queue but it is still there because it is pending transmission contraints
      String getProcessorName()
      optional string processorName = 2;
      com.google.protobuf.ByteString getProcessorNameBytes()
      optional string processorName = 2;
      String getQueueName()
      optional string queueName = 3;
      com.google.protobuf.ByteString getQueueNameBytes()
      optional string queueName = 3;
      int getSequenceNumber()
      optional int32 sequenceNumber = 16;
      String getSource()
      optional string source = 5;
      com.google.protobuf.ByteString getSourceBytes()
      optional string source = 5;
      String getUsername()
      optional string username = 7;
      com.google.protobuf.ByteString getUsernameBytes()
      optional string username = 7;
      String getUuid()
      optional string uuid = 9;
      com.google.protobuf.ByteString getUuidBytes()
      optional string uuid = 9;
      boolean hasBinary()
      optional bytes binary = 6;
      boolean hasCommandName()
      optional string commandName = 17;
      boolean hasComment()
      optional string comment = 11;
      boolean hasGenerationTime()
      optional .google.protobuf.Timestamp generationTime = 12;
      boolean hasId()
      optional string id = 14;
      boolean hasInstance()
      optional string instance = 1;
      boolean hasOrigin()
      optional string origin = 15;
      boolean hasPendingTransmissionConstraints()
      if this is set to true , it means the command has been accepted for being released out of the queue but it is still there because it is pending transmission contraints
      boolean hasProcessorName()
      optional string processorName = 2;
      boolean hasQueueName()
      optional string queueName = 3;
      boolean hasSequenceNumber()
      optional int32 sequenceNumber = 16;
      boolean hasSource()
      optional string source = 5;
      boolean hasUsername()
      optional string username = 7;
      boolean hasUuid()
      optional string uuid = 9;
      • 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 Detail

      • hasInstance

        boolean hasInstance()
        optional string instance = 1;
      • getInstance

        String getInstance()
        optional string instance = 1;
      • getInstanceBytes

        com.google.protobuf.ByteString getInstanceBytes()
        optional string instance = 1;
      • hasProcessorName

        boolean hasProcessorName()
        optional string processorName = 2;
      • getProcessorName

        String getProcessorName()
        optional string processorName = 2;
      • getProcessorNameBytes

        com.google.protobuf.ByteString getProcessorNameBytes()
        optional string processorName = 2;
      • hasQueueName

        boolean hasQueueName()
        optional string queueName = 3;
      • getQueueName

        String getQueueName()
        optional string queueName = 3;
      • getQueueNameBytes

        com.google.protobuf.ByteString getQueueNameBytes()
        optional string queueName = 3;
      • hasId

        boolean hasId()
        optional string id = 14;
      • getId

        String getId()
        optional string id = 14;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 14;
      • hasOrigin

        boolean hasOrigin()
        optional string origin = 15;
      • getOrigin

        String getOrigin()
        optional string origin = 15;
      • getOriginBytes

        com.google.protobuf.ByteString getOriginBytes()
        optional string origin = 15;
      • hasSequenceNumber

        boolean hasSequenceNumber()
        optional int32 sequenceNumber = 16;
      • getSequenceNumber

        int getSequenceNumber()
        optional int32 sequenceNumber = 16;
      • hasCommandName

        boolean hasCommandName()
        optional string commandName = 17;
      • getCommandName

        String getCommandName()
        optional string commandName = 17;
      • getCommandNameBytes

        com.google.protobuf.ByteString getCommandNameBytes()
        optional string commandName = 17;
      • hasSource

        boolean hasSource()
        optional string source = 5;
      • getSource

        String getSource()
        optional string source = 5;
      • getSourceBytes

        com.google.protobuf.ByteString getSourceBytes()
        optional string source = 5;
      • hasBinary

        boolean hasBinary()
        optional bytes binary = 6;
      • getBinary

        com.google.protobuf.ByteString getBinary()
        optional bytes binary = 6;
      • hasUsername

        boolean hasUsername()
        optional string username = 7;
      • getUsername

        String getUsername()
        optional string username = 7;
      • getUsernameBytes

        com.google.protobuf.ByteString getUsernameBytes()
        optional string username = 7;
      • hasUuid

        boolean hasUuid()
        optional string uuid = 9;
      • getUuid

        String getUuid()
        optional string uuid = 9;
      • getUuidBytes

        com.google.protobuf.ByteString getUuidBytes()
        optional string uuid = 9;
      • hasComment

        boolean hasComment()
        optional string comment = 11;
      • getComment

        String getComment()
        optional string comment = 11;
      • getCommentBytes

        com.google.protobuf.ByteString getCommentBytes()
        optional string comment = 11;
      • hasGenerationTime

        boolean hasGenerationTime()
        optional .google.protobuf.Timestamp generationTime = 12;
      • getGenerationTime

        com.google.protobuf.Timestamp getGenerationTime()
        optional .google.protobuf.Timestamp generationTime = 12;
      • getGenerationTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
        optional .google.protobuf.Timestamp generationTime = 12;
      • hasPendingTransmissionConstraints

        boolean hasPendingTransmissionConstraints()
        if this is set to true , it means the command has been accepted for being released out of the queue 
        but it is still there because it is pending transmission contraints
         
        optional bool pendingTransmissionConstraints = 13;
      • getPendingTransmissionConstraints

        boolean getPendingTransmissionConstraints()
        if this is set to true , it means the command has been accepted for being released out of the queue 
        but it is still there because it is pending transmission contraints
         
        optional bool pendingTransmissionConstraints = 13;