Class OperationSummary
- All Implemented Interfaces:
Serializable
,Cloneable
OperationSummary includes the following elements.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Identifier returned to track the requested action.The current status of the requested operation in the system.The date when the request was submitted.getType()
Type of the action requested.int
hashCode()
void
setOperationId
(String operationId) Identifier returned to track the requested action.void
setStatus
(OperationStatus status) The current status of the requested operation in the system.void
The current status of the requested operation in the system.void
setSubmittedDate
(Date submittedDate) The date when the request was submitted.void
setType
(OperationType type) Type of the action requested.void
Type of the action requested.toString()
Returns a string representation of this object; useful for testing and debugging.withOperationId
(String operationId) Identifier returned to track the requested action.withStatus
(OperationStatus status) The current status of the requested operation in the system.withStatus
(String status) The current status of the requested operation in the system.withSubmittedDate
(Date submittedDate) The date when the request was submitted.withType
(OperationType type) Type of the action requested.Type of the action requested.
-
Constructor Details
-
OperationSummary
public OperationSummary()
-
-
Method Details
-
setOperationId
Identifier returned to track the requested action.
Type: String
- Parameters:
operationId
- Identifier returned to track the requested action.Type: String
-
getOperationId
Identifier returned to track the requested action.
Type: String
- Returns:
- Identifier returned to track the requested action.
Type: String
-
withOperationId
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
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:
-
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:
-
withStatus
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:
-
setStatus
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:
-
withStatus
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:
-
setType
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:
-
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:
-
withType
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:
-
setType
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:
-
withType
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:
-
setSubmittedDate
The date when the request was submitted.
- Parameters:
submittedDate
- The date when the request was submitted.
-
getSubmittedDate
The date when the request was submitted.
- Returns:
- The date when the request was submitted.
-
withSubmittedDate
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-