Package com.mypurecloud.sdk.v2.model
Class AnalyticsFlowOutcome
java.lang.Object
com.mypurecloud.sdk.v2.model.AnalyticsFlowOutcome
- All Implemented Interfaces:
Serializable
AnalyticsFlowOutcome
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanflowOutcome(String flowOutcome) Combination of unique flow outcome identifier and its value separated by colonflowOutcomeEndTimestamp(Date flowOutcomeEndTimestamp) The outcome ending timestamp in ISO 8601 format.flowOutcomeId(String flowOutcomeId) Unique identifier of a flow outcomeflowOutcomeStartTimestamp(Date flowOutcomeStartTimestamp) The outcome starting timestamp in ISO 8601 formatflowOutcomeValue(String flowOutcomeValue) Flow outcome value, e.g.inthashCode()voidsetFlowOutcome(String flowOutcome) voidsetFlowOutcomeEndTimestamp(Date flowOutcomeEndTimestamp) voidsetFlowOutcomeId(String flowOutcomeId) voidsetFlowOutcomeStartTimestamp(Date flowOutcomeStartTimestamp) voidsetFlowOutcomeValue(String flowOutcomeValue) toString()
-
Constructor Details
-
AnalyticsFlowOutcome
public AnalyticsFlowOutcome() -
AnalyticsFlowOutcome
-
-
Method Details
-
flowOutcome
Combination of unique flow outcome identifier and its value separated by colon -
getFlowOutcome
-
setFlowOutcome
-
flowOutcomeEndTimestamp
The outcome ending timestamp in ISO 8601 format. This may be null if the outcome did not succeed. -
getFlowOutcomeEndTimestamp
-
setFlowOutcomeEndTimestamp
-
flowOutcomeId
Unique identifier of a flow outcome -
getFlowOutcomeId
-
setFlowOutcomeId
-
flowOutcomeStartTimestamp
The outcome starting timestamp in ISO 8601 format -
getFlowOutcomeStartTimestamp
-
setFlowOutcomeStartTimestamp
-
flowOutcomeValue
Flow outcome value, e.g. SUCCESS -
getFlowOutcomeValue
-
setFlowOutcomeValue
-
equals
-
hashCode
public int hashCode() -
toString
-