java.lang.Object
org.apache.camel.component.salesforce.api.dto.bulk.JobInfo

public class JobInfo extends Object

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 Details

    • id

      protected String id
    • operation

      protected OperationEnum operation
    • object

      protected String object
    • createdById

      protected String createdById
    • createdDate

      protected XMLGregorianCalendar createdDate
    • systemModstamp

      protected XMLGregorianCalendar systemModstamp
    • state

      protected JobStateEnum state
    • externalIdFieldName

      protected String externalIdFieldName
    • concurrencyMode

      protected ConcurrencyModeEnum concurrencyMode
    • contentType

      protected ContentType contentType
    • numberBatchesQueued

      protected Integer numberBatchesQueued
    • numberBatchesInProgress

      protected Integer numberBatchesInProgress
    • numberBatchesCompleted

      protected Integer numberBatchesCompleted
    • numberBatchesFailed

      protected Integer numberBatchesFailed
    • numberBatchesTotal

      protected Integer numberBatchesTotal
    • numberRecordsProcessed

      protected Integer numberRecordsProcessed
    • numberRetries

      protected Integer numberRetries
    • apiVersion

      protected String apiVersion
    • assignmentRuleId

      protected String assignmentRuleId
    • numberRecordsFailed

      protected Integer numberRecordsFailed
    • totalProcessingTime

      protected Long totalProcessingTime
    • apiActiveProcessingTime

      protected Long apiActiveProcessingTime
    • apexProcessingTime

      protected Long apexProcessingTime
  • Constructor Details

    • JobInfo

      public JobInfo()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getOperation

      public OperationEnum getOperation()
      Gets the value of the operation property.
      Returns:
      possible object is OperationEnum
    • setOperation

      public void setOperation(OperationEnum value)
      Sets the value of the operation property.
      Parameters:
      value - allowed object is OperationEnum
    • getObject

      public String getObject()
      Gets the value of the object property.
      Returns:
      possible object is String
    • setObject

      public void setObject(String value)
      Sets the value of the object property.
      Parameters:
      value - allowed object is String
    • getCreatedById

      public String getCreatedById()
      Gets the value of the createdById property.
      Returns:
      possible object is String
    • setCreatedById

      public void setCreatedById(String value)
      Sets the value of the createdById property.
      Parameters:
      value - allowed object is String
    • getCreatedDate

      public XMLGregorianCalendar getCreatedDate()
      Gets the value of the createdDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreatedDate

      public void setCreatedDate(XMLGregorianCalendar value)
      Sets the value of the createdDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getSystemModstamp

      public XMLGregorianCalendar getSystemModstamp()
      Gets the value of the systemModstamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setSystemModstamp

      public void setSystemModstamp(XMLGregorianCalendar value)
      Sets the value of the systemModstamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getState

      public JobStateEnum getState()
      Gets the value of the state property.
      Returns:
      possible object is JobStateEnum
    • setState

      public void setState(JobStateEnum value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is JobStateEnum
    • getExternalIdFieldName

      public String getExternalIdFieldName()
      Gets the value of the externalIdFieldName property.
      Returns:
      possible object is String
    • setExternalIdFieldName

      public void setExternalIdFieldName(String value)
      Sets the value of the externalIdFieldName property.
      Parameters:
      value - allowed object is String
    • getConcurrencyMode

      public ConcurrencyModeEnum getConcurrencyMode()
      Gets the value of the concurrencyMode property.
      Returns:
      possible object is ConcurrencyModeEnum
    • setConcurrencyMode

      public void setConcurrencyMode(ConcurrencyModeEnum value)
      Sets the value of the concurrencyMode property.
      Parameters:
      value - allowed object is ConcurrencyModeEnum
    • getContentType

      public ContentType getContentType()
      Gets the value of the contentType property.
      Returns:
      possible object is ContentType
    • setContentType

      public void setContentType(ContentType value)
      Sets the value of the contentType property.
      Parameters:
      value - allowed object is ContentType
    • getNumberBatchesQueued

      public Integer getNumberBatchesQueued()
      Gets the value of the numberBatchesQueued property.
      Returns:
      possible object is Integer
    • setNumberBatchesQueued

      public void setNumberBatchesQueued(Integer value)
      Sets the value of the numberBatchesQueued property.
      Parameters:
      value - allowed object is Integer
    • getNumberBatchesInProgress

      public Integer getNumberBatchesInProgress()
      Gets the value of the numberBatchesInProgress property.
      Returns:
      possible object is Integer
    • setNumberBatchesInProgress

      public void setNumberBatchesInProgress(Integer value)
      Sets the value of the numberBatchesInProgress property.
      Parameters:
      value - allowed object is Integer
    • getNumberBatchesCompleted

      public Integer getNumberBatchesCompleted()
      Gets the value of the numberBatchesCompleted property.
      Returns:
      possible object is Integer
    • setNumberBatchesCompleted

      public void setNumberBatchesCompleted(Integer value)
      Sets the value of the numberBatchesCompleted property.
      Parameters:
      value - allowed object is Integer
    • getNumberBatchesFailed

      public Integer getNumberBatchesFailed()
      Gets the value of the numberBatchesFailed property.
      Returns:
      possible object is Integer
    • setNumberBatchesFailed

      public void setNumberBatchesFailed(Integer value)
      Sets the value of the numberBatchesFailed property.
      Parameters:
      value - allowed object is Integer
    • getNumberBatchesTotal

      public Integer getNumberBatchesTotal()
      Gets the value of the numberBatchesTotal property.
      Returns:
      possible object is Integer
    • setNumberBatchesTotal

      public void setNumberBatchesTotal(Integer value)
      Sets the value of the numberBatchesTotal property.
      Parameters:
      value - allowed object is Integer
    • getNumberRecordsProcessed

      public Integer getNumberRecordsProcessed()
      Gets the value of the numberRecordsProcessed property.
      Returns:
      possible object is Integer
    • setNumberRecordsProcessed

      public void setNumberRecordsProcessed(Integer value)
      Sets the value of the numberRecordsProcessed property.
      Parameters:
      value - allowed object is Integer
    • getNumberRetries

      public Integer getNumberRetries()
      Gets the value of the numberRetries property.
      Returns:
      possible object is Integer
    • setNumberRetries

      public void setNumberRetries(Integer value)
      Sets the value of the numberRetries property.
      Parameters:
      value - allowed object is Integer
    • getApiVersion

      public String getApiVersion()
      Gets the value of the apiVersion property.
      Returns:
      possible object is String
    • setApiVersion

      public void setApiVersion(String value)
      Sets the value of the apiVersion property.
      Parameters:
      value - allowed object is String
    • getAssignmentRuleId

      public String getAssignmentRuleId()
      Gets the value of the assignmentRuleId property.
      Returns:
      possible object is String
    • setAssignmentRuleId

      public void setAssignmentRuleId(String value)
      Sets the value of the assignmentRuleId property.
      Parameters:
      value - allowed object is String
    • getNumberRecordsFailed

      public Integer getNumberRecordsFailed()
      Gets the value of the numberRecordsFailed property.
      Returns:
      possible object is Integer
    • setNumberRecordsFailed

      public void setNumberRecordsFailed(Integer value)
      Sets the value of the numberRecordsFailed property.
      Parameters:
      value - allowed object is Integer
    • getTotalProcessingTime

      public Long getTotalProcessingTime()
      Gets the value of the totalProcessingTime property.
      Returns:
      possible object is Long
    • setTotalProcessingTime

      public void setTotalProcessingTime(Long value)
      Sets the value of the totalProcessingTime property.
      Parameters:
      value - allowed object is Long
    • getApiActiveProcessingTime

      public Long getApiActiveProcessingTime()
      Gets the value of the apiActiveProcessingTime property.
      Returns:
      possible object is Long
    • setApiActiveProcessingTime

      public void setApiActiveProcessingTime(Long value)
      Sets the value of the apiActiveProcessingTime property.
      Parameters:
      value - allowed object is Long
    • getApexProcessingTime

      public Long getApexProcessingTime()
      Gets the value of the apexProcessingTime property.
      Returns:
      possible object is Long
    • setApexProcessingTime

      public void setApexProcessingTime(Long value)
      Sets the value of the apexProcessingTime property.
      Parameters:
      value - allowed object is Long