public class ResultError extends Object
Java class for ResultError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultError">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="statusCode" type="{http://www.force.com/2009/06/asyncapi/dataload}StatusCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
fields |
protected String |
message |
protected StatusCode |
statusCode |
| Constructor and Description |
|---|
ResultError() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFields()
Gets the value of the fields property.
|
String |
getMessage()
Gets the value of the message property.
|
StatusCode |
getStatusCode()
Gets the value of the statusCode property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setStatusCode(StatusCode value)
Sets the value of the statusCode property.
|
protected String message
protected StatusCode statusCode
public List<String> getFields()
set method for the fields property.
For example, to add a new item, do as follows:
getFields().add(newItem);
Objects of the following type(s) are allowed in the list
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic StatusCode getStatusCode()
StatusCodepublic void setStatusCode(StatusCode value)
value - allowed object is
StatusCodeApache Camel