
Public Member Functions | |
| String | getMessage () |
| boolean | isSuccess () |
| OperationStatus (boolean success, String msg) | |
| String | toString () |
Private Attributes | |
| final boolean | isSuccess |
| final String | message |
| OperationStatus | ( | boolean | success, | |
| String | msg | |||
| ) |
| String getMessage | ( | ) |
Get the message included as part of this status.
| boolean isSuccess | ( | ) |
Does this status indicate success?
| String toString | ( | ) |
final boolean isSuccess [private] |
1.5.8