public class SearchResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
SearchResult() |
SearchResult(SearchResult 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 |
getIcon()
Get 搜索引文图标
|
Long |
getIndex()
Get 搜索引文序号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getText()
Get 搜索引文站点名
|
String |
getTitle()
Get 搜索引文标题
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUrl()
Get 搜索引文链接
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIcon(String Icon)
Set 搜索引文图标
|
void |
setIndex(Long Index)
Set 搜索引文序号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setText(String Text)
Set 搜索引文站点名
|
void |
setTitle(String Title)
Set 搜索引文标题
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUrl(String Url)
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 SearchResult()
public SearchResult(SearchResult source)
public Long getIndex()
public void setIndex(Long Index)
Index
- 搜索引文序号
注意:此字段可能返回 null,表示取不到有效值。public String getTitle()
public void setTitle(String Title)
Title
- 搜索引文标题
注意:此字段可能返回 null,表示取不到有效值。public String getUrl()
public void setUrl(String Url)
Url
- 搜索引文链接
注意:此字段可能返回 null,表示取不到有效值。public String getText()
public void setText(String Text)
Text
- 搜索引文站点名public String getIcon()
public void setIcon(String Icon)
Icon
- 搜索引文图标Copyright © 2025. All rights reserved.