| Constructor and Description |
|---|
BaseState() |
BaseState(boolean state) |
BaseState(boolean state,
int infoCode) |
BaseState(boolean state,
String info) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSuccess() |
void |
putInfo(String name,
long val) |
void |
putInfo(String name,
String val) |
void |
setInfo(int infoCode) |
void |
setInfo(String info) |
void |
setState(boolean state) |
String |
toJSONString() |
String |
toString() |
public BaseState()
public BaseState(boolean state)
public BaseState(boolean state,
String info)
public BaseState(boolean state,
int infoCode)
public void setState(boolean state)
public void setInfo(String info)
public void setInfo(int infoCode)
public String toJSONString()
toJSONString in interface StateCopyright © 2016. All rights reserved.