public class WSResponseQueryConfig extends WSResponse implements java.io.Serializable
WSQueryConfigBean response object together with a response status
code and error messages.| Modifier and Type | Field and Description |
|---|---|
protected WSQueryConfigBean |
reportConfigBean
The wrapped report config bean
|
errorCode, errorMessages, status| Constructor and Description |
|---|
WSResponseQueryConfig() |
WSResponseQueryConfig(WSResponse response) |
| Modifier and Type | Method and Description |
|---|---|
WSQueryConfigBean |
getReportConfigBean() |
void |
setReportConfigBean(WSQueryConfigBean reportConfigBean) |
getErrorCode, getErrorMessages, getStatus, setErrorCode, setErrorMessages, setStatusprotected WSQueryConfigBean reportConfigBean
public WSResponseQueryConfig()
public WSResponseQueryConfig(WSResponse response)
public WSQueryConfigBean getReportConfigBean()
public void setReportConfigBean(WSQueryConfigBean reportConfigBean)
reportConfigBean - the reportConfigBean to set