@Experimental public interface OperationResult extends JsonSerializable, Serializable
ClusterManagementOperation
.Modifier and Type | Method and Description |
---|---|
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()
String getStatusMessage()