public class OperationSummary extends Object implements Serializable
OperationSummary includes the following elements.
| Constructor and Description |
|---|
OperationSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getOperationId()
Identifier returned to track the requested action.
|
String |
getStatus()
The current status of the requested operation in the system.
|
Date |
getSubmittedDate()
The date when the request was submitted.
|
String |
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 |
setStatus(String status)
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 |
setType(String type)
Type of the action requested.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OperationSummary |
withOperationId(String operationId)
Identifier returned to track the requested action.
|
OperationSummary |
withStatus(OperationStatus status)
The current status of the requested operation in the system.
|
OperationSummary |
withStatus(String status)
The current status of the requested operation in the system.
|
OperationSummary |
withSubmittedDate(Date submittedDate)
The date when the request was submitted.
|
OperationSummary |
withType(OperationType type)
Type of the action requested.
|
OperationSummary |
withType(String type)
Type of the action requested.
|
public String getOperationId()
Type: String
Constraints:
Length: 0 - 255
Type: String
public void setOperationId(String operationId)
Type: String
Constraints:
Length: 0 - 255
operationId - Identifier returned to track the requested action. Type: String
public OperationSummary withOperationId(String operationId)
Type: String
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
operationId - Identifier returned to track the requested action. Type: String
public String getStatus()
Type: String
Constraints:
Allowed Values: SUBMITTED, IN_PROGRESS, ERROR, SUCCESSFUL, FAILED
Type: String
OperationStatuspublic void setStatus(String status)
Type: String
Constraints:
Allowed Values: SUBMITTED, IN_PROGRESS, ERROR, SUCCESSFUL, FAILED
status - The current status of the requested operation in the system. Type: String
OperationStatuspublic OperationSummary withStatus(String status)
Type: String
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SUBMITTED, IN_PROGRESS, ERROR, SUCCESSFUL, FAILED
status - The current status of the requested operation in the system. Type: String
OperationStatuspublic void setStatus(OperationStatus status)
Type: String
Constraints:
Allowed Values: SUBMITTED, IN_PROGRESS, ERROR, SUCCESSFUL, FAILED
status - The current status of the requested operation in the system. Type: String
OperationStatuspublic OperationSummary withStatus(OperationStatus status)
Type: String
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: SUBMITTED, IN_PROGRESS, ERROR, SUCCESSFUL, FAILED
status - The current status of the requested operation in the system. Type: String
OperationStatuspublic String getType()
Type: String
Valid values:
REGISTER_DOMAIN | DELETE_DOMAIN |
TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER |
CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK
Constraints:
Allowed Values: REGISTER_DOMAIN, DELETE_DOMAIN, TRANSFER_IN_DOMAIN, UPDATE_DOMAIN_CONTACT, UPDATE_NAMESERVER, CHANGE_PRIVACY_PROTECTION, DOMAIN_LOCK
Type: String
Valid values:
REGISTER_DOMAIN | DELETE_DOMAIN |
TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER |
CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK
OperationTypepublic void setType(String type)
Type: String
Valid values:
REGISTER_DOMAIN | DELETE_DOMAIN |
TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER |
CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK
Constraints:
Allowed Values: REGISTER_DOMAIN, DELETE_DOMAIN, TRANSFER_IN_DOMAIN, UPDATE_DOMAIN_CONTACT, UPDATE_NAMESERVER, CHANGE_PRIVACY_PROTECTION, DOMAIN_LOCK
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
OperationTypepublic OperationSummary withType(String type)
Type: String
Valid values:
REGISTER_DOMAIN | DELETE_DOMAIN |
TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER |
CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: REGISTER_DOMAIN, DELETE_DOMAIN, TRANSFER_IN_DOMAIN, UPDATE_DOMAIN_CONTACT, UPDATE_NAMESERVER, CHANGE_PRIVACY_PROTECTION, DOMAIN_LOCK
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
OperationTypepublic void setType(OperationType type)
Type: String
Valid values:
REGISTER_DOMAIN | DELETE_DOMAIN |
TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER |
CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK
Constraints:
Allowed Values: REGISTER_DOMAIN, DELETE_DOMAIN, TRANSFER_IN_DOMAIN, UPDATE_DOMAIN_CONTACT, UPDATE_NAMESERVER, CHANGE_PRIVACY_PROTECTION, DOMAIN_LOCK
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
OperationTypepublic OperationSummary withType(OperationType type)
Type: String
Valid values:
REGISTER_DOMAIN | DELETE_DOMAIN |
TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER |
CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: REGISTER_DOMAIN, DELETE_DOMAIN, TRANSFER_IN_DOMAIN, UPDATE_DOMAIN_CONTACT, UPDATE_NAMESERVER, CHANGE_PRIVACY_PROTECTION, DOMAIN_LOCK
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
OperationTypepublic Date getSubmittedDate()
public void setSubmittedDate(Date submittedDate)
submittedDate - The date when the request was submitted.public OperationSummary withSubmittedDate(Date submittedDate)
Returns a reference to this object so that method calls can be chained together.
submittedDate - The date when the request was submitted.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.