Package com.mypurecloud.sdk.v2.model
Class Metrics
java.lang.Object
com.mypurecloud.sdk.v2.model.Metrics
- All Implemented Interfaces:
Serializable
Metrics
- 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 valuesstatic enumCorresponding unit type for this metric -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA flag for whether this metric is enabled for a performance profilebooleanexternalMetricDefinitionId(String externalMetricDefinitionId) The id of associated external metric definitiongetId()getName()getOrder()inthashCode()Achievable maximum points for this metricmetricDefinitionId(String metricDefinitionId) The id of associated metric definitionmetricDefinitionName(String metricDefinitionName) The name of associated metric definitionThe order of metric within a performance profileperformanceProfileId(String performanceProfileId) Performance profile id of this metricvoidsetEnabled(Boolean enabled) voidsetExternalMetricDefinitionId(String externalMetricDefinitionId) voidsetMaxPoints(Integer maxPoints) voidsetMetricDefinitionId(String metricDefinitionId) voidsetMetricDefinitionName(String metricDefinitionName) voidvoidvoidsetPerformanceProfileId(String performanceProfileId) voidsetTemplateName(String templateName) voidsetTimeDisplayUnit(Metrics.TimeDisplayUnitEnum timeDisplayUnit) voidsetUnitType(Metrics.UnitTypeEnum unitType) templateName(String templateName) The name of associated objective templatetimeDisplayUnit(Metrics.TimeDisplayUnitEnum timeDisplayUnit) The time unit in which the metric should be displayed -- this parameter is ignored when displaying non-time valuestoString()unitType(Metrics.UnitTypeEnum unitType) Corresponding unit type for this metric
-
Constructor Details
-
Metrics
public Metrics() -
Metrics
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
order
The order of metric within a performance profile -
getOrder
-
setOrder
-
metricDefinitionName
The name of associated metric definition -
getMetricDefinitionName
-
setMetricDefinitionName
-
metricDefinitionId
The id of associated metric definition -
getMetricDefinitionId
-
setMetricDefinitionId
-
externalMetricDefinitionId
The id of associated external metric definition -
getExternalMetricDefinitionId
-
setExternalMetricDefinitionId
-
unitType
Corresponding unit type for this metric -
getUnitType
-
setUnitType
-
enabled
A flag for whether this metric is enabled for a performance profile -
getEnabled
-
setEnabled
-
templateName
The name of associated objective template -
getTemplateName
-
setTemplateName
-
maxPoints
Achievable maximum points for this metric -
getMaxPoints
-
setMaxPoints
-
performanceProfileId
Performance profile id of this metric -
getPerformanceProfileId
-
setPerformanceProfileId
-
getLinkedMetric
-
getDateCreated
-
getDateUnlinked
-
getSourcePerformanceProfile
-
getUnitDefinition
-
getPrecision
-
timeDisplayUnit
The time unit in which the metric should be displayed -- this parameter is ignored when displaying non-time values -
getTimeDisplayUnit
-
setTimeDisplayUnit
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-