Class ExternalKnowledgeInfo
java.lang.Object
io.github.guoshiqiufeng.dify.dataset.dto.response.ExternalKnowledgeInfo
- All Implemented Interfaces:
Serializable
- Since:
- 2025/5/15 14:24
- Version:
- 1.0
- Author:
- yanghq
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean外部知识库 API_ID外部知识库 IDinthashCode()voidsetExternalKnowledgeApiEndpoint(String externalKnowledgeApiEndpoint) voidsetExternalKnowledgeApiId(String externalKnowledgeApiId) 外部知识库 API_IDvoidsetExternalKnowledgeApiName(String externalKnowledgeApiName) voidsetExternalKnowledgeId(String externalKnowledgeId) 外部知识库 IDtoString()
-
Constructor Details
-
ExternalKnowledgeInfo
public ExternalKnowledgeInfo()
-
-
Method Details
-
getExternalKnowledgeId
外部知识库 ID -
getExternalKnowledgeApiId
外部知识库 API_ID -
getExternalKnowledgeApiName
-
getExternalKnowledgeApiEndpoint
-
setExternalKnowledgeId
外部知识库 ID -
setExternalKnowledgeApiId
外部知识库 API_ID -
setExternalKnowledgeApiName
-
setExternalKnowledgeApiEndpoint
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-