| Constructor and Description |
|---|
GetDemographicsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getId() |
java.util.List<DemostatsFormat> |
getStats() |
ObjectType |
getType() |
int |
hashCode() |
GetDemographicsResponse |
setId(java.lang.Integer id) |
GetDemographicsResponse |
setStats(java.util.List<DemostatsFormat> stats) |
GetDemographicsResponse |
setType(ObjectType type) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getId()
public GetDemographicsResponse setId(java.lang.Integer id)
public java.util.List<DemostatsFormat> getStats()
public GetDemographicsResponse setStats(java.util.List<DemostatsFormat> stats)
public ObjectType getType()
public GetDemographicsResponse setType(ObjectType type)
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()