public class QureyKnowledgeDocumentSet extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QureyKnowledgeDocumentSet() | 
| QureyKnowledgeDocumentSet(QureyKnowledgeDocumentSet 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 | getAuthor()Get 作者 | 
| String | getDocStatus()Get 文档上传状态 | 
| String | getDocumentSetId()Get 文件id | 
| QureyKnowledgeDocumentSetInfo | getDocumentSetInfo()Get 文件详情 | 
| String | getDocumentSetName()Get 文件名 | 
| String | getErrMsg()Get 上传文件失败时具体的错误消息 | 
| String | getFileId()Get Cos存储文件ID | 
| String | getFileMetaData()Get 文件元信息,必须为jsonstring | 
| String | getFileTitle()Get 文件标题 | 
| String | getName()Get name | 
| KnowledgeSplitterPreprocess | getSplitterPreprocess()Get 文件拆分信息 | 
| String | getTextPrefix()Get 文件内容前 200个字符。 | 
| void | setAuthor(String Author)Set 作者 | 
| void | setDocStatus(String DocStatus)Set 文档上传状态 | 
| void | setDocumentSetId(String DocumentSetId)Set 文件id | 
| void | setDocumentSetInfo(QureyKnowledgeDocumentSetInfo DocumentSetInfo)Set 文件详情 | 
| void | setDocumentSetName(String DocumentSetName)Set 文件名 | 
| void | setErrMsg(String ErrMsg)Set 上传文件失败时具体的错误消息 | 
| void | setFileId(String FileId)Set Cos存储文件ID | 
| void | setFileMetaData(String FileMetaData)Set 文件元信息,必须为jsonstring | 
| void | setFileTitle(String FileTitle)Set 文件标题 | 
| void | setName(String Name)Set name | 
| void | setSplitterPreprocess(KnowledgeSplitterPreprocess SplitterPreprocess)Set 文件拆分信息 | 
| void | setTextPrefix(String TextPrefix)Set 文件内容前 200个字符。 | 
| 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 QureyKnowledgeDocumentSet()
public QureyKnowledgeDocumentSet(QureyKnowledgeDocumentSet source)
public String getDocumentSetId()
public void setDocumentSetId(String DocumentSetId)
DocumentSetId - 文件idpublic String getDocumentSetName()
public void setDocumentSetName(String DocumentSetName)
DocumentSetName - 文件名public String getTextPrefix()
public void setTextPrefix(String TextPrefix)
TextPrefix - 文件内容前 200个字符。public KnowledgeSplitterPreprocess getSplitterPreprocess()
public void setSplitterPreprocess(KnowledgeSplitterPreprocess SplitterPreprocess)
SplitterPreprocess - 文件拆分信息public QureyKnowledgeDocumentSetInfo getDocumentSetInfo()
public void setDocumentSetInfo(QureyKnowledgeDocumentSetInfo DocumentSetInfo)
DocumentSetInfo - 文件详情public String getFileTitle()
public void setFileTitle(String FileTitle)
FileTitle - 文件标题public String getFileMetaData()
public void setFileMetaData(String FileMetaData)
FileMetaData - 文件元信息,必须为jsonstringpublic String getName()
public void setName(String Name)
Name - namepublic String getAuthor()
public void setAuthor(String Author)
Author - 作者public String getDocStatus()
public void setDocStatus(String DocStatus)
DocStatus - 文档上传状态public String getErrMsg()
public void setErrMsg(String ErrMsg)
ErrMsg - 上传文件失败时具体的错误消息public String getFileId()
public void setFileId(String FileId)
FileId - Cos存储文件IDCopyright © 2025. All rights reserved.