Class GetOperationDetailResult
- All Implemented Interfaces:
Serializable
,Cloneable
The GetOperationDetail response includes the following elements.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of a domain.Detailed information on the status including possible errors.The identifier for the operation.The current status of the requested operation in the system.The date when the request was submitted.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
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
The type of operation that was requested.toString()
Returns a string representation of this object; useful for testing and debugging.withDomainName
(String domainName) The name of a domain.withMessage
(String message) Detailed information on the status including possible errors.withOperationId
(String operationId) The identifier for the operation.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) The type of operation that was requested.The type of operation that was requested.
-
Constructor Details
-
GetOperationDetailResult
public GetOperationDetailResult()
-
-
Method Details
-
setOperationId
The identifier for the operation.
Type: String
- Parameters:
operationId
- The identifier for the operation.Type: String
-
getOperationId
The identifier for the operation.
Type: String
- Returns:
- The identifier for the operation.
Type: String
-
withOperationId
The identifier for the operation.
Type: String
- Parameters:
operationId
- The identifier for the operation.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:
-
setMessage
Detailed information on the status including possible errors.
Type: String
- Parameters:
message
- Detailed information on the status including possible errors.Type: String
-
getMessage
Detailed information on the status including possible errors.
Type: String
- Returns:
- Detailed information on the status including possible errors.
Type: String
-
withMessage
Detailed information on the status including possible errors.
Type: String
- Parameters:
message
- Detailed information on the status including possible errors.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDomainName
The name of a domain.
Type: String
- Parameters:
domainName
- The name of a domain.Type: String
-
getDomainName
The name of a domain.
Type: String
- Returns:
- The name of a domain.
Type: String
-
withDomainName
The name of a domain.
Type: String
- Parameters:
domainName
- The name of a domain.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setType
The type of operation that was requested.
Type: String
- Parameters:
type
- The type of operation that was requested.Type: String
- See Also:
-
getType
The type of operation that was requested.
Type: String
- Returns:
- The type of operation that was requested.
Type: String
- See Also:
-
withType
The type of operation that was requested.
Type: String
- Parameters:
type
- The type of operation that was requested.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setType
The type of operation that was requested.
Type: String
- Parameters:
type
- The type of operation that was requested.Type: String
- See Also:
-
withType
The type of operation that was requested.
Type: String
- Parameters:
type
- The type of operation that was requested.Type: String
- 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
-