Package com.docusign.admin.model
Class AssetGroupAccountClone
- java.lang.Object
-
- com.docusign.admin.model.AssetGroupAccountClone
-
public class AssetGroupAccountClone extends Object
AssetGroupAccountClone.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssetGroupAccountClone.AssetGroupWorkTypeEnumThe type of asset group work.static classAssetGroupAccountClone.StatusEnumThe clone status.
-
Constructor Summary
Constructors Constructor Description AssetGroupAccountClone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.UUIDgetAssetGroupId()The asset group id the accounts belong to..UUIDgetAssetGroupWorkId()The account clone work id..AssetGroupAccountClone.AssetGroupWorkTypeEnumgetAssetGroupWorkType()The type of asset group work..IntegergetAttempts()The number of times the work has been worked on..CloneErrorDetailsgetCloneProcessingFailureDetails()The processing failures if the work is in PendingError/ProcessingError status..UUIDgetCloneRequestId()The account entitlement/setting mirror request id created by the clone work..StringgetCreatedByEmail()The email of the creator of the account clone work..StringgetCreatedByName()The name of the creator of the account clone work..StringgetCreatedDate()The date the account clone work is created..StringgetMessage()The message associated with the account clone work..UUIDgetOrderId()The order id created by the clone work..AssetGroupAccountCloneSourceAccountgetSourceAccount()The source account to be cloned from..AssetGroupAccountClone.StatusEnumgetStatus()The clone status..AssetGroupAccountCloneTargetAccountgetTargetAccount()The target account to clone to..inthashCode()Returns the HashCode.voidsetSourceAccount(AssetGroupAccountCloneSourceAccount sourceAccount)setSourceAccount.voidsetTargetAccount(AssetGroupAccountCloneTargetAccount targetAccount)setTargetAccount.AssetGroupAccountClonesourceAccount(AssetGroupAccountCloneSourceAccount sourceAccount)sourceAccount.AssetGroupAccountClonetargetAccount(AssetGroupAccountCloneTargetAccount targetAccount)targetAccount.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
sourceAccount
public AssetGroupAccountClone sourceAccount(AssetGroupAccountCloneSourceAccount sourceAccount)
sourceAccount.- Returns:
- AssetGroupAccountClone
-
getSourceAccount
public AssetGroupAccountCloneSourceAccount getSourceAccount()
The source account to be cloned from..- Returns:
- sourceAccount
-
setSourceAccount
public void setSourceAccount(AssetGroupAccountCloneSourceAccount sourceAccount)
setSourceAccount.
-
targetAccount
public AssetGroupAccountClone targetAccount(AssetGroupAccountCloneTargetAccount targetAccount)
targetAccount.- Returns:
- AssetGroupAccountClone
-
getTargetAccount
public AssetGroupAccountCloneTargetAccount getTargetAccount()
The target account to clone to..- Returns:
- targetAccount
-
setTargetAccount
public void setTargetAccount(AssetGroupAccountCloneTargetAccount targetAccount)
setTargetAccount.
-
getAssetGroupWorkId
public UUID getAssetGroupWorkId()
The account clone work id..- Returns:
- assetGroupWorkId
-
getAssetGroupId
public UUID getAssetGroupId()
The asset group id the accounts belong to..- Returns:
- assetGroupId
-
getAssetGroupWorkType
public AssetGroupAccountClone.AssetGroupWorkTypeEnum getAssetGroupWorkType()
The type of asset group work..- Returns:
- assetGroupWorkType
-
getStatus
public AssetGroupAccountClone.StatusEnum getStatus()
The clone status..- Returns:
- status
-
getCloneRequestId
public UUID getCloneRequestId()
The account entitlement/setting mirror request id created by the clone work..- Returns:
- cloneRequestId
-
getOrderId
public UUID getOrderId()
The order id created by the clone work..- Returns:
- orderId
-
getAttempts
public Integer getAttempts()
The number of times the work has been worked on..- Returns:
- attempts
-
getCreatedDate
public String getCreatedDate()
The date the account clone work is created..- Returns:
- createdDate
-
getCreatedByName
public String getCreatedByName()
The name of the creator of the account clone work..- Returns:
- createdByName
-
getCreatedByEmail
public String getCreatedByEmail()
The email of the creator of the account clone work..- Returns:
- createdByEmail
-
getMessage
public String getMessage()
The message associated with the account clone work..- Returns:
- message
-
getCloneProcessingFailureDetails
public CloneErrorDetails getCloneProcessingFailureDetails()
The processing failures if the work is in PendingError/ProcessingError status..- Returns:
- cloneProcessingFailureDetails
-
equals
public boolean equals(Object o)
Compares objects.
-
-