Package com.mypurecloud.sdk.v2.model
Class Outlier
java.lang.Object
com.mypurecloud.sdk.v2.model.Outlier
- All Implemented Interfaces:
Serializable
Outlier
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanomaly(Outlier.AnomalyEnum anomaly) The type of the anomalybooleaninthashCode()normalizedValue(Double normalizedValue) Normalized value of the outliervoidsetAnomaly(Outlier.AnomalyEnum anomaly) voidsetNormalizedValue(Double normalizedValue) voidsetTimestamp(Date timestamp) Timestamp of the outlier.toString()
-
Constructor Details
-
Outlier
public Outlier() -
Outlier
-
-
Method Details
-
timestamp
Timestamp of the outlier. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getTimestamp
-
setTimestamp
-
anomaly
The type of the anomaly -
getAnomaly
-
setAnomaly
-
normalizedValue
Normalized value of the outlier -
getNormalizedValue
-
setNormalizedValue
-
equals
-
hashCode
public int hashCode() -
toString
-