Class BatchInfo


  • 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>
     
    • Field Detail

      • jobId

        protected String jobId
      • stateMessage

        protected String stateMessage
      • numberRecordsProcessed

        protected int numberRecordsProcessed
      • numberRecordsFailed

        protected Integer numberRecordsFailed
      • totalProcessingTime

        protected Long totalProcessingTime
      • apiActiveProcessingTime

        protected Long apiActiveProcessingTime
      • apexProcessingTime

        protected Long apexProcessingTime
    • Constructor Detail

      • BatchInfo

        public BatchInfo()
    • Method Detail

      • 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
      • getJobId

        public String getJobId()
        Gets the value of the jobId property.
        Returns:
        possible object is String
      • setJobId

        public void setJobId​(String value)
        Sets the value of the jobId property.
        Parameters:
        value - allowed object is String
      • setState

        public void setState​(BatchStateEnum value)
        Sets the value of the state property.
        Parameters:
        value - allowed object is BatchStateEnum
      • getStateMessage

        public String getStateMessage()
        Gets the value of the stateMessage property.
        Returns:
        possible object is String
      • setStateMessage

        public void setStateMessage​(String value)
        Sets the value of the stateMessage property.
        Parameters:
        value - allowed object is String
      • getNumberRecordsProcessed

        public int getNumberRecordsProcessed()
        Gets the value of the numberRecordsProcessed property.
      • setNumberRecordsProcessed

        public void setNumberRecordsProcessed​(int value)
        Sets the value of the numberRecordsProcessed property.
      • 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