public class

BatchInfoExpressionHolder

extends Object
java.lang.Object
   ↳ com.sforce.async.holders.BatchInfoExpressionHolder

Summary

Fields
protected long _apexProcessingTimeType
protected long _apiActiveProcessingTimeType
protected Calendar _createdDateType
protected String _idType
protected String _jobIdType
protected int _numberRecordsFailedType
protected int _numberRecordsProcessedType
protected String _stateMessageType
protected BatchStateEnum _stateType
protected Calendar _systemModstampType
protected long _totalProcessingTimeType
protected Object apexProcessingTime
protected Object apiActiveProcessingTime
protected Object createdDate
protected Object id
protected Object jobId
protected Object numberRecordsFailed
protected Object numberRecordsProcessed
protected Object state
protected Object stateMessage
protected Object systemModstamp
protected Object totalProcessingTime
Public Constructors
BatchInfoExpressionHolder()
Public Methods
Object getApexProcessingTime()
Retrieves apexProcessingTime
Object getApiActiveProcessingTime()
Retrieves apiActiveProcessingTime
Object getCreatedDate()
Retrieves createdDate
Object getId()
Retrieves id
Object getJobId()
Retrieves jobId
Object getNumberRecordsFailed()
Retrieves numberRecordsFailed
Object getNumberRecordsProcessed()
Retrieves numberRecordsProcessed
Object getState()
Retrieves state
Object getStateMessage()
Retrieves stateMessage
Object getSystemModstamp()
Retrieves systemModstamp
Object getTotalProcessingTime()
Retrieves totalProcessingTime
void setApexProcessingTime(Object value)
Sets apexProcessingTime
void setApiActiveProcessingTime(Object value)
Sets apiActiveProcessingTime
void setCreatedDate(Object value)
Sets createdDate
void setId(Object value)
Sets id
void setJobId(Object value)
Sets jobId
void setNumberRecordsFailed(Object value)
Sets numberRecordsFailed
void setNumberRecordsProcessed(Object value)
Sets numberRecordsProcessed
void setState(Object value)
Sets state
void setStateMessage(Object value)
Sets stateMessage
void setSystemModstamp(Object value)
Sets systemModstamp
void setTotalProcessingTime(Object value)
Sets totalProcessingTime
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long _apexProcessingTimeType

protected long _apiActiveProcessingTimeType

protected Calendar _createdDateType

protected String _idType

protected String _jobIdType

protected int _numberRecordsFailedType

protected int _numberRecordsProcessedType

protected String _stateMessageType

protected BatchStateEnum _stateType

protected Calendar _systemModstampType

protected long _totalProcessingTimeType

protected Object apexProcessingTime

protected Object apiActiveProcessingTime

protected Object createdDate

protected Object id

protected Object jobId

protected Object numberRecordsFailed

protected Object numberRecordsProcessed

protected Object state

protected Object stateMessage

protected Object systemModstamp

protected Object totalProcessingTime

Public Constructors

public BatchInfoExpressionHolder ()

Public Methods

public Object getApexProcessingTime ()

Retrieves apexProcessingTime

public Object getApiActiveProcessingTime ()

Retrieves apiActiveProcessingTime

public Object getCreatedDate ()

Retrieves createdDate

public Object getId ()

Retrieves id

public Object getJobId ()

Retrieves jobId

public Object getNumberRecordsFailed ()

Retrieves numberRecordsFailed

public Object getNumberRecordsProcessed ()

Retrieves numberRecordsProcessed

public Object getState ()

Retrieves state

public Object getStateMessage ()

Retrieves stateMessage

public Object getSystemModstamp ()

Retrieves systemModstamp

public Object getTotalProcessingTime ()

Retrieves totalProcessingTime

public void setApexProcessingTime (Object value)

Sets apexProcessingTime

Parameters
value Value to set

public void setApiActiveProcessingTime (Object value)

Sets apiActiveProcessingTime

Parameters
value Value to set

public void setCreatedDate (Object value)

Sets createdDate

Parameters
value Value to set

public void setId (Object value)

Sets id

Parameters
value Value to set

public void setJobId (Object value)

Sets jobId

Parameters
value Value to set

public void setNumberRecordsFailed (Object value)

Sets numberRecordsFailed

Parameters
value Value to set

public void setNumberRecordsProcessed (Object value)

Sets numberRecordsProcessed

Parameters
value Value to set

public void setState (Object value)

Sets state

Parameters
value Value to set

public void setStateMessage (Object value)

Sets stateMessage

Parameters
value Value to set

public void setSystemModstamp (Object value)

Sets systemModstamp

Parameters
value Value to set

public void setTotalProcessingTime (Object value)

Sets totalProcessingTime

Parameters
value Value to set