@Exported public class ResponseBean extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="error" type="{http://www.fatwire.com/schema/rest/1.0}errorBean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
code |
protected ErrorBean |
error |
| Constructor and Description |
|---|
ResponseBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Gets the value of the code property.
|
ErrorBean |
getError()
Gets the value of the error property.
|
void |
setCode(int value)
Sets the value of the code property.
|
void |
setError(ErrorBean value)
Sets the value of the error property.
|
protected int code
protected ErrorBean error