Class SegmentParam
java.lang.Object
io.github.guoshiqiufeng.dify.dataset.dto.request.SegmentParam
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SegmentUpdateParam
- Since:
- 2025/3/13 17:29
- Version:
- 1.0
- Author:
- yanghq
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()setContent(String content) setEnabled(Boolean enabled) setKeywords(List<String> keywords) setRegenerateChildChunks(Boolean regenerateChildChunks) toString()
-
Constructor Details
-
SegmentParam
public SegmentParam()
-
-
Method Details
-
getContent
-
getAnswer
-
getKeywords
-
getEnabled
-
getRegenerateChildChunks
-
setContent
- Returns:
this.
-
setAnswer
- Returns:
this.
-
setKeywords
- Returns:
this.
-
setEnabled
- Returns:
this.
-
setRegenerateChildChunks
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-