public class UploadKnowledgeDocumentSetRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UploadKnowledgeDocumentSetRequest() | 
| UploadKnowledgeDocumentSetRequest(UploadKnowledgeDocumentSetRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCollectionView()Get 知识库标识 | 
| String | getCosUrl()Get 腾讯云文件存储位置的可读地址 | 
| String | getDelimiter()Get 使用 regex 分割文档 | 
| String | getDocumentDesc()Get 对文件的描述 | 
| String | getDocumentSetId()Get 文件id | 
| String | getDocumentType()Get 文件类型,例如: .docx, .md | 
| String | getEnvId()Get 环境ID | 
| String | getFileId()Get Cos存储文件ID | 
| String | getFileMetaData()Get 文件元信息,为jsonstring | 
| String | getFileName()Get 状态;ENABLED启用;NOT_ENABLED不启用 | 
| String | getFileTitle()Get 文件标题 | 
| void | setCollectionView(String CollectionView)Set 知识库标识 | 
| void | setCosUrl(String CosUrl)Set 腾讯云文件存储位置的可读地址 | 
| void | setDelimiter(String Delimiter)Set 使用 regex 分割文档 | 
| void | setDocumentDesc(String DocumentDesc)Set 对文件的描述 | 
| void | setDocumentSetId(String DocumentSetId)Set 文件id | 
| void | setDocumentType(String DocumentType)Set 文件类型,例如: .docx, .md | 
| void | setEnvId(String EnvId)Set 环境ID | 
| void | setFileId(String FileId)Set Cos存储文件ID | 
| void | setFileMetaData(String FileMetaData)Set 文件元信息,为jsonstring | 
| void | setFileName(String FileName)Set 状态;ENABLED启用;NOT_ENABLED不启用 | 
| void | setFileTitle(String FileTitle)Set 文件标题 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UploadKnowledgeDocumentSetRequest()
public UploadKnowledgeDocumentSetRequest(UploadKnowledgeDocumentSetRequest source)
public String getEnvId()
public void setEnvId(String EnvId)
EnvId - 环境IDpublic String getCollectionView()
public void setCollectionView(String CollectionView)
CollectionView - 知识库标识public String getFileName()
public void setFileName(String FileName)
FileName - 状态;ENABLED启用;NOT_ENABLED不启用public String getCosUrl()
public void setCosUrl(String CosUrl)
CosUrl - 腾讯云文件存储位置的可读地址public String getDocumentType()
public void setDocumentType(String DocumentType)
DocumentType - 文件类型,例如: .docx, .mdpublic String getDocumentDesc()
public void setDocumentDesc(String DocumentDesc)
DocumentDesc - 对文件的描述public String getFileTitle()
public void setFileTitle(String FileTitle)
FileTitle - 文件标题public String getFileMetaData()
public void setFileMetaData(String FileMetaData)
FileMetaData - 文件元信息,为jsonstringpublic String getDocumentSetId()
public void setDocumentSetId(String DocumentSetId)
DocumentSetId - 文件idpublic String getDelimiter()
public void setDelimiter(String Delimiter)
Delimiter - 使用 regex 分割文档public String getFileId()
public void setFileId(String FileId)
FileId - Cos存储文件IDCopyright © 2025. All rights reserved.