Package com.mypurecloud.sdk.v2.model
Class OutcomePercentileCondition
java.lang.Object
com.mypurecloud.sdk.v2.model.OutcomePercentileCondition
- All Implemented Interfaces:
Serializable
OutcomePercentileCondition
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfallbackPercentile(Float fallbackPercentile) Additional percentile condition, where if set, the action map will trigger if the current outcome percentile is lower or equal to the value.inthashCode()maximumPercentile(Float maximumPercentile) Percentile value for the selected outcome, at or above which the action map will trigger.The outcome ID.voidsetFallbackPercentile(Float fallbackPercentile) voidsetMaximumPercentile(Float maximumPercentile) voidsetOutcomeId(String outcomeId) toString()
-
Constructor Details
-
OutcomePercentileCondition
public OutcomePercentileCondition() -
OutcomePercentileCondition
-
-
Method Details
-
outcomeId
The outcome ID. -
getOutcomeId
-
setOutcomeId
-
maximumPercentile
Percentile value for the selected outcome, at or above which the action map will trigger. -
getMaximumPercentile
-
setMaximumPercentile
-
fallbackPercentile
Additional percentile condition, where if set, the action map will trigger if the current outcome percentile is lower or equal to the value. -
getFallbackPercentile
-
setFallbackPercentile
-
equals
-
hashCode
public int hashCode() -
toString
-