public class AsyncApexJob extends SObject
Java class for AsyncApexJob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AsyncApexJob">
<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="CompletedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="JobItemsProcessed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="JobType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastProcessed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastProcessedOffset" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MethodName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NumberOfErrors" type="{http://www.w3.org/2001/XMLSchema}int" 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="TotalJobItems" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ApexClass |
apexClass |
protected String |
apexClassId |
protected XMLGregorianCalendar |
completedDate |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
extendedStatus |
protected Integer |
jobItemsProcessed |
protected String |
jobType |
protected String |
lastProcessed |
protected Integer |
lastProcessedOffset |
protected String |
methodName |
protected Integer |
numberOfErrors |
protected String |
parentJobId |
protected String |
status |
protected Integer |
totalJobItems |
fieldsToNull, id| Constructor and Description |
|---|
AsyncApexJob() |
| Modifier and Type | Method and Description |
|---|---|
ApexClass |
getApexClass()
Gets the value of the apexClass property.
|
String |
getApexClassId()
Gets the value of the apexClassId property.
|
XMLGregorianCalendar |
getCompletedDate()
Gets the value of the completedDate 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.
|
Integer |
getJobItemsProcessed()
Gets the value of the jobItemsProcessed property.
|
String |
getJobType()
Gets the value of the jobType property.
|
String |
getLastProcessed()
Gets the value of the lastProcessed property.
|
Integer |
getLastProcessedOffset()
Gets the value of the lastProcessedOffset property.
|
String |
getMethodName()
Gets the value of the methodName property.
|
Integer |
getNumberOfErrors()
Gets the value of the numberOfErrors property.
|
String |
getParentJobId()
Gets the value of the parentJobId property.
|
String |
getStatus()
Gets the value of the status property.
|
Integer |
getTotalJobItems()
Gets the value of the totalJobItems property.
|
void |
setApexClass(ApexClass value)
Sets the value of the apexClass property.
|
void |
setApexClassId(String value)
Sets the value of the apexClassId property.
|
void |
setCompletedDate(XMLGregorianCalendar value)
Sets the value of the completedDate 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 |
setJobItemsProcessed(Integer value)
Sets the value of the jobItemsProcessed property.
|
void |
setJobType(String value)
Sets the value of the jobType property.
|
void |
setLastProcessed(String value)
Sets the value of the lastProcessed property.
|
void |
setLastProcessedOffset(Integer value)
Sets the value of the lastProcessedOffset property.
|
void |
setMethodName(String value)
Sets the value of the methodName property.
|
void |
setNumberOfErrors(Integer value)
Sets the value of the numberOfErrors property.
|
void |
setParentJobId(String value)
Sets the value of the parentJobId property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setTotalJobItems(Integer value)
Sets the value of the totalJobItems property.
|
getFieldsToNull, getId, setIdprotected ApexClass apexClass
protected String apexClassId
protected XMLGregorianCalendar completedDate
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String extendedStatus
protected Integer jobItemsProcessed
protected String jobType
protected String lastProcessed
protected Integer lastProcessedOffset
protected String methodName
protected Integer numberOfErrors
protected String parentJobId
protected String status
protected Integer totalJobItems
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 XMLGregorianCalendar getCompletedDate()
XMLGregorianCalendarpublic void setCompletedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic 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 Integer getJobItemsProcessed()
Integerpublic void setJobItemsProcessed(Integer value)
value - allowed object is
Integerpublic String getJobType()
Stringpublic void setJobType(String value)
value - allowed object is
Stringpublic String getLastProcessed()
Stringpublic void setLastProcessed(String value)
value - allowed object is
Stringpublic Integer getLastProcessedOffset()
Integerpublic void setLastProcessedOffset(Integer value)
value - allowed object is
Integerpublic String getMethodName()
Stringpublic void setMethodName(String value)
value - allowed object is
Stringpublic Integer getNumberOfErrors()
Integerpublic void setNumberOfErrors(Integer value)
value - allowed object is
Integerpublic String getParentJobId()
Stringpublic void setParentJobId(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Integer getTotalJobItems()
IntegerCopyright © 2016. All rights reserved.