Package com.mypurecloud.sdk.v2.model
Class WfmHistoricalAdherenceBulkUserDayMetrics
java.lang.Object
com.mypurecloud.sdk.v2.model.WfmHistoricalAdherenceBulkUserDayMetrics
- All Implemented Interfaces:
Serializable
WfmHistoricalAdherenceBulkUserDayMetrics
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactualLengthSeconds(Integer actualLengthSeconds) Total duration in seconds for all actually worked activitiesadherencePercentage(Double adherencePercentage) Total adherence percentage for this user, in the scale of 0 - 100adherenceScheduleSeconds(Integer adherenceScheduleSeconds) Duration of schedule in seconds included for adherence percentage calculationconformanceActualSeconds(Integer conformanceActualSeconds) Total actually worked duration in seconds for OnQueue activitiesconformancePercentage(Double conformancePercentage) Total conformance percentage for this user, in the scale of 0 - 100.conformanceScheduleSeconds(Integer conformanceScheduleSeconds) Total scheduled duration in seconds for OnQueue activitiesdayStartOffsetSeconds(Integer dayStartOffsetSeconds) Start of day offset in seconds relative to query start timebooleanexceptionCount(Integer exceptionCount) Total number of adherence exceptions for this userexceptionDurationSeconds(Integer exceptionDurationSeconds) Total duration in seconds of adherence exceptions for this userinthashCode()impactSeconds(Integer impactSeconds) The impact duration in seconds of current adherence state for this userscheduleLengthSeconds(Integer scheduleLengthSeconds) Total duration in seconds for all scheduled activitiesvoidsetActualLengthSeconds(Integer actualLengthSeconds) voidsetAdherencePercentage(Double adherencePercentage) voidsetAdherenceScheduleSeconds(Integer adherenceScheduleSeconds) voidsetConformanceActualSeconds(Integer conformanceActualSeconds) voidsetConformancePercentage(Double conformancePercentage) voidsetConformanceScheduleSeconds(Integer conformanceScheduleSeconds) voidsetDayStartOffsetSeconds(Integer dayStartOffsetSeconds) voidsetExceptionCount(Integer exceptionCount) voidsetExceptionDurationSeconds(Integer exceptionDurationSeconds) voidsetImpactSeconds(Integer impactSeconds) voidsetScheduleLengthSeconds(Integer scheduleLengthSeconds) toString()
-
Constructor Details
-
WfmHistoricalAdherenceBulkUserDayMetrics
public WfmHistoricalAdherenceBulkUserDayMetrics() -
WfmHistoricalAdherenceBulkUserDayMetrics
-
-
Method Details
-
dayStartOffsetSeconds
public WfmHistoricalAdherenceBulkUserDayMetrics dayStartOffsetSeconds(Integer dayStartOffsetSeconds) Start of day offset in seconds relative to query start time -
getDayStartOffsetSeconds
-
setDayStartOffsetSeconds
-
adherenceScheduleSeconds
public WfmHistoricalAdherenceBulkUserDayMetrics adherenceScheduleSeconds(Integer adherenceScheduleSeconds) Duration of schedule in seconds included for adherence percentage calculation -
getAdherenceScheduleSeconds
-
setAdherenceScheduleSeconds
-
conformanceScheduleSeconds
public WfmHistoricalAdherenceBulkUserDayMetrics conformanceScheduleSeconds(Integer conformanceScheduleSeconds) Total scheduled duration in seconds for OnQueue activities -
getConformanceScheduleSeconds
-
setConformanceScheduleSeconds
-
conformanceActualSeconds
public WfmHistoricalAdherenceBulkUserDayMetrics conformanceActualSeconds(Integer conformanceActualSeconds) Total actually worked duration in seconds for OnQueue activities -
getConformanceActualSeconds
-
setConformanceActualSeconds
-
exceptionCount
Total number of adherence exceptions for this user -
getExceptionCount
-
setExceptionCount
-
exceptionDurationSeconds
public WfmHistoricalAdherenceBulkUserDayMetrics exceptionDurationSeconds(Integer exceptionDurationSeconds) Total duration in seconds of adherence exceptions for this user -
getExceptionDurationSeconds
-
setExceptionDurationSeconds
-
impactSeconds
The impact duration in seconds of current adherence state for this user -
getImpactSeconds
-
setImpactSeconds
-
scheduleLengthSeconds
public WfmHistoricalAdherenceBulkUserDayMetrics scheduleLengthSeconds(Integer scheduleLengthSeconds) Total duration in seconds for all scheduled activities -
getScheduleLengthSeconds
-
setScheduleLengthSeconds
-
actualLengthSeconds
Total duration in seconds for all actually worked activities -
getActualLengthSeconds
-
setActualLengthSeconds
-
adherencePercentage
Total adherence percentage for this user, in the scale of 0 - 100 -
getAdherencePercentage
-
setAdherencePercentage
-
conformancePercentage
Total conformance percentage for this user, in the scale of 0 - 100. Conformance percentage can be greater than 100 when the actual on-queue time is greater than the scheduled on-queue time for the same period. -
getConformancePercentage
-
setConformancePercentage
-
equals
-
hashCode
public int hashCode() -
toString
-