Package com.mypurecloud.sdk.v2.model
Class AgentUtilizationAggregationView
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentUtilizationAggregationView
- All Implemented Interfaces:
Serializable
AgentUtilizationAggregationView
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of view you wish to createstatic enumTarget metric name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanType of view you wish to creategetName()getRange()inthashCode()A unique name for this view.range(AggregationRange range) Range of numbers for slicing up datavoidvoidvoidsetRange(AggregationRange range) voidTarget metric nametoString()
-
Constructor Details
-
AgentUtilizationAggregationView
public AgentUtilizationAggregationView() -
AgentUtilizationAggregationView
-
-
Method Details
-
target
Target metric name -
getTarget
-
setTarget
-
name
A unique name for this view. Must be distinct from other views and built-in metric names. -
getName
-
setName
-
function
public AgentUtilizationAggregationView function(AgentUtilizationAggregationView.FunctionEnum function) Type of view you wish to create -
getFunction
-
setFunction
-
range
Range of numbers for slicing up data -
getRange
-
setRange
-
equals
-
hashCode
public int hashCode() -
toString
-