public class ApexResult extends Object
Java class for ApexResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApexResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="apexError" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="apexExecutionResult" type="{urn:tooling.soap.sforce.com}ExecuteAnonymousResult"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
apexError |
protected ExecuteAnonymousResult |
apexExecutionResult |
| Constructor and Description |
|---|
ApexResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApexError()
Gets the value of the apexError property.
|
ExecuteAnonymousResult |
getApexExecutionResult()
Gets the value of the apexExecutionResult property.
|
void |
setApexError(String value)
Sets the value of the apexError property.
|
void |
setApexExecutionResult(ExecuteAnonymousResult value)
Sets the value of the apexExecutionResult property.
|
protected String apexError
protected ExecuteAnonymousResult apexExecutionResult
public String getApexError()
Stringpublic void setApexError(String value)
value - allowed object is
Stringpublic ExecuteAnonymousResult getApexExecutionResult()
ExecuteAnonymousResultpublic void setApexExecutionResult(ExecuteAnonymousResult value)
value - allowed object is
ExecuteAnonymousResultCopyright © 2016. All rights reserved.