public class FeedDescription
extends java.lang.Object
| Constructor and Description |
|---|
FeedDescription(boolean isClosed,
FeedIdentifier identifier,
java.lang.String digest)
For tests
|
FeedDescription(boolean isClosed,
FeedIdentifier identifier,
java.lang.String digest,
long creationTime)
Used by SDK internally.
|
FeedDescription(FeedIdentifier feedIdentifier)
Creates empty closed
FeedDescription. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
long |
getCreationTime() |
java.lang.String |
getDigest() |
FeedIdentifier |
getIdentifier() |
int |
hashCode() |
boolean |
isClosed() |
java.lang.String |
toString() |
public FeedDescription(FeedIdentifier feedIdentifier)
FeedDescription.feedIdentifier - that FeedDescription should point to.public FeedDescription(boolean isClosed,
FeedIdentifier identifier,
java.lang.String digest)
public FeedDescription(boolean isClosed,
FeedIdentifier identifier,
java.lang.String digest,
long creationTime)
public boolean isClosed()
public FeedIdentifier getIdentifier()
FeedIdentifier that FeedDescription is pointing too.public long getCreationTime()
public java.lang.String getDigest()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object