@API
public class StatusData
extends java.lang.Object
implements com.technia.common.xml.XMLReadable
| Constructor and Description |
|---|
StatusData() |
StatusData(int code,
java.lang.String contentType,
java.lang.String response) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
java.lang.String |
getContentType() |
java.lang.String |
getResponse() |
void |
initialize(com.technia.common.xml.XMLReader reader) |
void |
setCode(int code) |
void |
setContentType(java.lang.String contentType) |
void |
setResponse(java.lang.String response) |
public StatusData()
public StatusData(int code,
java.lang.String contentType,
java.lang.String response)
public int getCode()
public void setCode(int code)
public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
public java.lang.String getResponse()
public void setResponse(java.lang.String response)
public void initialize(com.technia.common.xml.XMLReader reader)
throws com.technia.common.xml.XMLException
initialize in interface com.technia.common.xml.XMLReadablecom.technia.common.xml.XMLException