Class ActionMapEstimateResult

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

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

    • ActionMapEstimateResult

      public ActionMapEstimateResult()
    • ActionMapEstimateResult

      public ActionMapEstimateResult(Boolean initWithEmptyList)
  • Method Details

    • qualifiedSessionCount

      public ActionMapEstimateResult qualifiedSessionCount(Integer qualifiedSessionCount)
      Number of sessions qualified for Action map.
    • getQualifiedSessionCount

      public Integer getQualifiedSessionCount()
    • setQualifiedSessionCount

      public void setQualifiedSessionCount(Integer qualifiedSessionCount)
    • totalSessionCount

      public ActionMapEstimateResult totalSessionCount(Integer totalSessionCount)
      Total number of sessions.
    • getTotalSessionCount

      public Integer getTotalSessionCount()
    • setTotalSessionCount

      public void setTotalSessionCount(Integer totalSessionCount)
    • perSegmentCounts

      public ActionMapEstimateResult perSegmentCounts(List<SegmentEstimateCount> perSegmentCounts)
      Number of sessions qualified for Action map per segment.
    • getPerSegmentCounts

      public List<SegmentEstimateCount> getPerSegmentCounts()
    • setPerSegmentCounts

      public void setPerSegmentCounts(List<SegmentEstimateCount> perSegmentCounts)
    • outcomesScoresCount

      public ActionMapEstimateResult outcomesScoresCount(Integer outcomesScoresCount)
      Difference made by outcome criteria to number of sessions qualified for Action map.
    • getOutcomesScoresCount

      public Integer getOutcomesScoresCount()
    • setOutcomesScoresCount

      public void setOutcomesScoresCount(Integer outcomesScoresCount)
    • 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