public class ApexTestQueueItem extends SObject
Java class for ApexTestQueueItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApexTestQueueItem">
<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="CreatedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="CreatedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ExtendedStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ParentJobId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SystemModstamp" 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 User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
extendedStatus |
protected String |
parentJobId |
protected String |
status |
protected XMLGregorianCalendar |
systemModstamp |
fieldsToNull, id| Constructor and Description |
|---|
ApexTestQueueItem() |
| Modifier and Type | Method and Description |
|---|---|
ApexClass |
getApexClass()
Gets the value of the apexClass property.
|
String |
getApexClassId()
Gets the value of the apexClassId property.
|
User |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getCreatedById()
Gets the value of the createdById property.
|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getExtendedStatus()
Gets the value of the extendedStatus property.
|
String |
getParentJobId()
Gets the value of the parentJobId property.
|
String |
getStatus()
Gets the value of the status property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
void |
setApexClass(ApexClass value)
Sets the value of the apexClass property.
|
void |
setApexClassId(String value)
Sets the value of the apexClassId property.
|
void |
setCreatedBy(User value)
Sets the value of the createdBy property.
|
void |
setCreatedById(String value)
Sets the value of the createdById property.
|
void |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setExtendedStatus(String value)
Sets the value of the extendedStatus property.
|
void |
setParentJobId(String value)
Sets the value of the parentJobId property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
getFieldsToNull, getId, setIdprotected ApexClass apexClass
protected String apexClassId
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String extendedStatus
protected String parentJobId
protected String status
protected XMLGregorianCalendar systemModstamp
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 User getCreatedBy()
Userpublic void setCreatedBy(User value)
value - allowed object is
Userpublic String getCreatedById()
Stringpublic void setCreatedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getExtendedStatus()
Stringpublic void setExtendedStatus(String value)
value - allowed object is
Stringpublic String getParentJobId()
Stringpublic void setParentJobId(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.