Class InsightsTrends

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

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

    • InsightsTrends

      public InsightsTrends()
    • InsightsTrends

      public InsightsTrends(Boolean initWithEmptyList)
  • Method Details

    • comparativePeriod

      public InsightsTrends comparativePeriod(List<TrendData> comparativePeriod)
      List of trend data in the comparative period
    • getComparativePeriod

      public List<TrendData> getComparativePeriod()
    • setComparativePeriod

      public void setComparativePeriod(List<TrendData> comparativePeriod)
    • primaryPeriod

      public InsightsTrends primaryPeriod(List<TrendData> primaryPeriod)
      List of trend data in the primary period
    • getPrimaryPeriod

      public List<TrendData> getPrimaryPeriod()
    • setPrimaryPeriod

      public void setPrimaryPeriod(List<TrendData> primaryPeriod)
    • 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