public class RSS2Item extends FeedItem
https://validator.w3.org/feed/docs/rss2.html
,
https://cyber.harvard.edu/rss/rss.html
,
http://abcnews.go.com/abcnews/topstories
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
RSS2Item.Enclosure |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getComments() |
String |
getDescription() |
RSS2Item.Enclosure |
getEnclosure() |
String |
getGuid() |
String |
getTitle() |
void |
setAuthor(String author) |
void |
setComments(String comments) |
void |
setDescription(String description) |
void |
setEnclosure(RSS2Item.Enclosure enclosure) |
void |
setGuid(String guid) |
void |
setTitle(String title) |
equals, getAttributes, getAttributeValue, getCategory, getDisplayName, getId, getLastModDate, getPublishDate, getSource, getUrl, hashCode, setAttribute, setAttributes, setCategory, setId, setLastModDate, setPublishDate, setSource, setUrl
public RSS2Item()
public RSS2Item(String json)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public RSS2Item.Enclosure getEnclosure()
public void setEnclosure(RSS2Item.Enclosure enclosure)
public String getAuthor()
public void setAuthor(String author)
public String getComments()
public void setComments(String comments)
public String getGuid()
public void setGuid(String guid)
Copyright © 2018. All rights reserved.