public class RssItem extends Object
Constructor and Description |
---|
RssItem(String type,
String title,
String link,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getDescription() |
String |
getLink() |
String |
getTitle() |
String |
getType() |
public String getType()
public String getDescription()
public String getLink()
public String getTitle()
public String getContent() throws IOException
IOException
Copyright © 2016 The Codehaus Foundation. All rights reserved.