Package com.mypurecloud.sdk.v2.model
Class WeekScheduleGenerationResult
java.lang.Object
com.mypurecloud.sdk.v2.model.WeekScheduleGenerationResult
- All Implemented Interfaces:
Serializable
WeekScheduleGenerationResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentWarningCount(Integer agentWarningCount) Count of warning messages from the schedule run.agentWarnings(List<ScheduleGenerationWarning> agentWarnings) Warning messages from the schedule run.booleanWhether the schedule generation failedgetRunId()inthashCode()ID of the schedule runvoidsetAgentWarningCount(Integer agentWarningCount) voidsetAgentWarnings(List<ScheduleGenerationWarning> agentWarnings) voidvoidtoString()
-
Constructor Details
-
WeekScheduleGenerationResult
public WeekScheduleGenerationResult() -
WeekScheduleGenerationResult
-
-
Method Details
-
failed
Whether the schedule generation failed -
getFailed
-
setFailed
-
runId
ID of the schedule run -
getRunId
-
setRunId
-
agentWarnings
Warning messages from the schedule run. This will be available only when requesting information for a single week schedule -
getAgentWarnings
-
setAgentWarnings
-
agentWarningCount
Count of warning messages from the schedule run. This will be available only when requesting multiple week schedules -
getAgentWarningCount
-
setAgentWarningCount
-
equals
-
hashCode
public int hashCode() -
toString
-