| Constructor and Description |
|---|
StatsCountry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getCountryId() |
java.lang.Integer |
getViews() |
int |
hashCode() |
StatsCountry |
setCountryId(java.lang.Integer countryId) |
StatsCountry |
setViews(java.lang.Integer views) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getCountryId()
public StatsCountry setCountryId(java.lang.Integer countryId)
public java.lang.Integer getViews()
public StatsCountry setViews(java.lang.Integer views)
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()