public class FeedData extends Object
| Constructor and Description |
|---|
FeedData() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
String |
getFeed() |
String |
getTitle() |
String |
getUrl() |
void |
setContent(InputStream input) |
void |
setTitle(String title) |
void |
setUrl(String url) |
public String getFeed()
public String getTitle()
public void setTitle(String title)
public String getUrl()
public void setUrl(String url)
public void setContent(InputStream input) throws Exception
Exceptionpublic byte[] getContent()
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.