Interface Commanding.CommandIdOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Commanding.CommandId, Commanding.CommandId.Builder
Enclosing class:
Commanding

public static interface Commanding.CommandIdOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string commandName = 4;
    com.google.protobuf.ByteString
    optional string commandName = 4;
    long
    required int64 generationTime = 1;
    required string origin = 2;
    com.google.protobuf.ByteString
    required string origin = 2;
    int
    unique in relation to generationTime and origin
    boolean
    optional string commandName = 4;
    boolean
    required int64 generationTime = 1;
    boolean
    required string origin = 2;
    boolean
    unique in relation to generationTime and origin

    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

    • hasGenerationTime

      boolean hasGenerationTime()
      required int64 generationTime = 1;
      Returns:
      Whether the generationTime field is set.
    • getGenerationTime

      long getGenerationTime()
      required int64 generationTime = 1;
      Returns:
      The generationTime.
    • hasOrigin

      boolean hasOrigin()
      required string origin = 2;
      Returns:
      Whether the origin field is set.
    • getOrigin

      String getOrigin()
      required string origin = 2;
      Returns:
      The origin.
    • getOriginBytes

      com.google.protobuf.ByteString getOriginBytes()
      required string origin = 2;
      Returns:
      The bytes for origin.
    • hasSequenceNumber

      boolean hasSequenceNumber()
      unique in relation to generationTime and origin
       
      required int32 sequenceNumber = 3;
      Returns:
      Whether the sequenceNumber field is set.
    • getSequenceNumber

      int getSequenceNumber()
      unique in relation to generationTime and origin
       
      required int32 sequenceNumber = 3;
      Returns:
      The sequenceNumber.
    • hasCommandName

      boolean hasCommandName()
      optional string commandName = 4;
      Returns:
      Whether the commandName field is set.
    • getCommandName

      String getCommandName()
      optional string commandName = 4;
      Returns:
      The commandName.
    • getCommandNameBytes

      com.google.protobuf.ByteString getCommandNameBytes()
      optional string commandName = 4;
      Returns:
      The bytes for commandName.