Package com.mypurecloud.sdk.v2.model
Class ActionMapEstimateResult
java.lang.Object
com.mypurecloud.sdk.v2.model.ActionMapEstimateResult
- All Implemented Interfaces:
Serializable
ActionMapEstimateResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()outcomesScoresCount(Integer outcomesScoresCount) Difference made by outcome criteria to number of sessions qualified for Action map.perSegmentCounts(List<SegmentEstimateCount> perSegmentCounts) Number of sessions qualified for Action map per segment.qualifiedSessionCount(Integer qualifiedSessionCount) Number of sessions qualified for Action map.voidsetOutcomesScoresCount(Integer outcomesScoresCount) voidsetPerSegmentCounts(List<SegmentEstimateCount> perSegmentCounts) voidsetQualifiedSessionCount(Integer qualifiedSessionCount) voidsetTotalSessionCount(Integer totalSessionCount) toString()totalSessionCount(Integer totalSessionCount) Total number of sessions.
-
Constructor Details
-
ActionMapEstimateResult
public ActionMapEstimateResult() -
ActionMapEstimateResult
-
-
Method Details
-
qualifiedSessionCount
Number of sessions qualified for Action map. -
getQualifiedSessionCount
-
setQualifiedSessionCount
-
totalSessionCount
Total number of sessions. -
getTotalSessionCount
-
setTotalSessionCount
-
perSegmentCounts
Number of sessions qualified for Action map per segment. -
getPerSegmentCounts
-
setPerSegmentCounts
-
outcomesScoresCount
Difference made by outcome criteria to number of sessions qualified for Action map. -
getOutcomesScoresCount
-
setOutcomesScoresCount
-
equals
-
hashCode
public int hashCode() -
toString
-