Class DeclineRegistration

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class DeclineRegistration
    extends SpecificRecordBase implements SpecificRecord
                        

    Command issued when a member registration has been declined and needs to be updated to declined status.

    • Constructor Detail

      • DeclineRegistration

        DeclineRegistration()
        Default constructor.
      • DeclineRegistration

        DeclineRegistration(String reason, String reasonForUser)
        All-args constructor.
        Parameters:
        reason - Reason that the request was declined.
        reasonForUser - Reason that the request was declined.