Package com.mypurecloud.sdk.v2.model
Class WfmHistoricalAdherenceBulkUserResult
java.lang.Object
com.mypurecloud.sdk.v2.model.WfmHistoricalAdherenceBulkUserResult
- All Implemented Interfaces:
Serializable
WfmHistoricalAdherenceBulkUserResult
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe impact of the current adherence state for this user -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactuals(List<HistoricalAdherenceActuals> actuals) List of adherence actuals for this useradherencePercentage(Double adherencePercentage) Adherence percentage for this user, in the scale of 0 - 100conformancePercentage(Double conformancePercentage) Conformance percentage for this user, in the scale of 0 - 100.dayMetrics(List<WfmHistoricalAdherenceBulkUserDayMetrics> dayMetrics) Adherence and conformance metrics for days in query rangebooleanexceptionInfo(List<HistoricalAdherenceExceptionInfo> exceptionInfo) List of adherence exceptions for this userinthashCode()The impact of the current adherence state for this uservoidsetActuals(List<HistoricalAdherenceActuals> actuals) voidsetAdherencePercentage(Double adherencePercentage) voidsetConformancePercentage(Double conformancePercentage) voidsetDayMetrics(List<WfmHistoricalAdherenceBulkUserDayMetrics> dayMetrics) voidsetExceptionInfo(List<HistoricalAdherenceExceptionInfo> exceptionInfo) voidvoidtoString()The ID of the user for whom the adherence is queried
-
Constructor Details
-
WfmHistoricalAdherenceBulkUserResult
public WfmHistoricalAdherenceBulkUserResult() -
WfmHistoricalAdherenceBulkUserResult
-
-
Method Details
-
userId
The ID of the user for whom the adherence is queried -
getUserId
-
setUserId
-
adherencePercentage
Adherence percentage for this user, in the scale of 0 - 100 -
getAdherencePercentage
-
setAdherencePercentage
-
conformancePercentage
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
-
impact
public WfmHistoricalAdherenceBulkUserResult impact(WfmHistoricalAdherenceBulkUserResult.ImpactEnum impact) The impact of the current adherence state for this user -
getImpact
-
setImpact
-
exceptionInfo
public WfmHistoricalAdherenceBulkUserResult exceptionInfo(List<HistoricalAdherenceExceptionInfo> exceptionInfo) List of adherence exceptions for this user -
getExceptionInfo
-
setExceptionInfo
-
actuals
List of adherence actuals for this user -
getActuals
-
setActuals
-
dayMetrics
public WfmHistoricalAdherenceBulkUserResult dayMetrics(List<WfmHistoricalAdherenceBulkUserDayMetrics> dayMetrics) Adherence and conformance metrics for days in query range -
getDayMetrics
-
setDayMetrics
-
equals
-
hashCode
public int hashCode() -
toString
-