Class GetDemographicsResponse
- java.lang.Object
-
- com.vk.api.sdk.objects.ads.responses.GetDemographicsResponse
-
-
Constructor Summary
Constructors Constructor Description GetDemographicsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.IntegergetId()DemostatsFormatgetStats()ObjectTypegetType()inthashCode()GetDemographicsResponsesetId(java.lang.Integer id)GetDemographicsResponsesetStats(DemostatsFormat stats)GetDemographicsResponsesetType(ObjectType type)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
-
getId
public java.lang.Integer getId()
-
setId
public GetDemographicsResponse setId(java.lang.Integer id)
-
getStats
public DemostatsFormat getStats()
-
setStats
public GetDemographicsResponse setStats(DemostatsFormat stats)
-
getType
public ObjectType getType()
-
setType
public GetDemographicsResponse setType(ObjectType type)
-
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()
-
-