Class OperationSummary

    • Constructor Detail

      • OperationSummary

        public OperationSummary()
    • Method Detail

      • setOperationId

        public void setOperationId​(String operationId)

        Identifier returned to track the requested action.

        Type: String

        Parameters:
        operationId - Identifier returned to track the requested action.

        Type: String

      • getOperationId

        public String getOperationId()

        Identifier returned to track the requested action.

        Type: String

        Returns:
        Identifier returned to track the requested action.

        Type: String

      • withOperationId

        public OperationSummary withOperationId​(String operationId)

        Identifier returned to track the requested action.

        Type: String

        Parameters:
        operationId - Identifier returned to track the requested action.

        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 OperationSummary 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 OperationSummary 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
      • setType

        public void setType​(String type)

        Type of the action requested.

        Type: String

        Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

        Parameters:
        type - Type of the action requested.

        Type: String

        Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

        See Also:
        OperationType
      • getType

        public String getType()

        Type of the action requested.

        Type: String

        Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

        Returns:
        Type of the action requested.

        Type: String

        Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

        See Also:
        OperationType
      • withType

        public OperationSummary withType​(String type)

        Type of the action requested.

        Type: String

        Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

        Parameters:
        type - Type of the action requested.

        Type: String

        Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

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

        public void setType​(OperationType type)

        Type of the action requested.

        Type: String

        Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

        Parameters:
        type - Type of the action requested.

        Type: String

        Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

        See Also:
        OperationType
      • withType

        public OperationSummary withType​(OperationType type)

        Type of the action requested.

        Type: String

        Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

        Parameters:
        type - Type of the action requested.

        Type: String

        Valid values: REGISTER_DOMAIN | DELETE_DOMAIN | TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT | UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK

        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 OperationSummary 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