public class GetOperationDetailResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The GetOperationDetail response includes the following elements.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
domainName
The name of a domain.
|
private java.lang.String |
message
Detailed information on the status including possible errors.
|
private java.lang.String |
operationId
The identifier for the operation.
|
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
The type of operation that was requested.
|
Constructor and Description |
---|
GetOperationDetailResult() |
Modifier and Type | Method and Description |
---|---|
GetOperationDetailResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDomainName()
The name of a domain.
|
java.lang.String |
getMessage()
Detailed information on the status including possible errors.
|
java.lang.String |
getOperationId()
The identifier for the operation.
|
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()
The type of operation that was requested.
|
int |
hashCode() |
void |
setDomainName(java.lang.String domainName)
The name of a domain.
|
void |
setMessage(java.lang.String message)
Detailed information on the status including possible errors.
|
void |
setOperationId(java.lang.String operationId)
The identifier for the operation.
|
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)
The type of operation that was requested.
|
void |
setType(java.lang.String type)
The type of operation that was requested.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOperationDetailResult |
withDomainName(java.lang.String domainName)
The name of a domain.
|
GetOperationDetailResult |
withMessage(java.lang.String message)
Detailed information on the status including possible errors.
|
GetOperationDetailResult |
withOperationId(java.lang.String operationId)
The identifier for the operation.
|
GetOperationDetailResult |
withStatus(OperationStatus status)
The current status of the requested operation in the system.
|
GetOperationDetailResult |
withStatus(java.lang.String status)
The current status of the requested operation in the system.
|
GetOperationDetailResult |
withSubmittedDate(java.util.Date submittedDate)
The date when the request was submitted.
|
GetOperationDetailResult |
withType(OperationType type)
The type of operation that was requested.
|
GetOperationDetailResult |
withType(java.lang.String type)
The type of operation that was requested.
|
private java.lang.String operationId
The identifier for the operation.
Type: String
private java.lang.String status
The current status of the requested operation in the system.
Type: String
private java.lang.String message
Detailed information on the status including possible errors.
Type: String
private java.lang.String domainName
The name of a domain.
Type: String
private java.lang.String type
The type of operation that was requested.
Type: String
private java.util.Date submittedDate
The date when the request was submitted.
public void setOperationId(java.lang.String operationId)
The identifier for the operation.
Type: String
operationId
- The identifier for the operation.
Type: String
public java.lang.String getOperationId()
The identifier for the operation.
Type: String
Type: String
public GetOperationDetailResult withOperationId(java.lang.String operationId)
The identifier for the operation.
Type: String
operationId
- The identifier for the operation.
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 GetOperationDetailResult 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 GetOperationDetailResult 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 setMessage(java.lang.String message)
Detailed information on the status including possible errors.
Type: String
message
- Detailed information on the status including possible errors.
Type: String
public java.lang.String getMessage()
Detailed information on the status including possible errors.
Type: String
Type: String
public GetOperationDetailResult withMessage(java.lang.String message)
Detailed information on the status including possible errors.
Type: String
message
- Detailed information on the status including possible errors.
Type: String
public void setDomainName(java.lang.String domainName)
The name of a domain.
Type: String
domainName
- The name of a domain.
Type: String
public java.lang.String getDomainName()
The name of a domain.
Type: String
Type: String
public GetOperationDetailResult withDomainName(java.lang.String domainName)
The name of a domain.
Type: String
domainName
- The name of a domain.
Type: String
public void setType(java.lang.String type)
The type of operation that was requested.
Type: String
type
- The type of operation that was requested.
Type: String
OperationType
public java.lang.String getType()
The type of operation that was requested.
Type: String
Type: String
OperationType
public GetOperationDetailResult withType(java.lang.String type)
The type of operation that was requested.
Type: String
type
- The type of operation that was requested.
Type: String
OperationType
public void setType(OperationType type)
The type of operation that was requested.
Type: String
type
- The type of operation that was requested.
Type: String
OperationType
public GetOperationDetailResult withType(OperationType type)
The type of operation that was requested.
Type: String
type
- The type of operation that was requested.
Type: String
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 GetOperationDetailResult 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 GetOperationDetailResult clone()
clone
in class java.lang.Object