Package com.mypurecloud.sdk.v2.model
Class AnalyticsAgentStateCountsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.AnalyticsAgentStateCountsResponse
- All Implemented Interfaces:
Serializable
AnalyticsAgentStateCountsResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()isOutOfOfficeCounts(List<AgentStateIsOutOfOfficeCount> isOutOfOfficeCounts) List of count by out of office statespresenceCounts(List<AgentStatePresenceCount> presenceCounts) List of count by presencesroutingStatusCounts(List<AgentStateRoutingStatusCount> routingStatusCounts) List of count by routing statusessegmentCounts(List<AgentStateSegmentTypeCount> segmentCounts) List of count by segment typesvoidsetIsOutOfOfficeCounts(List<AgentStateIsOutOfOfficeCount> isOutOfOfficeCounts) voidsetPresenceCounts(List<AgentStatePresenceCount> presenceCounts) voidsetRoutingStatusCounts(List<AgentStateRoutingStatusCount> routingStatusCounts) voidsetSegmentCounts(List<AgentStateSegmentTypeCount> segmentCounts) toString()
-
Constructor Details
-
AnalyticsAgentStateCountsResponse
public AnalyticsAgentStateCountsResponse() -
AnalyticsAgentStateCountsResponse
-
-
Method Details
-
segmentCounts
public AnalyticsAgentStateCountsResponse segmentCounts(List<AgentStateSegmentTypeCount> segmentCounts) List of count by segment types -
getSegmentCounts
-
setSegmentCounts
-
presenceCounts
public AnalyticsAgentStateCountsResponse presenceCounts(List<AgentStatePresenceCount> presenceCounts) List of count by presences -
getPresenceCounts
-
setPresenceCounts
-
routingStatusCounts
public AnalyticsAgentStateCountsResponse routingStatusCounts(List<AgentStateRoutingStatusCount> routingStatusCounts) List of count by routing statuses -
getRoutingStatusCounts
-
setRoutingStatusCounts
-
isOutOfOfficeCounts
public AnalyticsAgentStateCountsResponse isOutOfOfficeCounts(List<AgentStateIsOutOfOfficeCount> isOutOfOfficeCounts) List of count by out of office states -
getIsOutOfOfficeCounts
-
setIsOutOfOfficeCounts
-
equals
-
hashCode
public int hashCode() -
toString
-