Package com.docusign.admin.model
Class AssetGroupAccountCloneSourceAccount
- java.lang.Object
-
- com.docusign.admin.model.AssetGroupAccountCloneSourceAccount
-
public class AssetGroupAccountCloneSourceAccount extends Object
AssetGroupAccountCloneSourceAccount.
-
-
Constructor Summary
Constructors Constructor Description AssetGroupAccountCloneSourceAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.LonggetExternalAccountId()The external account id of the source account..UUIDgetId()The source account id to clone from..StringgetName()The name of the source account..StringgetSite()The site the source account is on..inthashCode()Returns the HashCode.AssetGroupAccountCloneSourceAccountid(UUID id)id.voidsetId(UUID id)setId.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
id
public AssetGroupAccountCloneSourceAccount id(UUID id)
id.- Returns:
- AssetGroupAccountCloneSourceAccount
-
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.
-
-