StatusMessage Class
Definition
Operation status message object.
public class StatusMessage
- Inheritance
-
java.lang.ObjectStatusMessage
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
| StatusMessage() |
Methods
| error() |
Get the error reported by the operation. |
| status() |
Get status of the deployment operation. |
| withError(ErrorResponse error) |
Set the error reported by the operation. |
| withStatus(String status) |
Set status of the deployment operation. |