Package com.vk.api.sdk.objects.utils
Class StatsCountry
- java.lang.Object
-
- com.vk.api.sdk.objects.utils.StatsCountry
-
-
Constructor Summary
Constructors Constructor Description StatsCountry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.IntegergetCountryId()java.lang.IntegergetViews()inthashCode()StatsCountrysetCountryId(java.lang.Integer countryId)StatsCountrysetViews(java.lang.Integer views)java.lang.StringtoPrettyString()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.vk.api.sdk.objects.Validable
validateRequired
-
-
-
-
Method Detail
-
getCountryId
public java.lang.Integer getCountryId()
-
setCountryId
public StatsCountry setCountryId(java.lang.Integer countryId)
-
getViews
public java.lang.Integer getViews()
-
setViews
public StatsCountry setViews(java.lang.Integer views)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toPrettyString
public java.lang.String toPrettyString()
-
-