Class ImmediateSchedulingResourceExclusionBatchInsertInput
java.lang.Object
overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.resourceexclusion.event.ImmediateSchedulingResourceExclusionBatchInsertInput
Input for batch inserting immediate scheduling resource exclusions.
Contains the processing ID, list of resource IDs, and exclusion reason for batch insertion of resource exclusions.
- Since:
- 22.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the exclusion reason ID.Gets the processing ID.Gets the resource IDs.voidsetExclusionReason(Long exclusionReason) Sets the exclusion reason ID.voidsetProcessingId(Long processingId) Sets the processing ID.voidsetResources(List<Long> resources) Sets the resource IDs.
-
Constructor Details
-
ImmediateSchedulingResourceExclusionBatchInsertInput
public ImmediateSchedulingResourceExclusionBatchInsertInput()
-
-
Method Details
-
getProcessingId
Gets the processing ID.- Returns:
- the processing ID
-
setProcessingId
Sets the processing ID.- Parameters:
processingId- the new processing ID
-
getResources
Gets the resource IDs.- Returns:
- the resource IDs
-
setResources
Sets the resource IDs.- Parameters:
resources- the new resource IDs
-
getExclusionReason
Gets the exclusion reason ID.- Returns:
- the exclusion reason ID
-
setExclusionReason
Sets the exclusion reason ID.- Parameters:
exclusionReason- the new exclusion reason ID
-