public class ItemAnalytics extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
ItemActivityStat |
allTime
The All Time.
|
ItemActivityStatCollectionPage |
itemActivityStats
The Item Activity Stats.
|
ItemActivityStat |
lastSevenDays
The Last Seven Days.
|
| Constructor and Description |
|---|
ItemAnalytics() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="allTime",
alternate="AllTime")
@Expose
public ItemActivityStat allTime
@SerializedName(value="itemActivityStats",
alternate="ItemActivityStats")
@Expose
public ItemActivityStatCollectionPage itemActivityStats
@SerializedName(value="lastSevenDays",
alternate="LastSevenDays")
@Expose
public ItemActivityStat lastSevenDays
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to