Package com.mypurecloud.sdk.v2.model
Class FlowMetricsTopicFlowOutcome
java.lang.Object
com.mypurecloud.sdk.v2.model.FlowMetricsTopicFlowOutcome
- All Implemented Interfaces:
Serializable
FlowMetricsTopicFlowOutcome
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowOutcome(String flowOutcome) Combination of unique flow outcome identifier and its value separated by colonflowOutcomeId(String flowOutcomeId) Unique identifier of a flow outcomeflowOutcomeValue(String flowOutcomeValue) Flow outcome value, e.g.inthashCode()voidsetFlowOutcome(String flowOutcome) voidsetFlowOutcomeId(String flowOutcomeId) voidsetFlowOutcomeValue(String flowOutcomeValue) toString()
-
Constructor Details
-
FlowMetricsTopicFlowOutcome
public FlowMetricsTopicFlowOutcome() -
FlowMetricsTopicFlowOutcome
-
-
Method Details
-
flowOutcome
Combination of unique flow outcome identifier and its value separated by colon -
getFlowOutcome
-
setFlowOutcome
-
flowOutcomeId
Unique identifier of a flow outcome -
getFlowOutcomeId
-
setFlowOutcomeId
-
flowOutcomeValue
Flow outcome value, e.g. SUCCESS -
getFlowOutcomeValue
-
setFlowOutcomeValue
-
equals
-
hashCode
public int hashCode() -
toString
-