| Modifier and Type | Class and Description |
|---|---|
static class |
JobInfo.Builder |
| Constructor and Description |
|---|
JobInfo()
Constructor
|
JobInfo(JobInfo.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
long |
getApexProcessingTime() |
long |
getApiActiveProcessingTime() |
double |
getApiVersion() |
java.lang.String |
getAssignmentRuleId() |
ConcurrencyMode |
getConcurrencyMode() |
ContentType |
getContentType() |
java.lang.String |
getCreatedById() |
java.util.Calendar |
getCreatedDate() |
java.lang.String |
getExternalIdFieldName() |
boolean |
getFastPathEnabled() |
java.lang.String |
getId() |
int |
getNumberBatchesCompleted() |
int |
getNumberBatchesFailed() |
int |
getNumberBatchesInProgress() |
int |
getNumberBatchesQueued() |
int |
getNumberBatchesTotal() |
int |
getNumberRecordsFailed() |
int |
getNumberRecordsProcessed() |
int |
getNumberRetries() |
java.lang.String |
getObject() |
OperationEnum |
getOperation() |
JobStateEnum |
getState() |
java.util.Calendar |
getSystemModstamp() |
long |
getTotalProcessingTime() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper)
load the fileds/children from the specified xml stream
|
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setApexProcessingTime(long apexProcessingTime) |
void |
setApiActiveProcessingTime(long apiActiveProcessingTime) |
void |
setApiVersion(double apiVersion) |
void |
setAssignmentRuleId(java.lang.String assignmentRuleId) |
void |
setConcurrencyMode(ConcurrencyMode concurrencyMode) |
void |
setContentType(ContentType contentType) |
void |
setCreatedById(java.lang.String createdById) |
void |
setCreatedDate(java.util.Calendar createdDate) |
void |
setExternalIdFieldName(java.lang.String externalIdFieldName) |
void |
setFastPathEnabled(boolean fastPathEnabled) |
void |
setId(java.lang.String id) |
void |
setNumberBatchesCompleted(int numberBatchesCompleted) |
void |
setNumberBatchesFailed(int numberBatchesFailed) |
void |
setNumberBatchesInProgress(int numberBatchesInProgress) |
void |
setNumberBatchesQueued(int numberBatchesQueued) |
void |
setNumberBatchesTotal(int numberBatchesTotal) |
void |
setNumberRecordsFailed(int numberRecordsFailed) |
void |
setNumberRecordsProcessed(int numberRecordsProcessed) |
void |
setNumberRetries(int numberRetries) |
void |
setObject(java.lang.String object) |
void |
setOperation(OperationEnum operation) |
void |
setState(JobStateEnum state) |
void |
setSystemModstamp(java.util.Calendar systemModstamp) |
void |
setTotalProcessingTime(long totalProcessingTime) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
write this instace as xml.
|
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public JobInfo()
public JobInfo(JobInfo.Builder builder)
public java.lang.String getId()
public void setId(java.lang.String id)
public OperationEnum getOperation()
public void setOperation(OperationEnum operation)
public java.lang.String getObject()
public void setObject(java.lang.String object)
public java.lang.String getCreatedById()
public void setCreatedById(java.lang.String createdById)
public java.util.Calendar getCreatedDate()
public void setCreatedDate(java.util.Calendar createdDate)
public java.util.Calendar getSystemModstamp()
public void setSystemModstamp(java.util.Calendar systemModstamp)
public JobStateEnum getState()
public void setState(JobStateEnum state)
public java.lang.String getExternalIdFieldName()
public void setExternalIdFieldName(java.lang.String externalIdFieldName)
public ConcurrencyMode getConcurrencyMode()
public void setConcurrencyMode(ConcurrencyMode concurrencyMode)
public boolean getFastPathEnabled()
public void setFastPathEnabled(boolean fastPathEnabled)
public int getNumberBatchesQueued()
public void setNumberBatchesQueued(int numberBatchesQueued)
public int getNumberBatchesInProgress()
public void setNumberBatchesInProgress(int numberBatchesInProgress)
public int getNumberBatchesCompleted()
public void setNumberBatchesCompleted(int numberBatchesCompleted)
public int getNumberBatchesFailed()
public void setNumberBatchesFailed(int numberBatchesFailed)
public int getNumberBatchesTotal()
public void setNumberBatchesTotal(int numberBatchesTotal)
public int getNumberRecordsProcessed()
public void setNumberRecordsProcessed(int numberRecordsProcessed)
public int getNumberRetries()
public void setNumberRetries(int numberRetries)
public ContentType getContentType()
public void setContentType(ContentType contentType)
public double getApiVersion()
public void setApiVersion(double apiVersion)
public java.lang.String getAssignmentRuleId()
public void setAssignmentRuleId(java.lang.String assignmentRuleId)
public int getNumberRecordsFailed()
public void setNumberRecordsFailed(int numberRecordsFailed)
public long getTotalProcessingTime()
public void setTotalProcessingTime(long totalProcessingTime)
public long getApiActiveProcessingTime()
public void setApiActiveProcessingTime(long apiActiveProcessingTime)
public long getApexProcessingTime()
public void setApexProcessingTime(long apexProcessingTime)
public void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
XMLizableprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
XMLizableload in interface XMLizable__in - xml input stream from which the data is read__typeMapper - type mapper to be usedjava.io.IOException - failed to read xmlConnectionException - failed to read/parser/bind xmlprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. All Rights Reserved.