Class ParallelBranchStartedData
java.lang.Object
io.github.guoshiqiufeng.dify.chat.dto.response.message.CompletionData
io.github.guoshiqiufeng.dify.chat.dto.response.message.ParallelBranchStartedData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParallelBranchFinishedData
- Since:
- 2025/5/29 10:30
- Version:
- 1.0.3
- Author:
- yanghq
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleancreated_at (timestamp) 创建时间inthashCode()voidsetCreatedAt(Long createdAt) created_at (timestamp) 创建时间voidsetIterationId(String iterationId) voidvoidsetParallelBranchId(String parallelBranchId) voidsetParallelId(String parallelId) voidsetParentParallelId(String parentParallelId) voidsetParentParallelStartNodeId(String parentParallelStartNodeId) toString()
-
Constructor Details
-
ParallelBranchStartedData
public ParallelBranchStartedData()
-
-
Method Details
-
getParallelId
-
getParallelBranchId
-
getParentParallelId
-
getParentParallelStartNodeId
-
getIterationId
-
getLoopId
-
getCreatedAt
created_at (timestamp) 创建时间 -
setParallelId
-
setParallelBranchId
-
setParentParallelId
-
setParentParallelStartNodeId
-
setIterationId
-
setLoopId
-
setCreatedAt
created_at (timestamp) 创建时间 -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-