public class DocumentQuery extends AbstractModel
header, skipSign
Constructor and Description |
---|
DocumentQuery() |
DocumentQuery(DocumentQuery 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()
Get 文件ids
|
String[] |
getDocumentSetName()
Get 文件名集合
|
String |
getFilter()
Get 使用创建 CollectionView 指定的 Filter 索引的字段设置查询过滤表达式
|
void |
setDocumentSetId(String[] DocumentSetId)
Set 文件ids
|
void |
setDocumentSetName(String[] DocumentSetName)
Set 文件名集合
|
void |
setFilter(String Filter)
Set 使用创建 CollectionView 指定的 Filter 索引的字段设置查询过滤表达式
|
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 DocumentQuery()
public DocumentQuery(DocumentQuery source)
public String[] getDocumentSetId()
public void setDocumentSetId(String[] DocumentSetId)
DocumentSetId
- 文件idspublic String[] getDocumentSetName()
public void setDocumentSetName(String[] DocumentSetName)
DocumentSetName
- 文件名集合public String getFilter()
public void setFilter(String Filter)
Filter
- 使用创建 CollectionView 指定的 Filter 索引的字段设置查询过滤表达式Copyright © 2025. All rights reserved.