public final class TopDirectionSources
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google My Business API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
TopDirectionSources() |
Modifier and Type | Method and Description |
---|---|
TopDirectionSources |
clone() |
java.lang.Integer |
getDayCount()
The number of days data is aggregated over.
|
java.util.List<RegionCount> |
getRegionCounts()
Regions sorted in descending order by count.
|
TopDirectionSources |
set(java.lang.String fieldName,
java.lang.Object value) |
TopDirectionSources |
setDayCount(java.lang.Integer dayCount)
The number of days data is aggregated over.
|
TopDirectionSources |
setRegionCounts(java.util.List<RegionCount> regionCounts)
Regions sorted in descending order by count.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Integer getDayCount()
null
for nonepublic TopDirectionSources setDayCount(java.lang.Integer dayCount)
dayCount
- dayCount or null
for nonepublic java.util.List<RegionCount> getRegionCounts()
null
for nonepublic TopDirectionSources setRegionCounts(java.util.List<RegionCount> regionCounts)
regionCounts
- regionCounts or null
for nonepublic TopDirectionSources set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public TopDirectionSources clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011-2018 Google. All Rights Reserved.