Class PreProcessingRule
java.lang.Object
io.github.guoshiqiufeng.dify.dataset.dto.request.document.PreProcessingRule
- All Implemented Interfaces:
Serializable
- Since:
- 2025/3/13 15:24
- Version:
- 1.0
- Author:
- yanghq
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean是否选中该规则,不传入文档 ID 时代表默认值getId()预处理规则的唯一标识符 remove_extra_spaces,remove_urls_emailsinthashCode()voidsetEnabled(Boolean enabled) 是否选中该规则,不传入文档 ID 时代表默认值void预处理规则的唯一标识符 remove_extra_spaces,remove_urls_emailstoString()
-
Constructor Details
-
PreProcessingRule
-
-
Method Details
-
getId
预处理规则的唯一标识符 remove_extra_spaces,remove_urls_emails -
getEnabled
是否选中该规则,不传入文档 ID 时代表默认值 -
setId
预处理规则的唯一标识符 remove_extra_spaces,remove_urls_emails -
setEnabled
是否选中该规则,不传入文档 ID 时代表默认值 -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-