Class Outlier

java.lang.Object
com.mypurecloud.sdk.v2.model.Outlier
All Implemented Interfaces:
Serializable

public class Outlier extends Object implements Serializable
Outlier
See Also:
  • Constructor Details

    • Outlier

      public Outlier()
    • Outlier

      public Outlier(Boolean initWithEmptyList)
  • Method Details

    • timestamp

      public Outlier timestamp(Date timestamp)
      Timestamp of the outlier. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getTimestamp

      public Date getTimestamp()
    • setTimestamp

      public void setTimestamp(Date timestamp)
    • anomaly

      public Outlier anomaly(Outlier.AnomalyEnum anomaly)
      The type of the anomaly
    • getAnomaly

      public Outlier.AnomalyEnum getAnomaly()
    • setAnomaly

      public void setAnomaly(Outlier.AnomalyEnum anomaly)
    • normalizedValue

      public Outlier normalizedValue(Double normalizedValue)
      Normalized value of the outlier
    • getNormalizedValue

      public Double getNormalizedValue()
    • setNormalizedValue

      public void setNormalizedValue(Double normalizedValue)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object