Class AssetGroupAccountResponse


  • public class AssetGroupAccountResponse
    extends Object
    AssetGroupAccountResponse.
    • Constructor Detail

      • AssetGroupAccountResponse

        public AssetGroupAccountResponse()
    • Method Detail

      • getAssetGroupId

        public UUID getAssetGroupId()
        The asset group id that the asset group account belongs to..
        Returns:
        assetGroupId
      • getAssetGroupName

        public String getAssetGroupName()
        The name of asset group that the asset group account belongs to..
        Returns:
        assetGroupName
      • getAccountId

        public UUID getAccountId()
        The account id of the asset group account..
        Returns:
        accountId
      • getAccountName

        public String getAccountName()
        The account name of the asset group account..
        Returns:
        accountName
      • getExternalAccountId

        public Long getExternalAccountId()
        The external account id of the asset group account..
        Returns:
        externalAccountId
      • isCompliant

        public Boolean isCompliant()
        The compliant status for the account..
        Returns:
        compliant
      • getSiteId

        public Integer getSiteId()
        The site id of the asset group account..
        Returns:
        siteId
      • getSiteName

        public String getSiteName()
        The site name of the asset group account..
        Returns:
        siteName
      • 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