public class WebContent extends AbstractModel
header, skipSign
Constructor and Description |
---|
WebContent() |
WebContent(WebContent 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 |
getChunkIndex()
Get 切片索引
|
String |
getContent()
Get 网页内容
|
String |
getQuery()
Get 搜素问题
|
String |
getScore()
Get 分数
|
String |
getTime()
Get 时间
|
String |
getTitle()
Get 标题
|
String |
getUrl()
Get 链接
|
void |
setChunkIndex(String ChunkIndex)
Set 切片索引
|
void |
setContent(String Content)
Set 网页内容
|
void |
setQuery(String Query)
Set 搜素问题
|
void |
setScore(String Score)
Set 分数
|
void |
setTime(String Time)
Set 时间
|
void |
setTitle(String Title)
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, toJsonString
public WebContent()
public WebContent(WebContent source)
public String getQuery()
public void setQuery(String Query)
Query
- 搜素问题public String getTitle()
public void setTitle(String Title)
Title
- 标题public String getUrl()
public void setUrl(String Url)
Url
- 链接public String getTime()
public void setTime(String Time)
Time
- 时间public String getContent()
public void setContent(String Content)
Content
- 网页内容public String getChunkIndex()
public void setChunkIndex(String ChunkIndex)
ChunkIndex
- 切片索引public String getScore()
public void setScore(String Score)
Score
- 分数Copyright © 2025. All rights reserved.