Package com.mypurecloud.sdk.v2.model
Class HistoricalAdherenceQueryResult
java.lang.Object
com.mypurecloud.sdk.v2.model.HistoricalAdherenceQueryResult
- All Implemented Interfaces:
Serializable
HistoricalAdherenceQueryResult
- 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 actual activity with offset for this useractualsEndDate(Date actualsEndDate) The end date of the actual activities in ISO-8601 format.adherencePercentage(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<HistoricalAdherenceDayMetrics> dayMetrics) Adherence and conformance metrics for days in query rangeEnd of the date range that was queried, in ISO-8601 format.booleanexceptionInfo(List<HistoricalAdherenceExceptionInfo> exceptionInfo) List of adherence exceptions for this userinthashCode()The impact of the current adherence state for this usermanagementUnitId(String managementUnitId) The ID of the management unit of the user for whom the adherence is queriedvoidsetActuals(List<HistoricalAdherenceActuals> actuals) voidsetActualsEndDate(Date actualsEndDate) voidsetAdherencePercentage(Double adherencePercentage) voidsetConformancePercentage(Double conformancePercentage) voidsetDayMetrics(List<HistoricalAdherenceDayMetrics> dayMetrics) voidsetEndDate(Date endDate) voidsetExceptionInfo(List<HistoricalAdherenceExceptionInfo> exceptionInfo) voidvoidsetManagementUnitId(String managementUnitId) voidsetStartDate(Date startDate) voidBeginning of the date range that was queried, in ISO-8601 formattoString()The ID of the user for whom the adherence is queried
-
Constructor Details
-
HistoricalAdherenceQueryResult
public HistoricalAdherenceQueryResult() -
HistoricalAdherenceQueryResult
-
-
Method Details
-
userId
The ID of the user for whom the adherence is queried -
getUserId
-
setUserId
-
managementUnitId
The ID of the management unit of the user for whom the adherence is queried -
getManagementUnitId
-
setManagementUnitId
-
startDate
Beginning of the date range that was queried, in ISO-8601 format -
getStartDate
-
setStartDate
-
endDate
End of the date range that was queried, in ISO-8601 format. If it was not set, end date will be set to the queried time -
getEndDate
-
setEndDate
-
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
The impact of the current adherence state for this user -
getImpact
-
setImpact
-
exceptionInfo
public HistoricalAdherenceQueryResult exceptionInfo(List<HistoricalAdherenceExceptionInfo> exceptionInfo) List of adherence exceptions for this user -
getExceptionInfo
-
setExceptionInfo
-
dayMetrics
Adherence and conformance metrics for days in query range -
getDayMetrics
-
setDayMetrics
-
actualsEndDate
The end date of the actual activities in ISO-8601 format. -
getActualsEndDate
-
setActualsEndDate
-
actuals
List of actual activity with offset for this user -
getActuals
-
setActuals
-
equals
-
hashCode
public int hashCode() -
toString
-