@Experimental public interface OperationResult extends JsonSerializable, java.io.Serializable
ClusterManagementOperation.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStatusMessage()
Returns details about what caused the operation to fail or succeed.
|
boolean |
getSuccess()
Returns true if the operation was successful; false if it failed.
|
boolean getSuccess()
java.lang.String getStatusMessage()