Interface IssueCommandResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    IssueCommandResponse, IssueCommandResponse.Builder

    public interface IssueCommandResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getBinary()
      optional bytes binary = 4;
      String getCommandName()
      optional string commandName = 9;
      com.google.protobuf.ByteString getCommandNameBytes()
      optional string commandName = 9;
      com.google.protobuf.Timestamp getGenerationTime()
      optional .google.protobuf.Timestamp generationTime = 6;
      com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
      optional .google.protobuf.Timestamp generationTime = 6;
      String getHex()
      optional string hex = 3;
      com.google.protobuf.ByteString getHexBytes()
      optional string hex = 3;
      String getId()
      optional string id = 5;
      com.google.protobuf.ByteString getIdBytes()
      optional string id = 5;
      String getOrigin()
      optional string origin = 7;
      com.google.protobuf.ByteString getOriginBytes()
      optional string origin = 7;
      String getQueue()
      optional string queue = 10;
      com.google.protobuf.ByteString getQueueBytes()
      optional string queue = 10;
      int getSequenceNumber()
      optional int32 sequenceNumber = 8;
      String getSource()
      optional string source = 2;
      com.google.protobuf.ByteString getSourceBytes()
      optional string source = 2;
      String getUsername()
      optional string username = 11;
      com.google.protobuf.ByteString getUsernameBytes()
      optional string username = 11;
      boolean hasBinary()
      optional bytes binary = 4;
      boolean hasCommandName()
      optional string commandName = 9;
      boolean hasGenerationTime()
      optional .google.protobuf.Timestamp generationTime = 6;
      boolean hasHex()
      optional string hex = 3;
      boolean hasId()
      optional string id = 5;
      boolean hasOrigin()
      optional string origin = 7;
      boolean hasQueue()
      optional string queue = 10;
      boolean hasSequenceNumber()
      optional int32 sequenceNumber = 8;
      boolean hasSource()
      optional string source = 2;
      boolean hasUsername()
      optional string username = 11;
      • 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

      • hasId

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

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

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 5;
      • hasGenerationTime

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

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

        com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()
        optional .google.protobuf.Timestamp generationTime = 6;
      • hasOrigin

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

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

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

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

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

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

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

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

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

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

        com.google.protobuf.ByteString getSourceBytes()
        optional string source = 2;
      • hasHex

        boolean hasHex()
        optional string hex = 3;
      • getHex

        String getHex()
        optional string hex = 3;
      • getHexBytes

        com.google.protobuf.ByteString getHexBytes()
        optional string hex = 3;
      • hasBinary

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

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

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

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

        com.google.protobuf.ByteString getUsernameBytes()
        optional string username = 11;
      • hasQueue

        boolean hasQueue()
        optional string queue = 10;
      • getQueue

        String getQueue()
        optional string queue = 10;
      • getQueueBytes

        com.google.protobuf.ByteString getQueueBytes()
        optional string queue = 10;