public class GetOperationDetailResult extends Object implements Serializable
The GetOperationDetail response includes the following elements.
| Constructor and Description |
|---|
GetOperationDetailResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDomainName()
The name of a domain.
|
String |
getMessage()
Detailed information on the status including possible errors.
|
String |
getOperationId()
The identifier for the operation.
|
String |
getStatus()
The current status of the requested operation in the system.
|
Date |
getSubmittedDate()
The date when the request was submitted.
|
String |
getType()
The type of operation that was requested.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of a domain.
|
void |
setMessage(String message)
Detailed information on the status including possible errors.
|
void |
setOperationId(String operationId)
The identifier for the operation.
|
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)
The type of operation that was requested.
|
void |
setType(String type)
The type of operation that was requested.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOperationDetailResult |
withDomainName(String domainName)
The name of a domain.
|
GetOperationDetailResult |
withMessage(String message)
Detailed information on the status including possible errors.
|
GetOperationDetailResult |
withOperationId(String operationId)
The identifier for the operation.
|
GetOperationDetailResult |
withStatus(OperationStatus status)
The current status of the requested operation in the system.
|
GetOperationDetailResult |
withStatus(String status)
The current status of the requested operation in the system.
|
GetOperationDetailResult |
withSubmittedDate(Date submittedDate)
The date when the request was submitted.
|
GetOperationDetailResult |
withType(OperationType type)
The type of operation that was requested.
|
GetOperationDetailResult |
withType(String type)
The type of operation that was requested.
|
public String getOperationId()
Type: String
Constraints:
Length: 0 - 255
Type: String
public void setOperationId(String operationId)
Type: String
Constraints:
Length: 0 - 255
operationId - The identifier for the operation. Type: String
public GetOperationDetailResult withOperationId(String operationId)
Type: String
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
operationId - The identifier for the operation. 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 GetOperationDetailResult 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 GetOperationDetailResult 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 getMessage()
Type: String
Type: String
public void setMessage(String message)
Type: String
message - Detailed information on the status including possible errors. Type: String
public GetOperationDetailResult withMessage(String message)
Type: String
Returns a reference to this object so that method calls can be chained together.
message - Detailed information on the status including possible errors. Type: String
public String getDomainName()
Type: String
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
Type: String
public void setDomainName(String domainName)
Type: String
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
domainName - The name of a domain. Type: String
public GetOperationDetailResult withDomainName(String domainName)
Type: String
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
domainName - The name of a domain. Type: String
public String getType()
Type: String
Constraints:
Allowed Values: REGISTER_DOMAIN, DELETE_DOMAIN, TRANSFER_IN_DOMAIN, UPDATE_DOMAIN_CONTACT, UPDATE_NAMESERVER, CHANGE_PRIVACY_PROTECTION, DOMAIN_LOCK
Type: String
OperationTypepublic void setType(String type)
Type: String
Constraints:
Allowed Values: REGISTER_DOMAIN, DELETE_DOMAIN, TRANSFER_IN_DOMAIN, UPDATE_DOMAIN_CONTACT, UPDATE_NAMESERVER, CHANGE_PRIVACY_PROTECTION, DOMAIN_LOCK
type - The type of operation that was requested. Type: String
OperationTypepublic GetOperationDetailResult withType(String type)
Type: String
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 - The type of operation that was requested. Type: String
OperationTypepublic void setType(OperationType type)
Type: String
Constraints:
Allowed Values: REGISTER_DOMAIN, DELETE_DOMAIN, TRANSFER_IN_DOMAIN, UPDATE_DOMAIN_CONTACT, UPDATE_NAMESERVER, CHANGE_PRIVACY_PROTECTION, DOMAIN_LOCK
type - The type of operation that was requested. Type: String
OperationTypepublic GetOperationDetailResult withType(OperationType type)
Type: String
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 - The type of operation that was requested. Type: String
OperationTypepublic Date getSubmittedDate()
public void setSubmittedDate(Date submittedDate)
submittedDate - The date when the request was submitted.public GetOperationDetailResult 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.