public class APIFault extends Object
Java class for APIFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="APIFault">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LogID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Params" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Param" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
APIFault.Params
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
code |
protected Long |
logID |
protected String |
message |
protected APIFault.Params |
params |
| Constructor and Description |
|---|
APIFault() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Gets the value of the code property.
|
Long |
getLogID()
Gets the value of the logID property.
|
String |
getMessage()
Gets the value of the message property.
|
APIFault.Params |
getParams()
Gets the value of the params property.
|
void |
setCode(int value)
Sets the value of the code property.
|
void |
setLogID(Long value)
Sets the value of the logID property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setParams(APIFault.Params value)
Sets the value of the params property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected int code
protected String message
protected Long logID
protected APIFault.Params params
public int getCode()
public void setCode(int value)
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic Long getLogID()
Longpublic void setLogID(Long value)
value - allowed object is
Longpublic APIFault.Params getParams()
APIFault.Paramspublic void setParams(APIFault.Params value)
value - allowed object is
APIFault.ParamsCopyright © 2017. All rights reserved.