Package com.mypurecloud.sdk.v2.model
Class ReprocessJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ReprocessJobResponse
- All Implemented Interfaces:
Serializable
ReprocessJobResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the job.static enumGets or Sets mediaTypes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedBy(AddressableEntityRef createdBy) The user who created the job.dateCreated(Date dateCreated) The date the job was created.The date at which the reprocessing should end.The date from which the reprocessing should begin.description(String description) The description of the job.Language dialects used to filter interactions.booleanfailedInteractionsCount(Integer failedInteractionsCount) The amount of failed interactions.getId()getName()inthashCode()jobStatus(ReprocessJobResponse.JobStatusEnum jobStatus) The status of the job.mediaTypes(List<ReprocessJobResponse.MediaTypesEnum> mediaTypes) Media types used to filter interactions.processedInteractionsCount(Integer processedInteractionsCount) The amount of interactions successfully reprocessed.The mapped programs to be included in the job.queueOrder(Integer queueOrder) The position of the job in the queued jobs.voidsetCreatedBy(AddressableEntityRef createdBy) voidsetDateCreated(Date dateCreated) voidsetDateEnd(Date dateEnd) voidsetDateStart(Date dateStart) voidsetDescription(String description) voidsetDialects(List<String> dialects) voidsetFailedInteractionsCount(Integer failedInteractionsCount) voidsetJobStatus(ReprocessJobResponse.JobStatusEnum jobStatus) voidsetMediaTypes(List<ReprocessJobResponse.MediaTypesEnum> mediaTypes) voidvoidsetProcessedInteractionsCount(Integer processedInteractionsCount) voidsetPrograms(List<String> programs) voidsetQueueOrder(Integer queueOrder) voidsetTotalInteractionsCount(Integer totalInteractionsCount) toString()totalInteractionsCount(Integer totalInteractionsCount) The amount of interactions in the job.
-
Constructor Details
-
ReprocessJobResponse
public ReprocessJobResponse() -
ReprocessJobResponse
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
description
The description of the job. -
getDescription
-
setDescription
-
dateStart
The date from which the reprocessing should begin. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
dateEnd
The date at which the reprocessing should end. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateEnd
-
setDateEnd
-
mediaTypes
Media types used to filter interactions. -
getMediaTypes
-
setMediaTypes
-
programs
The mapped programs to be included in the job. -
getPrograms
-
setPrograms
-
dialects
Language dialects used to filter interactions. -
getDialects
-
setDialects
-
createdBy
The user who created the job. -
getCreatedBy
-
setCreatedBy
-
dateCreated
The date the job was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
jobStatus
The status of the job. -
getJobStatus
-
setJobStatus
-
queueOrder
The position of the job in the queued jobs. -
getQueueOrder
-
setQueueOrder
-
processedInteractionsCount
The amount of interactions successfully reprocessed. -
getProcessedInteractionsCount
-
setProcessedInteractionsCount
-
failedInteractionsCount
The amount of failed interactions. -
getFailedInteractionsCount
-
setFailedInteractionsCount
-
totalInteractionsCount
The amount of interactions in the job. -
getTotalInteractionsCount
-
setTotalInteractionsCount
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-