public class ApexTestResult extends SObject
Java class for ApexTestResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApexTestResult">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ApexClass" type="{urn:tooling.soap.sforce.com}ApexClass" minOccurs="0"/>
<element name="ApexClassId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="ApexLog" type="{urn:tooling.soap.sforce.com}ApexLog" minOccurs="0"/>
<element name="ApexLogId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="AsyncApexJob" type="{urn:tooling.soap.sforce.com}AsyncApexJob" minOccurs="0"/>
<element name="AsyncApexJobId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MethodName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Outcome" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="QueueItem" type="{urn:tooling.soap.sforce.com}ApexTestQueueItem" minOccurs="0"/>
<element name="QueueItemId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="StackTrace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SystemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="TestTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ApexClass |
apexClass |
protected String |
apexClassId |
protected ApexLog |
apexLog |
protected String |
apexLogId |
protected AsyncApexJob |
asyncApexJob |
protected String |
asyncApexJobId |
protected String |
message |
protected String |
methodName |
protected String |
outcome |
protected ApexTestQueueItem |
queueItem |
protected String |
queueItemId |
protected String |
stackTrace |
protected XMLGregorianCalendar |
systemModstamp |
protected XMLGregorianCalendar |
testTimestamp |
fieldsToNull, id| Constructor and Description |
|---|
ApexTestResult() |
| Modifier and Type | Method and Description |
|---|---|
ApexClass |
getApexClass()
Gets the value of the apexClass property.
|
String |
getApexClassId()
Gets the value of the apexClassId property.
|
ApexLog |
getApexLog()
Gets the value of the apexLog property.
|
String |
getApexLogId()
Gets the value of the apexLogId property.
|
AsyncApexJob |
getAsyncApexJob()
Gets the value of the asyncApexJob property.
|
String |
getAsyncApexJobId()
Gets the value of the asyncApexJobId property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getMethodName()
Gets the value of the methodName property.
|
String |
getOutcome()
Gets the value of the outcome property.
|
ApexTestQueueItem |
getQueueItem()
Gets the value of the queueItem property.
|
String |
getQueueItemId()
Gets the value of the queueItemId property.
|
String |
getStackTrace()
Gets the value of the stackTrace property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
XMLGregorianCalendar |
getTestTimestamp()
Gets the value of the testTimestamp property.
|
void |
setApexClass(ApexClass value)
Sets the value of the apexClass property.
|
void |
setApexClassId(String value)
Sets the value of the apexClassId property.
|
void |
setApexLog(ApexLog value)
Sets the value of the apexLog property.
|
void |
setApexLogId(String value)
Sets the value of the apexLogId property.
|
void |
setAsyncApexJob(AsyncApexJob value)
Sets the value of the asyncApexJob property.
|
void |
setAsyncApexJobId(String value)
Sets the value of the asyncApexJobId property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setMethodName(String value)
Sets the value of the methodName property.
|
void |
setOutcome(String value)
Sets the value of the outcome property.
|
void |
setQueueItem(ApexTestQueueItem value)
Sets the value of the queueItem property.
|
void |
setQueueItemId(String value)
Sets the value of the queueItemId property.
|
void |
setStackTrace(String value)
Sets the value of the stackTrace property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
void |
setTestTimestamp(XMLGregorianCalendar value)
Sets the value of the testTimestamp property.
|
getFieldsToNull, getId, setIdprotected ApexClass apexClass
protected String apexClassId
protected ApexLog apexLog
protected String apexLogId
protected AsyncApexJob asyncApexJob
protected String asyncApexJobId
protected String message
protected String methodName
protected String outcome
protected ApexTestQueueItem queueItem
protected String queueItemId
protected String stackTrace
protected XMLGregorianCalendar systemModstamp
protected XMLGregorianCalendar testTimestamp
public ApexClass getApexClass()
ApexClasspublic void setApexClass(ApexClass value)
value - allowed object is
ApexClasspublic String getApexClassId()
Stringpublic void setApexClassId(String value)
value - allowed object is
Stringpublic ApexLog getApexLog()
ApexLogpublic void setApexLog(ApexLog value)
value - allowed object is
ApexLogpublic String getApexLogId()
Stringpublic void setApexLogId(String value)
value - allowed object is
Stringpublic AsyncApexJob getAsyncApexJob()
AsyncApexJobpublic void setAsyncApexJob(AsyncApexJob value)
value - allowed object is
AsyncApexJobpublic String getAsyncApexJobId()
Stringpublic void setAsyncApexJobId(String value)
value - allowed object is
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getMethodName()
Stringpublic void setMethodName(String value)
value - allowed object is
Stringpublic String getOutcome()
Stringpublic void setOutcome(String value)
value - allowed object is
Stringpublic ApexTestQueueItem getQueueItem()
ApexTestQueueItempublic void setQueueItem(ApexTestQueueItem value)
value - allowed object is
ApexTestQueueItempublic String getQueueItemId()
Stringpublic void setQueueItemId(String value)
value - allowed object is
Stringpublic String getStackTrace()
Stringpublic void setStackTrace(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getTestTimestamp()
XMLGregorianCalendarpublic void setTestTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.