Class AssetGroupAccountClone


  • public class AssetGroupAccountClone
    extends Object
    AssetGroupAccountClone.
    • Constructor Detail

      • AssetGroupAccountClone

        public AssetGroupAccountClone()
    • Method Detail

      • 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
      • 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.
        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