Class MgmOnboarded

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

    Event for when processing of a registration for an MGM has finished.

    • Constructor Detail

      • MgmOnboarded

        MgmOnboarded()
        Default constructor.
      • MgmOnboarded

        MgmOnboarded(HoldingIdentity onboardedMgm)
        All-args constructor.
        Parameters:
        onboardedMgm - Holding identity of the mgm who was onboarded.
    • Method Detail

      • getOnboardedMgm

         HoldingIdentity getOnboardedMgm()

        Gets the value of the 'onboardedMgm' field.

        Returns:

        Holding identity of the mgm who was onboarded.

      • setOnboardedMgm

         void setOnboardedMgm(HoldingIdentity value)

        Sets the value of the 'onboardedMgm' field. Holding identity of the mgm who was onboarded.

        Parameters:
        value - the value to set.
      • getEncoder

         static BinaryMessageEncoder<MgmOnboarded> getEncoder()

        Return the BinaryMessageEncoder instance used by this class.

        Returns:

        the message encoder used by this class

      • getDecoder

         static BinaryMessageDecoder<MgmOnboarded> getDecoder()

        Return the BinaryMessageDecoder instance used by this class.

        Returns:

        the message decoder used by this class

      • createDecoder

         static BinaryMessageDecoder<MgmOnboarded> createDecoder(SchemaStore resolver)

        Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.

        Parameters:
        resolver - a SchemaStore used to find schemas by fingerprint
        Returns:

        a BinaryMessageDecoder instance for this class backed by the given SchemaStore

      • toByteBuffer

         ByteBuffer toByteBuffer()

        Serializes this MgmOnboarded to a ByteBuffer.

        Returns:

        a buffer holding the serialized data for this instance

      • fromByteBuffer

         static MgmOnboarded fromByteBuffer(ByteBuffer b)

        Deserializes a MgmOnboarded from a ByteBuffer.

        Parameters:
        b - a byte buffer holding serialized data for an instance of this class
        Returns:

        a MgmOnboarded instance decoded from the given buffer

      • newBuilder

         static MgmOnboarded.Builder newBuilder(MgmOnboarded other)

        Creates a new MgmOnboarded RecordBuilder by copying an existing MgmOnboarded instance.

        Parameters:
        other - The existing instance to copy.
        Returns:

        A new MgmOnboarded RecordBuilder