public class SearchDocRsp extends AbstractModel
header, skipSign
Constructor and Description |
---|
SearchDocRsp() |
SearchDocRsp(SearchDocRsp 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 |
---|---|
SearchDocInfo[] |
getDocInfos()
Get 文档基本信息
|
Long |
getTotal()
Get 文档总数
|
void |
setDocInfos(SearchDocInfo[] DocInfos)
Set 文档基本信息
|
void |
setTotal(Long Total)
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, toJsonString
public SearchDocRsp()
public SearchDocRsp(SearchDocRsp source)
public SearchDocInfo[] getDocInfos()
public void setDocInfos(SearchDocInfo[] DocInfos)
DocInfos
- 文档基本信息public Long getTotal()
public void setTotal(Long Total)
Total
- 文档总数Copyright © 2025. All rights reserved.