Package com.mypurecloud.sdk.v2.model
Class BulkJob
java.lang.Object
com.mypurecloud.sdk.v2.model.BulkJob
- All Implemented Interfaces:
Serializable
BulkJob
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe bulk job action.static enumThe bulk job state. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction(BulkJob.ActionEnum action) The bulk job action.dateFinished(Date dateFinished) The bulk job finished date.dateModified(Date dateModified) The bulk job modification date.dateStarted(Date dateStarted) The bulk job start date.booleanfailedCount(Integer failedCount) Count of failed processed items in the bulk job.getId()getState()inthashCode()voidsetAction(BulkJob.ActionEnum action) voidsetDateFinished(Date dateFinished) voidsetDateModified(Date dateModified) voidsetDateStarted(Date dateStarted) voidsetFailedCount(Integer failedCount) voidsetState(BulkJob.StateEnum state) voidsetSuccessfulCount(Integer successfulCount) voidsetTotalCount(Integer totalCount) state(BulkJob.StateEnum state) The bulk job state.successfulCount(Integer successfulCount) Count of successfully processed items in the bulk job.toString()totalCount(Integer totalCount) Total count of items to be processed in the bulk job.
-
Constructor Details
-
BulkJob
public BulkJob() -
BulkJob
-
-
Method Details
-
getId
-
state
The bulk job state. -
getState
-
setState
-
action
The bulk job action. This determines what the bulk job does, for example, terminate workitems. -
getAction
-
setAction
-
totalCount
Total count of items to be processed in the bulk job. -
getTotalCount
-
setTotalCount
-
successfulCount
Count of successfully processed items in the bulk job. -
getSuccessfulCount
-
setSuccessfulCount
-
failedCount
Count of failed processed items in the bulk job. -
getFailedCount
-
setFailedCount
-
dateStarted
The bulk job start date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStarted
-
setDateStarted
-
dateFinished
The bulk job finished date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateFinished
-
setDateFinished
-
dateModified
The bulk job modification date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-