Package com.mypurecloud.sdk.v2.model
Class Metric
java.lang.Object
com.mypurecloud.sdk.v2.model.Metric
- All Implemented Interfaces:
Serializable
Metric
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe time unit in which the metric should be displayed -- this parameter is ignored when displaying non-time values -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexternalMetricDefinitionId(String externalMetricDefinitionId) The id of associated external metric definitiongetId()getName()inthashCode()metricDefinitionId(String metricDefinitionId) The id of associated metric definitionThe name of this metricAssociated objective for this metricperformanceProfileId(String performanceProfileId) Performance profile id of this metricvoidsetExternalMetricDefinitionId(String externalMetricDefinitionId) voidsetMetricDefinitionId(String metricDefinitionId) voidvoidsetObjective(Objective objective) voidsetPerformanceProfileId(String performanceProfileId) voidsetTimeDisplayUnit(Metric.TimeDisplayUnitEnum timeDisplayUnit) timeDisplayUnit(Metric.TimeDisplayUnitEnum timeDisplayUnit) The time unit in which the metric should be displayed -- this parameter is ignored when displaying non-time valuestoString()
-
Constructor Details
-
Metric
public Metric() -
Metric
-
-
Method Details
-
getId
-
name
The name of this metric -
getName
-
setName
-
metricDefinitionId
The id of associated metric definition -
getMetricDefinitionId
-
setMetricDefinitionId
-
externalMetricDefinitionId
The id of associated external metric definition -
getExternalMetricDefinitionId
-
setExternalMetricDefinitionId
-
objective
Associated objective for this metric -
getObjective
-
setObjective
-
performanceProfileId
Performance profile id of this metric -
getPerformanceProfileId
-
setPerformanceProfileId
-
getLinkedMetric
-
getDateCreated
-
getDateUnlinked
-
getPrecision
-
timeDisplayUnit
The time unit in which the metric should be displayed -- this parameter is ignored when displaying non-time values -
getTimeDisplayUnit
-
setTimeDisplayUnit
-
getSourcePerformanceProfile
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-