Class Error
java.lang.Object
org.apache.camel.component.salesforce.api.dto.bulk.Error
Java class for Error complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Error">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exceptionCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="exceptionMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the exceptionCode property.Gets the value of the exceptionMessage property.voidsetExceptionCode(String value) Sets the value of the exceptionCode property.voidsetExceptionMessage(String value) Sets the value of the exceptionMessage property.
-
Field Details
-
exceptionCode
-
exceptionMessage
-
-
Constructor Details
-
Error
public Error()
-
-
Method Details
-
getExceptionCode
Gets the value of the exceptionCode property.- Returns:
- possible object is
String
-
setExceptionCode
Sets the value of the exceptionCode property.- Parameters:
value- allowed object isString
-
getExceptionMessage
Gets the value of the exceptionMessage property.- Returns:
- possible object is
String
-
setExceptionMessage
Sets the value of the exceptionMessage property.- Parameters:
value- allowed object isString
-