public final class WebPropertySummary extends 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 Analytics API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
WebPropertySummary() |
| Modifier and Type | Method and Description |
|---|---|
WebPropertySummary |
clone() |
String |
getId()
Web property ID of the form UA-XXXXX-YY.
|
String |
getInternalWebPropertyId()
Internal ID for this web property.
|
String |
getKind()
Resource type for Analytics WebPropertySummary.
|
String |
getLevel()
Level for this web property.
|
String |
getName()
Web property name.
|
List<ProfileSummary> |
getProfiles()
List of profiles under this web property.
|
String |
getWebsiteUrl()
Website url for this web property.
|
WebPropertySummary |
set(String fieldName,
Object value) |
WebPropertySummary |
setId(String id)
Web property ID of the form UA-XXXXX-YY.
|
WebPropertySummary |
setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for this web property.
|
WebPropertySummary |
setKind(String kind)
Resource type for Analytics WebPropertySummary.
|
WebPropertySummary |
setLevel(String level)
Level for this web property.
|
WebPropertySummary |
setName(String name)
Web property name.
|
WebPropertySummary |
setProfiles(List<ProfileSummary> profiles)
List of profiles under this web property.
|
WebPropertySummary |
setWebsiteUrl(String websiteUrl)
Website url for this web property.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getId()
null for nonepublic WebPropertySummary setId(String id)
id - id or null for nonepublic String getInternalWebPropertyId()
null for nonepublic WebPropertySummary setInternalWebPropertyId(String internalWebPropertyId)
internalWebPropertyId - internalWebPropertyId or null for nonepublic String getKind()
null for nonepublic WebPropertySummary setKind(String kind)
kind - kind or null for nonepublic String getLevel()
null for nonepublic WebPropertySummary setLevel(String level)
level - level or null for nonepublic String getName()
null for nonepublic WebPropertySummary setName(String name)
name - name or null for nonepublic List<ProfileSummary> getProfiles()
null for nonepublic WebPropertySummary setProfiles(List<ProfileSummary> profiles)
profiles - profiles or null for nonepublic String getWebsiteUrl()
null for nonepublic WebPropertySummary setWebsiteUrl(String websiteUrl)
websiteUrl - websiteUrl or null for nonepublic WebPropertySummary set(String fieldName, Object value)
set in class GenericJsonpublic WebPropertySummary clone()
clone in class GenericJson