Class JobInfo
java.lang.Object
org.apache.camel.component.salesforce.api.dto.bulk.JobInfo
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected Longprotected Stringprotected Stringprotected ConcurrencyModeEnumprotected ContentTypeprotected Stringprotected XMLGregorianCalendarprotected Stringprotected Stringprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected Stringprotected OperationEnumprotected JobStateEnumprotected XMLGregorianCalendarprotected Long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the apexProcessingTime property.Gets the value of the apiActiveProcessingTime property.Gets the value of the apiVersion property.Gets the value of the assignmentRuleId property.Gets the value of the concurrencyMode property.Gets the value of the contentType property.Gets the value of the createdById property.Gets the value of the createdDate property.Gets the value of the externalIdFieldName property.getId()Gets the value of the id property.Gets the value of the numberBatchesCompleted property.Gets the value of the numberBatchesFailed property.Gets the value of the numberBatchesInProgress property.Gets the value of the numberBatchesQueued property.Gets the value of the numberBatchesTotal property.Gets the value of the numberRecordsFailed property.Gets the value of the numberRecordsProcessed property.Gets the value of the numberRetries property.Gets the value of the object property.Gets the value of the operation property.getState()Gets the value of the state property.Gets the value of the systemModstamp property.Gets the value of the totalProcessingTime property.voidsetApexProcessingTime(Long value) Sets the value of the apexProcessingTime property.voidsetApiActiveProcessingTime(Long value) Sets the value of the apiActiveProcessingTime property.voidsetApiVersion(String value) Sets the value of the apiVersion property.voidsetAssignmentRuleId(String value) Sets the value of the assignmentRuleId property.voidSets the value of the concurrencyMode property.voidsetContentType(ContentType value) Sets the value of the contentType property.voidsetCreatedById(String value) Sets the value of the createdById property.voidSets the value of the createdDate property.voidsetExternalIdFieldName(String value) Sets the value of the externalIdFieldName property.voidSets the value of the id property.voidsetNumberBatchesCompleted(Integer value) Sets the value of the numberBatchesCompleted property.voidsetNumberBatchesFailed(Integer value) Sets the value of the numberBatchesFailed property.voidSets the value of the numberBatchesInProgress property.voidsetNumberBatchesQueued(Integer value) Sets the value of the numberBatchesQueued property.voidsetNumberBatchesTotal(Integer value) Sets the value of the numberBatchesTotal property.voidsetNumberRecordsFailed(Integer value) Sets the value of the numberRecordsFailed property.voidsetNumberRecordsProcessed(Integer value) Sets the value of the numberRecordsProcessed property.voidsetNumberRetries(Integer value) Sets the value of the numberRetries property.voidSets the value of the object property.voidsetOperation(OperationEnum value) Sets the value of the operation property.voidsetState(JobStateEnum value) Sets the value of the state property.voidSets the value of the systemModstamp property.voidsetTotalProcessingTime(Long value) Sets the value of the totalProcessingTime property.
-
Field Details
-
id
-
operation
-
object
-
createdById
-
createdDate
-
systemModstamp
-
state
-
externalIdFieldName
-
concurrencyMode
-
contentType
-
numberBatchesQueued
-
numberBatchesInProgress
-
numberBatchesCompleted
-
numberBatchesFailed
-
numberBatchesTotal
-
numberRecordsProcessed
-
numberRetries
-
apiVersion
-
assignmentRuleId
-
numberRecordsFailed
-
totalProcessingTime
-
apiActiveProcessingTime
-
apexProcessingTime
-
-
Constructor Details
-
JobInfo
public JobInfo()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
OperationEnum
-
setOperation
Sets the value of the operation property.- Parameters:
value- allowed object isOperationEnum
-
getObject
Gets the value of the object property.- Returns:
- possible object is
String
-
setObject
Sets the value of the object property.- Parameters:
value- allowed object isString
-
getCreatedById
Gets the value of the createdById property.- Returns:
- possible object is
String
-
setCreatedById
Sets the value of the createdById property.- Parameters:
value- allowed object isString
-
getCreatedDate
Gets the value of the createdDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreatedDate
Sets the value of the createdDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getSystemModstamp
Gets the value of the systemModstamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSystemModstamp
Sets the value of the systemModstamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getState
Gets the value of the state property.- Returns:
- possible object is
JobStateEnum
-
setState
Sets the value of the state property.- Parameters:
value- allowed object isJobStateEnum
-
getExternalIdFieldName
Gets the value of the externalIdFieldName property.- Returns:
- possible object is
String
-
setExternalIdFieldName
Sets the value of the externalIdFieldName property.- Parameters:
value- allowed object isString
-
getConcurrencyMode
Gets the value of the concurrencyMode property.- Returns:
- possible object is
ConcurrencyModeEnum
-
setConcurrencyMode
Sets the value of the concurrencyMode property.- Parameters:
value- allowed object isConcurrencyModeEnum
-
getContentType
Gets the value of the contentType property.- Returns:
- possible object is
ContentType
-
setContentType
Sets the value of the contentType property.- Parameters:
value- allowed object isContentType
-
getNumberBatchesQueued
Gets the value of the numberBatchesQueued property.- Returns:
- possible object is
Integer
-
setNumberBatchesQueued
Sets the value of the numberBatchesQueued property.- Parameters:
value- allowed object isInteger
-
getNumberBatchesInProgress
Gets the value of the numberBatchesInProgress property.- Returns:
- possible object is
Integer
-
setNumberBatchesInProgress
Sets the value of the numberBatchesInProgress property.- Parameters:
value- allowed object isInteger
-
getNumberBatchesCompleted
Gets the value of the numberBatchesCompleted property.- Returns:
- possible object is
Integer
-
setNumberBatchesCompleted
Sets the value of the numberBatchesCompleted property.- Parameters:
value- allowed object isInteger
-
getNumberBatchesFailed
Gets the value of the numberBatchesFailed property.- Returns:
- possible object is
Integer
-
setNumberBatchesFailed
Sets the value of the numberBatchesFailed property.- Parameters:
value- allowed object isInteger
-
getNumberBatchesTotal
Gets the value of the numberBatchesTotal property.- Returns:
- possible object is
Integer
-
setNumberBatchesTotal
Sets the value of the numberBatchesTotal property.- Parameters:
value- allowed object isInteger
-
getNumberRecordsProcessed
Gets the value of the numberRecordsProcessed property.- Returns:
- possible object is
Integer
-
setNumberRecordsProcessed
Sets the value of the numberRecordsProcessed property.- Parameters:
value- allowed object isInteger
-
getNumberRetries
Gets the value of the numberRetries property.- Returns:
- possible object is
Integer
-
setNumberRetries
Sets the value of the numberRetries property.- Parameters:
value- allowed object isInteger
-
getApiVersion
Gets the value of the apiVersion property.- Returns:
- possible object is
String
-
setApiVersion
Sets the value of the apiVersion property.- Parameters:
value- allowed object isString
-
getAssignmentRuleId
Gets the value of the assignmentRuleId property.- Returns:
- possible object is
String
-
setAssignmentRuleId
Sets the value of the assignmentRuleId property.- Parameters:
value- allowed object isString
-
getNumberRecordsFailed
Gets the value of the numberRecordsFailed property.- Returns:
- possible object is
Integer
-
setNumberRecordsFailed
Sets the value of the numberRecordsFailed property.- Parameters:
value- allowed object isInteger
-
getTotalProcessingTime
Gets the value of the totalProcessingTime property.- Returns:
- possible object is
Long
-
setTotalProcessingTime
Sets the value of the totalProcessingTime property.- Parameters:
value- allowed object isLong
-
getApiActiveProcessingTime
Gets the value of the apiActiveProcessingTime property.- Returns:
- possible object is
Long
-
setApiActiveProcessingTime
Sets the value of the apiActiveProcessingTime property.- Parameters:
value- allowed object isLong
-
getApexProcessingTime
Gets the value of the apexProcessingTime property.- Returns:
- possible object is
Long
-
setApexProcessingTime
Sets the value of the apexProcessingTime property.- Parameters:
value- allowed object isLong
-