Class NodeFinishedData
java.lang.Object
io.github.guoshiqiufeng.dify.chat.dto.response.message.CompletionData
io.github.guoshiqiufeng.dify.chat.dto.response.message.NodeStartedData
io.github.guoshiqiufeng.dify.chat.dto.response.message.NodeFinishedData
- All Implemented Interfaces:
Serializable
- Since:
- 2025/4/15 17:49
- Version:
- 1.0
- Author:
- yanghq
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetError()inthashCode()voidsetElapsedTime(Integer elapsedTime) voidvoidsetExecutionMetadata(NodeFinishedData.ExecutionMetadata executionMetadata) voidsetOutputs(Map<String, Object> outputs) voidsetProcessData(Map<String, Object> processData) voidtoString()Methods inherited from class io.github.guoshiqiufeng.dify.chat.dto.response.message.NodeStartedData
getCreatedAt, getId, getIndex, getInputs, getNodeId, getNodeType, getPredecessorNodeId, getTitle, setCreatedAt, setId, setIndex, setInputs, setNodeId, setNodeType, setPredecessorNodeId, setTitle
-
Constructor Details
-
NodeFinishedData
public NodeFinishedData()
-
-
Method Details
-
getProcessData
-
getOutputs
-
getStatus
-
getError
-
getElapsedTime
-
getExecutionMetadata
-
setProcessData
-
setOutputs
-
setStatus
-
setError
-
setElapsedTime
-
setExecutionMetadata
-
equals
- Overrides:
equalsin classNodeStartedData
-
canEqual
- Overrides:
canEqualin classNodeStartedData
-
hashCode
public int hashCode()- Overrides:
hashCodein classNodeStartedData
-
toString
- Overrides:
toStringin classNodeStartedData
-