Package com.mypurecloud.sdk.v2.model
Class V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo
java.lang.Object
com.mypurecloud.sdk.v2.model.V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo
- All Implemented Interfaces:
Serializable
public class V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo
extends Object
implements Serializable
V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionV2FlowExecutionDataFlowidTopicFlowErrorWarningInfo(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecutionId(String executionId) If applicable, the executionId for the executionItem that invoked the error or warning.inthashCode()If applicable, the objectId for the executionItem that invoked the error or warning.The reason a executionItem encountered an error or warning.voidsetExecutionId(String executionId) voidsetObjectId(String objectId) voidtoString()
-
Constructor Details
-
V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo
public V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo() -
V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo
-
-
Method Details
-
reason
The reason a executionItem encountered an error or warning. -
getReason
-
setReason
-
executionId
If applicable, the executionId for the executionItem that invoked the error or warning. -
getExecutionId
-
setExecutionId
-
objectId
If applicable, the objectId for the executionItem that invoked the error or warning. -
getObjectId
-
setObjectId
-
equals
-
hashCode
public int hashCode() -
toString
-