public class WebPage extends AbstractModel
header, skipSign
Constructor and Description |
---|
WebPage() |
WebPage(WebPage 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 |
getContent()
Get Markdown 格式的网页正文
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSummary()
Get 网页摘要
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTime()
Get 网页收录时间。可能为空。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTitle()
Get 标题
|
String |
getUrl()
Get url
|
void |
setContent(String Content)
Set Markdown 格式的网页正文
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSummary(String Summary)
Set 网页摘要
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTime(String Time)
Set 网页收录时间。可能为空。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTitle(String Title)
Set 标题
|
void |
setUrl(String Url)
Set url
|
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 WebPage()
public WebPage(WebPage source)
public String getTitle()
public void setTitle(String Title)
Title
- 标题public String getUrl()
public void setUrl(String Url)
Url
- urlpublic String getSummary()
public void setSummary(String Summary)
Summary
- 网页摘要
注意:此字段可能返回 null,表示取不到有效值。public String getTime()
public void setTime(String Time)
Time
- 网页收录时间。可能为空。
注意:此字段可能返回 null,表示取不到有效值。public String getContent()
public void setContent(String Content)
Content
- Markdown 格式的网页正文
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.