Package com.docusign.admin.model
Class AssetGroupAccountCloneTargetAccount
- java.lang.Object
-
- com.docusign.admin.model.AssetGroupAccountCloneTargetAccount
-
public class AssetGroupAccountCloneTargetAccount extends Object
AssetGroupAccountCloneTargetAccount.
-
-
Constructor Summary
Constructors Constructor Description AssetGroupAccountCloneTargetAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssetGroupAccountCloneTargetAccountadmin(AssetGroupAccountCloneTargetAccountAdmin admin)admin.AssetGroupAccountCloneTargetAccountcountryCode(String countryCode)countryCode.booleanequals(Object o)Compares objects.AssetGroupAccountCloneTargetAccountAdmingetAdmin()The admin user for the target account..StringgetCountryCode()The country code where the target account is in.UUIDgetId()The target account id to clone to.StringgetName()The name of the target account..StringgetRegion()The region where the target account is in..StringgetSite()The site where the target account is on..inthashCode()Returns the HashCode.AssetGroupAccountCloneTargetAccountid(UUID id)id.AssetGroupAccountCloneTargetAccountname(String name)name.AssetGroupAccountCloneTargetAccountregion(String region)region.voidsetAdmin(AssetGroupAccountCloneTargetAccountAdmin admin)setAdmin.voidsetCountryCode(String countryCode)setCountryCode.voidsetId(UUID id)setId.voidsetName(String name)setName.voidsetRegion(String region)setRegion.voidsetSite(String site)setSite.AssetGroupAccountCloneTargetAccountsite(String site)site.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
id
public AssetGroupAccountCloneTargetAccount id(UUID id)
id.- Returns:
- AssetGroupAccountCloneTargetAccount
-
getId
public UUID getId()
The target account id to clone to. It will be empty Guid if account not yet created..- Returns:
- id
-
setId
public void setId(UUID id)
setId.
-
name
public AssetGroupAccountCloneTargetAccount name(String name)
name.- Returns:
- AssetGroupAccountCloneTargetAccount
-
getName
public String getName()
The name of the target account..- Returns:
- name
-
setName
public void setName(String name)
setName.
-
region
public AssetGroupAccountCloneTargetAccount region(String region)
region.- Returns:
- AssetGroupAccountCloneTargetAccount
-
getRegion
public String getRegion()
The region where the target account is in..- Returns:
- region
-
setRegion
public void setRegion(String region)
setRegion.
-
countryCode
public AssetGroupAccountCloneTargetAccount countryCode(String countryCode)
countryCode.- Returns:
- AssetGroupAccountCloneTargetAccount
-
getCountryCode
public String getCountryCode()
The country code where the target account is in. This value is ignored if region is provided..- Returns:
- countryCode
-
setCountryCode
public void setCountryCode(String countryCode)
setCountryCode.
-
site
public AssetGroupAccountCloneTargetAccount site(String site)
site.- Returns:
- AssetGroupAccountCloneTargetAccount
-
getSite
public String getSite()
The site where the target account is on..- Returns:
- site
-
setSite
public void setSite(String site)
setSite.
-
admin
public AssetGroupAccountCloneTargetAccount admin(AssetGroupAccountCloneTargetAccountAdmin admin)
admin.- Returns:
- AssetGroupAccountCloneTargetAccount
-
getAdmin
public AssetGroupAccountCloneTargetAccountAdmin getAdmin()
The admin user for the target account..- Returns:
- admin
-
setAdmin
public void setAdmin(AssetGroupAccountCloneTargetAccountAdmin admin)
setAdmin.
-
equals
public boolean equals(Object o)
Compares objects.
-
-