Class RegistrationRequestDetails

  • 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 RegistrationRequestDetails
    extends SpecificRecordBase implements SpecificRecord
                        

    Details of the registration request.

    • Constructor Detail

      • RegistrationRequestDetails

        RegistrationRequestDetails()
        Default constructor.
      • RegistrationRequestDetails

        RegistrationRequestDetails(Instant registrationSent, Instant registrationLastModified, RegistrationStatus registrationStatus, String registrationId, String holdingIdentityId, Integer registrationProtocolVersion, SignedData memberProvidedContext, SignedData registrationContext, String reason, Long serial)
        All-args constructor.
        Parameters:
        registrationSent - Time ([Instant]) in milliseconds when the registration request was sent.
        registrationLastModified - Time ([Instant]) in milliseconds when the registration request was modified.
        registrationStatus - Status of the registration request.
        registrationId - ID of the registration request.
        holdingIdentityId - ID of the owner of this registration request.
        registrationProtocolVersion - Registration protocol number.
        memberProvidedContext - Member provided data in MemberInfo which has been signed by the registering member.
        registrationContext - Additional registration context which has been signed by the registering member and is not part of the MemberInfo (e.g.
        reason - Reason why the request is in the status specified by [registrationStatus].
        serial - The version of the member info the member saw when they submitted their registration.