| java.lang.Object | |
| ↳ | com.google.api.gbase.client.Stats.Statistics |
Information about one specific use (impressions, clicks, page views).
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countBySource | |||||||||||
| total | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get a sub-total for a specific source.
| |||||||||||
Gets a set of sources for which a sub-total
is available.
| |||||||||||
Gets the total for this statistic.
| |||||||||||
Sets the sub-total for a specific source.
| |||||||||||
Sets the total for this statistic.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Get a sub-total for a specific source.
| source | Source name |
|---|
Gets a set of sources for which a sub-total is available.
Gets the total for this statistic.
Sets the sub-total for a specific source.
| source | Source name |
|---|---|
| count | Sub-total or -1 if it is not known |
Sets the total for this statistic.
| total |
|---|