Package com.mypurecloud.sdk.v2.model
Class FlowExecutionDataQueryResult
java.lang.Object
com.mypurecloud.sdk.v2.model.FlowExecutionDataQueryResult
- All Implemented Interfaces:
Serializable
This is the metadata of an executionData entry for a flow.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of flow. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversationId(String conversationId) The id of the conversation that executed this flow.endDateTime(Date endDateTime) The end time for the execution of this flow.booleanflowErrorReason(String flowErrorReason) If the flow errored out this is the reason.The id of the flow that was executed.The name of the flow.The type of flow.flowVersion(String flowVersion) The version of the flow that was executed.flowWarningReason(String flowWarningReason) If the flow had a warning, this is the reason.getId()getName()inthashCode()voidsetConversationId(String conversationId) voidsetEndDateTime(Date endDateTime) voidsetFlowErrorReason(String flowErrorReason) voidvoidsetFlowName(String flowName) voidvoidsetFlowVersion(String flowVersion) voidsetFlowWarningReason(String flowWarningReason) voidvoidsetStartDateTime(Date startDateTime) voidsetWorkitemId(String workitemId) startDateTime(Date startDateTime) The start time for the execution of this flow.toString()workitemId(String workitemId) The id of the workitem that executed this flow.
-
Constructor Details
-
FlowExecutionDataQueryResult
public FlowExecutionDataQueryResult() -
FlowExecutionDataQueryResult
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
startDateTime
The start time for the execution of this flow. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartDateTime
-
setStartDateTime
-
endDateTime
The end time for the execution of this flow. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEndDateTime
-
setEndDateTime
-
flowId
The id of the flow that was executed. -
getFlowId
-
setFlowId
-
flowVersion
The version of the flow that was executed. -
getFlowVersion
-
setFlowVersion
-
conversationId
The id of the conversation that executed this flow. -
getConversationId
-
setConversationId
-
workitemId
The id of the workitem that executed this flow. -
getWorkitemId
-
setWorkitemId
-
flowType
The type of flow. -
getFlowType
-
setFlowType
-
flowErrorReason
If the flow errored out this is the reason. -
getFlowErrorReason
-
setFlowErrorReason
-
flowWarningReason
If the flow had a warning, this is the reason. -
getFlowWarningReason
-
setFlowWarningReason
-
flowName
The name of the flow. -
getFlowName
-
setFlowName
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-