| Constructor and Description |
|---|
RepostsInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getCount() |
java.lang.Integer |
getMailCount() |
BoolInt |
getUserReposted() |
java.lang.Integer |
getWallCount() |
int |
hashCode() |
boolean |
isUserReposted() |
RepostsInfo |
setCount(java.lang.Integer count) |
RepostsInfo |
setMailCount(java.lang.Integer mailCount) |
RepostsInfo |
setWallCount(java.lang.Integer wallCount) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getCount()
public RepostsInfo setCount(java.lang.Integer count)
public java.lang.Integer getMailCount()
public RepostsInfo setMailCount(java.lang.Integer mailCount)
public boolean isUserReposted()
public BoolInt getUserReposted()
public java.lang.Integer getWallCount()
public RepostsInfo setWallCount(java.lang.Integer wallCount)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()