Class CompletedCommandMetadata.Builder

  • All Implemented Interfaces:
    org.apache.avro.data.RecordBuilder

    
    public class CompletedCommandMetadata.Builder
    extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
                        

    RecordBuilder for CompletedCommandMetadata instances.

    • Constructor Detail

    • Method Detail

      • getIndex

         int getIndex()

        Gets the value of the 'index' field. An index which can be used to determine the order of previously completed registration commands.

      • setIndex

         CompletedCommandMetadata.Builder setIndex(int value)

        Sets the value of the 'index' field. An index which can be used to determine the order of previously completed registration commands.

        Parameters:
        value - The value of 'index'.
      • getCommand

         String getCommand()

        Gets the value of the 'command' field. The name of the command which was completed.

      • hasIndex

         boolean hasIndex()

        Checks whether the 'index' field has been set. An index which can be used to determine the order of previously completed registration commands.

      • hasCommand

         boolean hasCommand()

        Checks whether the 'command' field has been set. The name of the command which was completed.