public class DeleteDocsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteDocsRequest() |
DeleteDocsRequest(DeleteDocsRequest 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[] |
getDocIds()
Get 文档ID列表。支持批量删除,数量不超过100
|
String |
getKnowledgeBaseId()
Get 知识库ID
|
void |
setDocIds(String[] DocIds)
Set 文档ID列表。支持批量删除,数量不超过100
|
void |
setKnowledgeBaseId(String KnowledgeBaseId)
Set 知识库ID
|
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 DeleteDocsRequest()
public DeleteDocsRequest(DeleteDocsRequest source)
public String getKnowledgeBaseId()
public void setKnowledgeBaseId(String KnowledgeBaseId)
KnowledgeBaseId
- 知识库IDpublic String[] getDocIds()
public void setDocIds(String[] DocIds)
DocIds
- 文档ID列表。支持批量删除,数量不超过100Copyright © 2025. All rights reserved.