Class OrganizationAccountResponse


  • public class OrganizationAccountResponse
    extends Object
    OrganizationAccountResponse.
    • Constructor Detail

      • OrganizationAccountResponse

        public OrganizationAccountResponse()
    • Method Detail

      • getId

        public UUID getId()
        Get id.
        Returns:
        id
      • setId

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

        public String getName()
        Get name.
        Returns:
        name
      • setName

        public void setName​(String name)
        setName.
      • externalAccountId

        public OrganizationAccountResponse externalAccountId​(Long externalAccountId)
        externalAccountId.
        Returns:
        OrganizationAccountResponse
      • getExternalAccountId

        public Long getExternalAccountId()
        Get externalAccountId.
        Returns:
        externalAccountId
      • setExternalAccountId

        public void setExternalAccountId​(Long externalAccountId)
        setExternalAccountId.
      • getSiteId

        public Integer getSiteId()
        Get siteId.
        Returns:
        siteId
      • setSiteId

        public void setSiteId​(Integer siteId)
        setSiteId.
      • 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