public class Feed
extends java.lang.Object
| Constructor and Description |
|---|
Feed()
Create a new instance of Feed.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FeedChannel> |
getChannels()
Get the list of channels.
|
java.lang.String |
toString()
Return a string-based description of the feed metadata.
|
public java.util.List<FeedChannel> getChannels()
public java.lang.String toString()
toString in class java.lang.Object