Class MigratedShareholders


  • public class MigratedShareholders
    extends Object
    MigratedShareholders
    • Constructor Detail

      • MigratedShareholders

        public MigratedShareholders()
    • Method Detail

      • getLegalEntityCode

        public String getLegalEntityCode()
        The unique identifier of the legal entity of that shareholder in the balance platform.
        Returns:
        legalEntityCode
      • setLegalEntityCode

        public void setLegalEntityCode​(String legalEntityCode)
      • getShareholderCode

        public String getShareholderCode()
        The unique identifier of the account of the migrated shareholder in the classic integration.
        Returns:
        shareholderCode
      • setShareholderCode

        public void setShareholderCode​(String shareholderCode)
      • equals

        public boolean equals​(Object o)
        Return true if this MigratedShareholders object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static MigratedShareholders fromJson​(String jsonString)
                                             throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of MigratedShareholders given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of MigratedShareholders
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to MigratedShareholders
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of MigratedShareholders to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException