Public 成员函数 | |
| int | getResultCode () |
| void | setResultCode (int resultCode) |
| String | getResultMsg () |
| void | setResultMsg (String resultMsg) |
Private 属性 | |
| int | resultCode |
| String | resultMsg |
The Class AbResult.
|
inline |
Gets the result code.
|
inline |
Gets the result msg.
|
inline |
Sets the result code.
| resultCode | the new result code |
|
inline |
Sets the result msg.
| resultMsg | the new result msg |
|
private |
The result code.
|
private |
The result msg.
1.8.4