| Modifier and Type | Class and Description |
|---|---|
static class |
JobInfo.Builder |
| Constructor and Description |
|---|
JobInfo()
Constructor
|
JobInfo(JobInfo.Builder builder) |
public JobInfo()
public JobInfo(JobInfo.Builder builder)
public String getId()
public void setId(String id)
public OperationEnum getOperation()
public void setOperation(OperationEnum operation)
public String getObject()
public void setObject(String object)
public String getCreatedById()
public void setCreatedById(String createdById)
public Calendar getCreatedDate()
public void setCreatedDate(Calendar createdDate)
public Calendar getSystemModstamp()
public void setSystemModstamp(Calendar systemModstamp)
public JobStateEnum getState()
public void setState(JobStateEnum state)
public String getExternalIdFieldName()
public void setExternalIdFieldName(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 String getAssignmentRuleId()
public void setAssignmentRuleId(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(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
XMLizablewrite in interface XMLizable__element - xml element name__out - xml output stream__typeMapper - type mapper to be usedIOException - failed to write xmlprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
XMLizableload in interface XMLizable__in - xml input stream from which the data is read__typeMapper - type mapper to be usedIOException - failed to read xmlConnectionException - failed to read/parser/bind xmlprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.