public class SingleFeedIdentifier extends java.lang.Object implements FeedIdentifier
FeedIdentifier.Type| Constructor and Description |
|---|
SingleFeedIdentifier(java.lang.String gfyId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
FeedType |
getType() |
int |
hashCode() |
java.lang.String |
toName() |
java.lang.String |
toUniqueIdentifier()
Get a unique feed identifier representation.
|
public FeedType getType()
getType in interface FeedIdentifierpublic java.lang.String toName()
toName in interface FeedIdentifierpublic java.lang.String toUniqueIdentifier()
FeedIdentifierFeedIdentifier using returned string with FeedIdentifierFactory.fromUniqueIdentifier(String)toUniqueIdentifier in interface FeedIdentifierFeedIdentifier.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object