public class OperationSummary
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
OperationSummary includes the following elements.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
operationId
Identifier returned to track the requested action.
|
private java.lang.String |
status
The current status of the requested operation in the system.
|
private java.util.Date |
submittedDate
The date when the request was submitted.
|
private java.lang.String |
type
Type of the action requested.
|
Constructor and Description |
---|
OperationSummary() |
Modifier and Type | Method and Description |
---|---|
OperationSummary |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getOperationId()
Identifier returned to track the requested action.
|
java.lang.String |
getStatus()
The current status of the requested operation in the system.
|
java.util.Date |
getSubmittedDate()
The date when the request was submitted.
|
java.lang.String |
getType()
Type of the action requested.
|
int |
hashCode() |
void |
setOperationId(java.lang.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(java.lang.String status)
The current status of the requested operation in the system.
|
void |
setSubmittedDate(java.util.Date submittedDate)
The date when the request was submitted.
|
void |
setType(OperationType type)
Type of the action requested.
|
void |
setType(java.lang.String type)
Type of the action requested.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OperationSummary |
withOperationId(java.lang.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(java.lang.String status)
The current status of the requested operation in the system.
|
OperationSummary |
withSubmittedDate(java.util.Date submittedDate)
The date when the request was submitted.
|
OperationSummary |
withType(OperationType type)
Type of the action requested.
|
OperationSummary |
withType(java.lang.String type)
Type of the action requested.
|
private java.lang.String operationId
Identifier returned to track the requested action.
Type: String
private java.lang.String status
The current status of the requested operation in the system.
Type: String
private java.lang.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
private java.util.Date submittedDate
The date when the request was submitted.
public void setOperationId(java.lang.String operationId)
Identifier returned to track the requested action.
Type: String
operationId
- Identifier returned to track the requested action.
Type: String
public java.lang.String getOperationId()
Identifier returned to track the requested action.
Type: String
Type: String
public OperationSummary withOperationId(java.lang.String operationId)
Identifier returned to track the requested action.
Type: String
operationId
- Identifier returned to track the requested action.
Type: String
public void setStatus(java.lang.String status)
The current status of the requested operation in the system.
Type: String
status
- The current status of the requested operation in the system.
Type: String
OperationStatus
public java.lang.String getStatus()
The current status of the requested operation in the system.
Type: String
Type: String
OperationStatus
public OperationSummary withStatus(java.lang.String status)
The current status of the requested operation in the system.
Type: String
status
- The current status of the requested operation in the system.
Type: String
OperationStatus
public void setStatus(OperationStatus status)
The current status of the requested operation in the system.
Type: String
status
- The current status of the requested operation in the system.
Type: String
OperationStatus
public OperationSummary withStatus(OperationStatus status)
The current status of the requested operation in the system.
Type: String
status
- The current status of the requested operation in the system.
Type: String
OperationStatus
public void setType(java.lang.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
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
OperationType
public java.lang.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
Type: String
Valid values: REGISTER_DOMAIN
|
DELETE_DOMAIN
| TRANSFER_IN_DOMAIN
|
UPDATE_DOMAIN_CONTACT
|
UPDATE_NAMESERVER
|
CHANGE_PRIVACY_PROTECTION
| DOMAIN_LOCK
OperationType
public OperationSummary withType(java.lang.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
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
OperationType
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
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
OperationType
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
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
OperationType
public void setSubmittedDate(java.util.Date submittedDate)
The date when the request was submitted.
submittedDate
- The date when the request was submitted.public java.util.Date getSubmittedDate()
The date when the request was submitted.
public OperationSummary withSubmittedDate(java.util.Date submittedDate)
The date when the request was submitted.
submittedDate
- The date when the request was submitted.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public OperationSummary clone()
clone
in class java.lang.Object