Class ParallelBranchFinishedData
java.lang.Object
io.github.guoshiqiufeng.dify.chat.dto.response.message.CompletionData
io.github.guoshiqiufeng.dify.chat.dto.response.message.ParallelBranchStartedData
io.github.guoshiqiufeng.dify.chat.dto.response.message.ParallelBranchFinishedData
- All Implemented Interfaces:
Serializable
- Since:
- 2025/5/29 10:39
- Version:
- 1.0.3
- Author:
- yanghq
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.guoshiqiufeng.dify.chat.dto.response.message.ParallelBranchStartedData
getCreatedAt, getIterationId, getLoopId, getParallelBranchId, getParallelId, getParentParallelId, getParentParallelStartNodeId, setCreatedAt, setIterationId, setLoopId, setParallelBranchId, setParallelId, setParentParallelId, setParentParallelStartNodeId
-
Constructor Details
-
ParallelBranchFinishedData
public ParallelBranchFinishedData()
-
-
Method Details
-
getStatus
-
getError
-
setStatus
-
setError
-
toString
- Overrides:
toStringin classParallelBranchStartedData
-
equals
- Overrides:
equalsin classParallelBranchStartedData
-
canEqual
- Overrides:
canEqualin classParallelBranchStartedData
-
hashCode
public int hashCode()- Overrides:
hashCodein classParallelBranchStartedData
-