Class RegistrationCommand.Builder

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

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

    RecordBuilder for RegistrationCommand instances.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public Object command
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • getCommand

         Object getCommand()

        Gets the value of the 'command' field. Indicator of the type of registration command that was issued.

      • hasCommand

         boolean hasCommand()

        Checks whether the 'command' field has been set. Indicator of the type of registration command that was issued.