public class KnowledgeDocumentSet extends AbstractModel
header, skipSign
Constructor and Description |
---|
KnowledgeDocumentSet() |
KnowledgeDocumentSet(KnowledgeDocumentSet 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
|
KnowledgeDocumentSetInfo |
getDocumentSetInfo()
Get 文件详情
|
String |
getDocumentSetName()
Get 文档名
|
String |
getErrMsg()
Get 文件上传失败的具体原因
|
String |
getFileId()
Get Cos存储文件ID
|
String |
getFileMetaData()
Get 文档元信息,必须为jsonstring
|
String |
getFileTitle()
Get 文档标题
|
String |
getName()
Get 未使用
|
KnowledgeSplitterPreprocess |
getSplitterPreprocess()
Get 文件拆分信息
|
String |
getText()
Get 文件完整内容。
|
String |
getTextPrefix()
Get 文件内容前 200个字符。
|
void |
setAuthor(String Author)
Set 作者
|
void |
setDocStatus(String DocStatus)
Set 上传文件状态
|
void |
setDocumentSetId(String DocumentSetId)
Set 文档id
|
void |
setDocumentSetInfo(KnowledgeDocumentSetInfo 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 未使用
|
void |
setSplitterPreprocess(KnowledgeSplitterPreprocess SplitterPreprocess)
Set 文件拆分信息
|
void |
setText(String Text)
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, toJsonString
public KnowledgeDocumentSet()
public KnowledgeDocumentSet(KnowledgeDocumentSet source)
public String getDocumentSetId()
public void setDocumentSetId(String DocumentSetId)
DocumentSetId
- 文档idpublic String getDocumentSetName()
public void setDocumentSetName(String DocumentSetName)
DocumentSetName
- 文档名public String getText()
public void setText(String Text)
Text
- 文件完整内容。public String getTextPrefix()
public void setTextPrefix(String TextPrefix)
TextPrefix
- 文件内容前 200个字符。public KnowledgeDocumentSetInfo getDocumentSetInfo()
public void setDocumentSetInfo(KnowledgeDocumentSetInfo DocumentSetInfo)
DocumentSetInfo
- 文件详情public KnowledgeSplitterPreprocess getSplitterPreprocess()
public void setSplitterPreprocess(KnowledgeSplitterPreprocess SplitterPreprocess)
SplitterPreprocess
- 文件拆分信息public String getName()
public void setName(String Name)
Name
- 未使用public String getFileTitle()
public void setFileTitle(String FileTitle)
FileTitle
- 文档标题public String getFileMetaData()
public void setFileMetaData(String FileMetaData)
FileMetaData
- 文档元信息,必须为jsonstringpublic 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.