Package com.mypurecloud.sdk.v2.model
Class V2FlowExecutionDataFlowidTopicFlowExecutionItem
java.lang.Object
com.mypurecloud.sdk.v2.model.V2FlowExecutionDataFlowidTopicFlowExecutionItem
- All Implemented Interfaces:
Serializable
V2FlowExecutionDataFlowidTopicFlowExecutionItem
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEvent generated when a Flow's Execution History is received and logged.executionId(String executionId) If applicable, the executionId for the executionItem.getError()inthashCode()languageTag(String languageTag) If applicable, the language tag associated set by the execution.If applicable, the actionId, menuId or taskId for the executionItem.objectType(String objectType) The type of executionItem that was executed.outputPathId(String outputPathId) If applicable, the identifier of the OutputPath that was taken.voidvoidsetExecutionId(String executionId) voidsetLanguageTag(String languageTag) voidsetObjectId(String objectId) voidsetObjectType(String objectType) voidsetOutputPathId(String outputPathId) voidsetStartDateTime(Date startDateTime) voidstartDateTime(Date startDateTime) This is the starting time of the executionItem.toString()Event generated when a Flow's Execution History is received and logged.
-
Constructor Details
-
V2FlowExecutionDataFlowidTopicFlowExecutionItem
public V2FlowExecutionDataFlowidTopicFlowExecutionItem() -
V2FlowExecutionDataFlowidTopicFlowExecutionItem
-
-
Method Details
-
objectType
The type of executionItem that was executed. -
getObjectType
-
setObjectType
-
objectId
If applicable, the actionId, menuId or taskId for the executionItem. -
getObjectId
-
setObjectId
-
outputPathId
If applicable, the identifier of the OutputPath that was taken. -
getOutputPathId
-
setOutputPathId
-
executionId
If applicable, the executionId for the executionItem. -
getExecutionId
-
setExecutionId
-
startDateTime
This is the starting time of the executionItem. -
getStartDateTime
-
setStartDateTime
-
error
public V2FlowExecutionDataFlowidTopicFlowExecutionItem error(V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo error) Event generated when a Flow's Execution History is received and logged. -
getError
-
setError
-
warning
public V2FlowExecutionDataFlowidTopicFlowExecutionItem warning(V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo warning) Event generated when a Flow's Execution History is received and logged. -
getWarning
-
setWarning
-
languageTag
If applicable, the language tag associated set by the execution. -
getLanguageTag
-
setLanguageTag
-
equals
-
hashCode
public int hashCode() -
toString
-