| Constructor and Description |
|---|
BatchInfo()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
getApexProcessingTime() |
long |
getApiActiveProcessingTime() |
Calendar |
getCreatedDate() |
String |
getId() |
String |
getJobId() |
int |
getNumberRecordsFailed() |
int |
getNumberRecordsProcessed() |
BatchStateEnum |
getState() |
String |
getStateMessage() |
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 |
setCreatedDate(Calendar createdDate) |
void |
setId(String id) |
void |
setJobId(String jobId) |
void |
setNumberRecordsFailed(int numberRecordsFailed) |
void |
setNumberRecordsProcessed(int numberRecordsProcessed) |
void |
setState(BatchStateEnum state) |
void |
setStateMessage(String stateMessage) |
void |
setSystemModstamp(Calendar systemModstamp) |
void |
setTotalProcessingTime(long totalProcessingTime) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
write this instace as xml.
|
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public String getId()
public void setId(String id)
public String getJobId()
public void setJobId(String jobId)
public BatchStateEnum getState()
public void setState(BatchStateEnum state)
public String getStateMessage()
public void setStateMessage(String stateMessage)
public Calendar getCreatedDate()
public void setCreatedDate(Calendar createdDate)
public Calendar getSystemModstamp()
public void setSystemModstamp(Calendar systemModstamp)
public int getNumberRecordsProcessed()
public void setNumberRecordsProcessed(int numberRecordsProcessed)
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.