public class BatchInfo extends Object
Java class for BatchInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="jobId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="state" type="{http://www.force.com/2009/06/asyncapi/dataload}BatchStateEnum"/> <element name="stateMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="systemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="numberRecordsProcessed" type="{http://www.w3.org/2001/XMLSchema}int"/> <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 XMLGregorianCalendar |
createdDate |
protected String |
id |
protected String |
jobId |
protected Integer |
numberRecordsFailed |
protected int |
numberRecordsProcessed |
protected BatchStateEnum |
state |
protected String |
stateMessage |
protected XMLGregorianCalendar |
systemModstamp |
protected Long |
totalProcessingTime |
Constructor and Description |
---|
BatchInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getApexProcessingTime()
Gets the value of the apexProcessingTime property.
|
Long |
getApiActiveProcessingTime()
Gets the value of the apiActiveProcessingTime property.
|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
String |
getId()
Gets the value of the id property.
|
String |
getJobId()
Gets the value of the jobId property.
|
Integer |
getNumberRecordsFailed()
Gets the value of the numberRecordsFailed property.
|
int |
getNumberRecordsProcessed()
Gets the value of the numberRecordsProcessed property.
|
BatchStateEnum |
getState()
Gets the value of the state property.
|
String |
getStateMessage()
Gets the value of the stateMessage 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 |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setJobId(String value)
Sets the value of the jobId property.
|
void |
setNumberRecordsFailed(Integer value)
Sets the value of the numberRecordsFailed property.
|
void |
setNumberRecordsProcessed(int value)
Sets the value of the numberRecordsProcessed property.
|
void |
setState(BatchStateEnum value)
Sets the value of the state property.
|
void |
setStateMessage(String value)
Sets the value of the stateMessage 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 String jobId
protected BatchStateEnum state
protected String stateMessage
protected XMLGregorianCalendar createdDate
protected XMLGregorianCalendar systemModstamp
protected int numberRecordsProcessed
protected Integer numberRecordsFailed
protected Long totalProcessingTime
protected Long apiActiveProcessingTime
protected Long apexProcessingTime
public void setId(String value)
value
- allowed object is
String
public String getJobId()
String
public void setJobId(String value)
value
- allowed object is
String
public BatchStateEnum getState()
BatchStateEnum
public void setState(BatchStateEnum value)
value
- allowed object is
BatchStateEnum
public String getStateMessage()
String
public void setStateMessage(String value)
value
- allowed object is
String
public XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendar
public void setCreatedDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendar
public void setSystemModstamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public int getNumberRecordsProcessed()
public void setNumberRecordsProcessed(int value)
public Integer getNumberRecordsFailed()
Integer
public void setNumberRecordsFailed(Integer value)
value
- allowed object is
Integer
public Long getTotalProcessingTime()
Long
public void setTotalProcessingTime(Long value)
value
- allowed object is
Long
public Long getApiActiveProcessingTime()
Long
public void setApiActiveProcessingTime(Long value)
value
- allowed object is
Long
public Long getApexProcessingTime()
Long
Apache Camel