Package com.mypurecloud.sdk.v2.model
Class JourneyViewChartMetric
java.lang.Object
com.mypurecloud.sdk.v2.model.JourneyViewChartMetric
- All Implemented Interfaces:
Serializable
A metric to measure within the chart
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumHow to aggregate the given element, defaults to CustomerCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregate(JourneyViewChartMetric.AggregateEnum aggregate) How to aggregate the given element, defaults to CustomerCountdisplayLabel(String displayLabel) A display label for the metricThe element in the list of elements which the metric is measuringbooleangetId()inthashCode()The unique identifier of the metric within the chartvoidsetAggregate(JourneyViewChartMetric.AggregateEnum aggregate) voidsetDisplayLabel(String displayLabel) voidsetElementId(String elementId) voidtoString()
-
Constructor Details
-
JourneyViewChartMetric
public JourneyViewChartMetric() -
JourneyViewChartMetric
-
-
Method Details
-
id
The unique identifier of the metric within the chart -
getId
-
setId
-
elementId
The element in the list of elements which the metric is measuring -
getElementId
-
setElementId
-
aggregate
How to aggregate the given element, defaults to CustomerCount -
getAggregate
-
setAggregate
-
displayLabel
A display label for the metric -
getDisplayLabel
-
setDisplayLabel
-
equals
-
hashCode
public int hashCode() -
toString
-