Class SynchronisationMetaData.Builder

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

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

    RecordBuilder for SynchronisationMetaData instances.

    • Constructor Detail

    • Method Detail

      • getMgm

         HoldingIdentity getMgm()

        Gets the value of the 'mgm' field. Holding identity of the MGM.

        Returns:

        The value.

      • getMgmBuilder

         HoldingIdentity.Builder getMgmBuilder()

        Gets the Builder instance for the 'mgm' field and creates one if it doesn't exist yet. Holding identity of the MGM.

        Returns:

        This builder.

      • getMember

         HoldingIdentity getMember()

        Gets the value of the 'member' field. Holding identity of the member receiving the membership updates

        Returns:

        The value.

      • getMemberBuilder

         HoldingIdentity.Builder getMemberBuilder()

        Gets the Builder instance for the 'member' field and creates one if it doesn't exist yet. Holding identity of the member receiving the membership updates

        Returns:

        This builder.

      • hasMgm

         boolean hasMgm()

        Checks whether the 'mgm' field has been set. Holding identity of the MGM.

        Returns:

        True if the 'mgm' field has been set, false otherwise.

      • hasMgmBuilder

         boolean hasMgmBuilder()

        Checks whether the 'mgm' field has an active Builder instance Holding identity of the MGM.

        Returns:

        True if the 'mgm' field has an active Builder instance

      • hasMember

         boolean hasMember()

        Checks whether the 'member' field has been set. Holding identity of the member receiving the membership updates

        Returns:

        True if the 'member' field has been set, false otherwise.

      • hasMemberBuilder

         boolean hasMemberBuilder()

        Checks whether the 'member' field has an active Builder instance Holding identity of the member receiving the membership updates

        Returns:

        True if the 'member' field has an active Builder instance