Class AssetGroupAccountCloneSourceAccount


  • public class AssetGroupAccountCloneSourceAccount
    extends Object
    AssetGroupAccountCloneSourceAccount.
    • Constructor Detail

      • AssetGroupAccountCloneSourceAccount

        public AssetGroupAccountCloneSourceAccount()
    • Method Detail

      • getId

        public UUID getId()
        The source account id to clone from..
        Returns:
        id
      • setId

        public void setId​(UUID id)
        setId.
      • getExternalAccountId

        public Long getExternalAccountId()
        The external account id of the source account..
        Returns:
        externalAccountId
      • getSite

        public String getSite()
        The site the source account is on..
        Returns:
        site
      • getName

        public String getName()
        The name of the source account..
        Returns:
        name
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object