public class SearchInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SearchInfo() |
SearchInfo(SearchInfo 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 |
---|---|
Mindmap |
getMindmap()
Get 脑图(回复中不一定存在,流式协议中,仅在最后一条流式数据中返回)
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getOutline()
Get 搜索回复大纲(深度模式下返回)
注意:此字段可能返回 null,表示取不到有效值。
|
RelevantEntity[] |
getRelevantEntities()
Get 相关组织及人物(回复中不一定存在,流式协议中,仅在最后一条流式数据中返回,深度模式下返回)
注意:此字段可能返回 null,表示取不到有效值。
|
RelevantEvent[] |
getRelevantEvents()
Get 相关事件(回复中不一定存在,流式协议中,仅在最后一条流式数据中返回,深度模式下返回)
注意:此字段可能返回 null,表示取不到有效值。
|
SearchResult[] |
getSearchResults()
Get 搜索引文信息
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getSupportDeepSearch()
Get 是否命中搜索深度模式
注意:此字段可能返回 null,表示取不到有效值。
|
Timeline[] |
getTimeline()
Get 时间线(回复中不一定存在,流式协议中,仅在最后一条流式数据中返回,深度模式下返回)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMindmap(Mindmap Mindmap)
Set 脑图(回复中不一定存在,流式协议中,仅在最后一条流式数据中返回)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOutline(String[] Outline)
Set 搜索回复大纲(深度模式下返回)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRelevantEntities(RelevantEntity[] RelevantEntities)
Set 相关组织及人物(回复中不一定存在,流式协议中,仅在最后一条流式数据中返回,深度模式下返回)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRelevantEvents(RelevantEvent[] RelevantEvents)
Set 相关事件(回复中不一定存在,流式协议中,仅在最后一条流式数据中返回,深度模式下返回)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSearchResults(SearchResult[] SearchResults)
Set 搜索引文信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSupportDeepSearch(Boolean SupportDeepSearch)
Set 是否命中搜索深度模式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTimeline(Timeline[] Timeline)
Set 时间线(回复中不一定存在,流式协议中,仅在最后一条流式数据中返回,深度模式下返回)
注意:此字段可能返回 null,表示取不到有效值。
|
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 SearchInfo()
public SearchInfo(SearchInfo source)
public SearchResult[] getSearchResults()
public void setSearchResults(SearchResult[] SearchResults)
SearchResults
- 搜索引文信息
注意:此字段可能返回 null,表示取不到有效值。public Mindmap getMindmap()
public void setMindmap(Mindmap Mindmap)
Mindmap
- 脑图(回复中不一定存在,流式协议中,仅在最后一条流式数据中返回)
注意:此字段可能返回 null,表示取不到有效值。public RelevantEvent[] getRelevantEvents()
public void setRelevantEvents(RelevantEvent[] RelevantEvents)
RelevantEvents
- 相关事件(回复中不一定存在,流式协议中,仅在最后一条流式数据中返回,深度模式下返回)
注意:此字段可能返回 null,表示取不到有效值。public RelevantEntity[] getRelevantEntities()
public void setRelevantEntities(RelevantEntity[] RelevantEntities)
RelevantEntities
- 相关组织及人物(回复中不一定存在,流式协议中,仅在最后一条流式数据中返回,深度模式下返回)
注意:此字段可能返回 null,表示取不到有效值。public Timeline[] getTimeline()
public void setTimeline(Timeline[] Timeline)
Timeline
- 时间线(回复中不一定存在,流式协议中,仅在最后一条流式数据中返回,深度模式下返回)
注意:此字段可能返回 null,表示取不到有效值。public Boolean getSupportDeepSearch()
public void setSupportDeepSearch(Boolean SupportDeepSearch)
SupportDeepSearch
- 是否命中搜索深度模式
注意:此字段可能返回 null,表示取不到有效值。public String[] getOutline()
public void setOutline(String[] Outline)
Outline
- 搜索回复大纲(深度模式下返回)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.