Package com.docusign.admin.model
Class AssetGroupAccountResponse
- java.lang.Object
-
- com.docusign.admin.model.AssetGroupAccountResponse
-
public class AssetGroupAccountResponse extends Object
AssetGroupAccountResponse.
-
-
Constructor Summary
Constructors Constructor Description AssetGroupAccountResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.UUIDgetAccountId()The account id of the asset group account..StringgetAccountName()The account name of the asset group account..UUIDgetAssetGroupId()The asset group id that the asset group account belongs to..StringgetAssetGroupName()The name of asset group that the asset group account belongs to..LonggetExternalAccountId()The external account id of the asset group account..IntegergetSiteId()The site id of the asset group account..StringgetSiteName()The site name of the asset group account..inthashCode()Returns the HashCode.BooleanisCompliant()The compliant status for the account..StringtoString()Converts the given object to string.
-
-
-
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.
-
-