public class BaseResponseObject extends BaseObject
| Modifier and Type | Field and Description |
|---|---|
String |
resmsg
Message of a response.
|
String |
resstate
State of a response.
|
type| Constructor and Description |
|---|
BaseResponseObject() |
BaseResponseObject(String type) |
BaseResponseObject(String type,
String resmsg,
String resstate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getResmsg() |
String |
getResstate() |
void |
setResmsg(String resmsg) |
void |
setResstate(String resstate) |
getType