public class News extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
content |
protected org.jsoup.nodes.Element |
contentElement |
protected String |
time |
protected String |
title |
protected String |
url |
| 构造器和说明 |
|---|
News() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
org.jsoup.nodes.Element |
getContentElement() |
String |
getTime() |
String |
getTitle() |
String |
getUrl() |
void |
setContent(String content) |
void |
setContentElement(org.jsoup.nodes.Element contentElement) |
void |
setTime(String time) |
void |
setTitle(String title) |
void |
setUrl(String url) |
String |
toString() |
protected String url
protected String title
protected String content
protected String time
protected org.jsoup.nodes.Element contentElement
public String getUrl()
public void setUrl(String url)
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public String getTime()
public void setTime(String time)
public org.jsoup.nodes.Element getContentElement()
public void setContentElement(org.jsoup.nodes.Element contentElement)
Copyright © 2017. All Rights Reserved.