Package com.mypurecloud.sdk.v2.model
Class ExternalMetricDefinition
java.lang.Object
com.mypurecloud.sdk.v2.model.ExternalMetricDefinition
- All Implemented Interfaces:
Serializable
ExternalMetricDefinition
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe default objective type of the External Metric Definitionstatic enumThe unit of the External Metric Definition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateLastRefreshed(Date dateLastRefreshed) The last date and time that the metric data was refreshed.defaultObjectiveType(ExternalMetricDefinition.DefaultObjectiveTypeEnum defaultObjectiveType) The default objective type of the External Metric DefinitionTrue if the External Metric Definition is enabledbooleangetId()getInUse()getName()getUnit()inthashCode()The name of the External Metric DefinitionThe decimal precision of the External Metric DefinitionretentionMonths(Integer retentionMonths) The retention in months of the External Metric DefinitionvoidsetDateLastRefreshed(Date dateLastRefreshed) voidsetDefaultObjectiveType(ExternalMetricDefinition.DefaultObjectiveTypeEnum defaultObjectiveType) voidsetEnabled(Boolean enabled) voidvoidsetPrecision(Integer precision) voidsetRetentionMonths(Integer retentionMonths) voidvoidsetUnitDefinition(String unitDefinition) toString()The unit of the External Metric DefinitionunitDefinition(String unitDefinition) The unit definition of the External Metric Definition
-
Constructor Details
-
ExternalMetricDefinition
public ExternalMetricDefinition() -
ExternalMetricDefinition
-
-
Method Details
-
getId
-
name
The name of the External Metric Definition -
getName
-
setName
-
unit
The unit of the External Metric Definition -
getUnit
-
setUnit
-
unitDefinition
The unit definition of the External Metric Definition -
getUnitDefinition
-
setUnitDefinition
-
precision
The decimal precision of the External Metric Definition -
getPrecision
-
setPrecision
-
defaultObjectiveType
public ExternalMetricDefinition defaultObjectiveType(ExternalMetricDefinition.DefaultObjectiveTypeEnum defaultObjectiveType) The default objective type of the External Metric Definition -
getDefaultObjectiveType
-
setDefaultObjectiveType
public void setDefaultObjectiveType(ExternalMetricDefinition.DefaultObjectiveTypeEnum defaultObjectiveType) -
retentionMonths
The retention in months of the External Metric Definition -
getRetentionMonths
-
setRetentionMonths
-
enabled
True if the External Metric Definition is enabled -
getEnabled
-
setEnabled
-
getInUse
-
dateLastRefreshed
The last date and time that the metric data was refreshed. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateLastRefreshed
-
setDateLastRefreshed
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-