public class JobInfo extends Object
Java class for JobInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="operation" type="{http://www.force.com/2009/06/asyncapi/dataload}OperationEnum" minOccurs="0"/>
<element name="object" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createdById" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="systemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="state" type="{http://www.force.com/2009/06/asyncapi/dataload}JobStateEnum" minOccurs="0"/>
<element name="externalIdFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="concurrencyMode" type="{http://www.force.com/2009/06/asyncapi/dataload}ConcurrencyModeEnum" minOccurs="0"/>
<element name="contentType" type="{http://www.force.com/2009/06/asyncapi/dataload}ContentType" minOccurs="0"/>
<element name="numberBatchesQueued" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numberBatchesInProgress" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numberBatchesCompleted" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numberBatchesFailed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numberBatchesTotal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numberRecordsProcessed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numberRetries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="apiVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="assignmentRuleId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="numberRecordsFailed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="totalProcessingTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="apiActiveProcessingTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="apexProcessingTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
apexProcessingTime |
protected Long |
apiActiveProcessingTime |
protected String |
apiVersion |
protected String |
assignmentRuleId |
protected ConcurrencyModeEnum |
concurrencyMode |
protected ContentType |
contentType |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
externalIdFieldName |
protected String |
id |
protected Integer |
numberBatchesCompleted |
protected Integer |
numberBatchesFailed |
protected Integer |
numberBatchesInProgress |
protected Integer |
numberBatchesQueued |
protected Integer |
numberBatchesTotal |
protected Integer |
numberRecordsFailed |
protected Integer |
numberRecordsProcessed |
protected Integer |
numberRetries |
protected String |
object |
protected OperationEnum |
operation |
protected JobStateEnum |
state |
protected XMLGregorianCalendar |
systemModstamp |
protected Long |
totalProcessingTime |
| Constructor and Description |
|---|
JobInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getApexProcessingTime()
Gets the value of the apexProcessingTime property.
|
Long |
getApiActiveProcessingTime()
Gets the value of the apiActiveProcessingTime property.
|
String |
getApiVersion()
Gets the value of the apiVersion property.
|
String |
getAssignmentRuleId()
Gets the value of the assignmentRuleId property.
|
ConcurrencyModeEnum |
getConcurrencyMode()
Gets the value of the concurrencyMode property.
|
ContentType |
getContentType()
Gets the value of the contentType property.
|
String |
getCreatedById()
Gets the value of the createdById property.
|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getExternalIdFieldName()
Gets the value of the externalIdFieldName property.
|
String |
getId()
Gets the value of the id property.
|
Integer |
getNumberBatchesCompleted()
Gets the value of the numberBatchesCompleted property.
|
Integer |
getNumberBatchesFailed()
Gets the value of the numberBatchesFailed property.
|
Integer |
getNumberBatchesInProgress()
Gets the value of the numberBatchesInProgress property.
|
Integer |
getNumberBatchesQueued()
Gets the value of the numberBatchesQueued property.
|
Integer |
getNumberBatchesTotal()
Gets the value of the numberBatchesTotal property.
|
Integer |
getNumberRecordsFailed()
Gets the value of the numberRecordsFailed property.
|
Integer |
getNumberRecordsProcessed()
Gets the value of the numberRecordsProcessed property.
|
Integer |
getNumberRetries()
Gets the value of the numberRetries property.
|
String |
getObject()
Gets the value of the object property.
|
OperationEnum |
getOperation()
Gets the value of the operation property.
|
JobStateEnum |
getState()
Gets the value of the state property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
Long |
getTotalProcessingTime()
Gets the value of the totalProcessingTime property.
|
void |
setApexProcessingTime(Long value)
Sets the value of the apexProcessingTime property.
|
void |
setApiActiveProcessingTime(Long value)
Sets the value of the apiActiveProcessingTime property.
|
void |
setApiVersion(String value)
Sets the value of the apiVersion property.
|
void |
setAssignmentRuleId(String value)
Sets the value of the assignmentRuleId property.
|
void |
setConcurrencyMode(ConcurrencyModeEnum value)
Sets the value of the concurrencyMode property.
|
void |
setContentType(ContentType value)
Sets the value of the contentType property.
|
void |
setCreatedById(String value)
Sets the value of the createdById property.
|
void |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setExternalIdFieldName(String value)
Sets the value of the externalIdFieldName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNumberBatchesCompleted(Integer value)
Sets the value of the numberBatchesCompleted property.
|
void |
setNumberBatchesFailed(Integer value)
Sets the value of the numberBatchesFailed property.
|
void |
setNumberBatchesInProgress(Integer value)
Sets the value of the numberBatchesInProgress property.
|
void |
setNumberBatchesQueued(Integer value)
Sets the value of the numberBatchesQueued property.
|
void |
setNumberBatchesTotal(Integer value)
Sets the value of the numberBatchesTotal property.
|
void |
setNumberRecordsFailed(Integer value)
Sets the value of the numberRecordsFailed property.
|
void |
setNumberRecordsProcessed(Integer value)
Sets the value of the numberRecordsProcessed property.
|
void |
setNumberRetries(Integer value)
Sets the value of the numberRetries property.
|
void |
setObject(String value)
Sets the value of the object property.
|
void |
setOperation(OperationEnum value)
Sets the value of the operation property.
|
void |
setState(JobStateEnum value)
Sets the value of the state property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
void |
setTotalProcessingTime(Long value)
Sets the value of the totalProcessingTime property.
|
protected String id
protected OperationEnum operation
protected String object
protected String createdById
protected XMLGregorianCalendar createdDate
protected XMLGregorianCalendar systemModstamp
protected JobStateEnum state
protected String externalIdFieldName
protected ConcurrencyModeEnum concurrencyMode
protected ContentType contentType
protected Integer numberBatchesQueued
protected Integer numberBatchesInProgress
protected Integer numberBatchesCompleted
protected Integer numberBatchesFailed
protected Integer numberBatchesTotal
protected Integer numberRecordsProcessed
protected Integer numberRetries
protected String apiVersion
protected String assignmentRuleId
protected Integer numberRecordsFailed
protected Long totalProcessingTime
protected Long apiActiveProcessingTime
protected Long apexProcessingTime
public void setId(String value)
value - allowed object is
Stringpublic OperationEnum getOperation()
OperationEnumpublic void setOperation(OperationEnum value)
value - allowed object is
OperationEnumpublic String getObject()
Stringpublic void setObject(String value)
value - allowed object is
Stringpublic String getCreatedById()
Stringpublic void setCreatedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic JobStateEnum getState()
JobStateEnumpublic void setState(JobStateEnum value)
value - allowed object is
JobStateEnumpublic String getExternalIdFieldName()
Stringpublic void setExternalIdFieldName(String value)
value - allowed object is
Stringpublic ConcurrencyModeEnum getConcurrencyMode()
ConcurrencyModeEnumpublic void setConcurrencyMode(ConcurrencyModeEnum value)
value - allowed object is
ConcurrencyModeEnumpublic ContentType getContentType()
ContentTypepublic void setContentType(ContentType value)
value - allowed object is
ContentTypepublic Integer getNumberBatchesQueued()
Integerpublic void setNumberBatchesQueued(Integer value)
value - allowed object is
Integerpublic Integer getNumberBatchesInProgress()
Integerpublic void setNumberBatchesInProgress(Integer value)
value - allowed object is
Integerpublic Integer getNumberBatchesCompleted()
Integerpublic void setNumberBatchesCompleted(Integer value)
value - allowed object is
Integerpublic Integer getNumberBatchesFailed()
Integerpublic void setNumberBatchesFailed(Integer value)
value - allowed object is
Integerpublic Integer getNumberBatchesTotal()
Integerpublic void setNumberBatchesTotal(Integer value)
value - allowed object is
Integerpublic Integer getNumberRecordsProcessed()
Integerpublic void setNumberRecordsProcessed(Integer value)
value - allowed object is
Integerpublic Integer getNumberRetries()
Integerpublic void setNumberRetries(Integer value)
value - allowed object is
Integerpublic String getApiVersion()
Stringpublic void setApiVersion(String value)
value - allowed object is
Stringpublic String getAssignmentRuleId()
Stringpublic void setAssignmentRuleId(String value)
value - allowed object is
Stringpublic Integer getNumberRecordsFailed()
Integerpublic void setNumberRecordsFailed(Integer value)
value - allowed object is
Integerpublic Long getTotalProcessingTime()
Longpublic void setTotalProcessingTime(Long value)
value - allowed object is
Longpublic Long getApiActiveProcessingTime()
Longpublic void setApiActiveProcessingTime(Long value)
value - allowed object is
Longpublic Long getApexProcessingTime()
LongApache Camel