jsonObject| 构造器和说明 |
|---|
DebugBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isDebugging() |
boolean |
isDebugVersion() |
boolean |
isOpenDebug() |
boolean |
isReadProcStatus() |
void |
setDebugging(boolean debugging) |
void |
setDebugVersion(boolean debugVersion) |
void |
setOpenDebug(boolean openDebug) |
void |
setReadProcStatus(boolean readProcStatus) |
protected org.json.JSONObject |
toJSONObject() |
public boolean isOpenDebug()
public void setOpenDebug(boolean openDebug)
public boolean isDebugVersion()
public void setDebugVersion(boolean debugVersion)
public boolean isDebugging()
public void setDebugging(boolean debugging)
public boolean isReadProcStatus()
public void setReadProcStatus(boolean readProcStatus)
protected org.json.JSONObject toJSONObject()
toJSONObject 在类中 BaseBean