public class UploadKnowledgeDocumentSetRsp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UploadKnowledgeDocumentSetRsp() | 
| UploadKnowledgeDocumentSetRsp(UploadKnowledgeDocumentSetRsp 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 | getDocumentSetId()Deprecated.   | 
| String | getDocumentSetName()Get 文件名 | 
| String | getFileId()Get Cos存储文件ID | 
| String | getFileMetaData()Get 文件元信息,为jsonstring | 
| String | getFileTitle()Get 文件标题 | 
| void | setDocumentSetId(String DocumentSetId)Deprecated.   | 
| void | setDocumentSetName(String DocumentSetName)Set 文件名 | 
| void | setFileId(String FileId)Set Cos存储文件ID | 
| void | setFileMetaData(String FileMetaData)Set 文件元信息,为jsonstring | 
| 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 UploadKnowledgeDocumentSetRsp()
public UploadKnowledgeDocumentSetRsp(UploadKnowledgeDocumentSetRsp source)
@Deprecated public String getDocumentSetId()
@Deprecated public void setDocumentSetId(String DocumentSetId)
DocumentSetId - 给文件分配的 ID 信息。public String getDocumentSetName()
public void setDocumentSetName(String DocumentSetName)
DocumentSetName - 文件名public String getFileTitle()
public void setFileTitle(String FileTitle)
FileTitle - 文件标题public String getFileMetaData()
public void setFileMetaData(String FileMetaData)
FileMetaData - 文件元信息,为jsonstringpublic String getFileId()
public void setFileId(String FileId)
FileId - Cos存储文件IDCopyright © 2025. All rights reserved.