Class GetOperationDetailResult

    • Constructor Detail

      • GetOperationDetailResult

        public GetOperationDetailResult()
    • Method Detail

      • setOperationId

        public void setOperationId​(String operationId)

        The identifier for the operation.

        Type: String

        Parameters:
        operationId - The identifier for the operation.

        Type: String

      • getOperationId

        public String getOperationId()

        The identifier for the operation.

        Type: String

        Returns:
        The identifier for the operation.

        Type: String

      • withOperationId

        public GetOperationDetailResult withOperationId​(String operationId)

        The identifier for the operation.

        Type: String

        Parameters:
        operationId - The identifier for the operation.

        Type: String

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus​(String status)

        The current status of the requested operation in the system.

        Type: String

        Parameters:
        status - The current status of the requested operation in the system.

        Type: String

        See Also:
        OperationStatus
      • getStatus

        public String getStatus()

        The current status of the requested operation in the system.

        Type: String

        Returns:
        The current status of the requested operation in the system.

        Type: String

        See Also:
        OperationStatus
      • withStatus

        public GetOperationDetailResult withStatus​(String status)

        The current status of the requested operation in the system.

        Type: String

        Parameters:
        status - The current status of the requested operation in the system.

        Type: String

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperationStatus
      • setStatus

        public void setStatus​(OperationStatus status)

        The current status of the requested operation in the system.

        Type: String

        Parameters:
        status - The current status of the requested operation in the system.

        Type: String

        See Also:
        OperationStatus
      • withStatus

        public GetOperationDetailResult withStatus​(OperationStatus status)

        The current status of the requested operation in the system.

        Type: String

        Parameters:
        status - The current status of the requested operation in the system.

        Type: String

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperationStatus
      • setMessage

        public void setMessage​(String message)

        Detailed information on the status including possible errors.

        Type: String

        Parameters:
        message - Detailed information on the status including possible errors.

        Type: String

      • getMessage

        public String getMessage()

        Detailed information on the status including possible errors.

        Type: String

        Returns:
        Detailed information on the status including possible errors.

        Type: String

      • withMessage

        public GetOperationDetailResult withMessage​(String message)

        Detailed information on the status including possible errors.

        Type: String

        Parameters:
        message - Detailed information on the status including possible errors.

        Type: String

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainName

        public void setDomainName​(String domainName)

        The name of a domain.

        Type: String

        Parameters:
        domainName - The name of a domain.

        Type: String

      • getDomainName

        public String getDomainName()

        The name of a domain.

        Type: String

        Returns:
        The name of a domain.

        Type: String

      • withDomainName

        public GetOperationDetailResult withDomainName​(String domainName)

        The name of a domain.

        Type: String

        Parameters:
        domainName - The name of a domain.

        Type: String

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setType

        public void setType​(String type)

        The type of operation that was requested.

        Type: String

        Parameters:
        type - The type of operation that was requested.

        Type: String

        See Also:
        OperationType
      • getType

        public String getType()

        The type of operation that was requested.

        Type: String

        Returns:
        The type of operation that was requested.

        Type: String

        See Also:
        OperationType
      • withType

        public GetOperationDetailResult withType​(String type)

        The type of operation that was requested.

        Type: String

        Parameters:
        type - The type of operation that was requested.

        Type: String

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperationType
      • setType

        public void setType​(OperationType type)

        The type of operation that was requested.

        Type: String

        Parameters:
        type - The type of operation that was requested.

        Type: String

        See Also:
        OperationType
      • withType

        public GetOperationDetailResult withType​(OperationType type)

        The type of operation that was requested.

        Type: String

        Parameters:
        type - The type of operation that was requested.

        Type: String

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperationType
      • setSubmittedDate

        public void setSubmittedDate​(Date submittedDate)

        The date when the request was submitted.

        Parameters:
        submittedDate - The date when the request was submitted.
      • getSubmittedDate

        public Date getSubmittedDate()

        The date when the request was submitted.

        Returns:
        The date when the request was submitted.
      • withSubmittedDate

        public GetOperationDetailResult withSubmittedDate​(Date submittedDate)

        The date when the request was submitted.

        Parameters:
        submittedDate - The date when the request was submitted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object