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 索引 | 
| String | getName()Get 标题 | 
| Long | getPublishedTime()Get 1740412800 | 
| String | getSite()Get 站点 | 
| String | getSnippet()Get 摘要 | 
| String | getUrl()Get 链接地址 | 
| void | setIcon(String Icon)Set 图标 | 
| void | setIndex(Long Index)Set 索引 | 
| void | setName(String Name)Set 标题 | 
| void | setPublishedTime(Long PublishedTime)Set 1740412800 | 
| void | setSite(String Site)Set 站点 | 
| void | setSnippet(String Snippet)Set 摘要 | 
| void | setUrl(String Url)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, toJsonStringpublic SearchResult()
public SearchResult(SearchResult source)
public Long getIndex()
public void setIndex(Long Index)
Index - 索引public String getUrl()
public void setUrl(String Url)
Url - 链接地址public String getName()
public void setName(String Name)
Name - 标题public String getSnippet()
public void setSnippet(String Snippet)
Snippet - 摘要public String getIcon()
public void setIcon(String Icon)
Icon - 图标public String getSite()
public void setSite(String Site)
Site - 站点public Long getPublishedTime()
public void setPublishedTime(Long PublishedTime)
PublishedTime - 1740412800Copyright © 2025. All rights reserved.