public final class WebPropertySummary
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 Analytics 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 |
|---|
WebPropertySummary() |
| Modifier and Type | Method and Description |
|---|---|
WebPropertySummary |
clone() |
java.lang.String |
getId()
Web property ID of the form UA-XXXXX-YY.
|
java.lang.String |
getInternalWebPropertyId()
Internal ID for this web property.
|
java.lang.String |
getKind()
Resource type for Analytics WebPropertySummary.
|
java.lang.String |
getLevel()
Level for this web property.
|
java.lang.String |
getName()
Web property name.
|
java.util.List<ProfileSummary> |
getProfiles()
List of profiles under this web property.
|
java.lang.Boolean |
getStarred()
Indicates whether this web property is starred or not.
|
java.lang.String |
getWebsiteUrl()
Website url for this web property.
|
WebPropertySummary |
set(java.lang.String fieldName,
java.lang.Object value) |
WebPropertySummary |
setId(java.lang.String id)
Web property ID of the form UA-XXXXX-YY.
|
WebPropertySummary |
setInternalWebPropertyId(java.lang.String internalWebPropertyId)
Internal ID for this web property.
|
WebPropertySummary |
setKind(java.lang.String kind)
Resource type for Analytics WebPropertySummary.
|
WebPropertySummary |
setLevel(java.lang.String level)
Level for this web property.
|
WebPropertySummary |
setName(java.lang.String name)
Web property name.
|
WebPropertySummary |
setProfiles(java.util.List<ProfileSummary> profiles)
List of profiles under this web property.
|
WebPropertySummary |
setStarred(java.lang.Boolean starred)
Indicates whether this web property is starred or not.
|
WebPropertySummary |
setWebsiteUrl(java.lang.String websiteUrl)
Website url for this web property.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getId()
null for nonepublic WebPropertySummary setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getInternalWebPropertyId()
null for nonepublic WebPropertySummary setInternalWebPropertyId(java.lang.String internalWebPropertyId)
internalWebPropertyId - internalWebPropertyId or null for nonepublic java.lang.String getKind()
null for nonepublic WebPropertySummary setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getLevel()
null for nonepublic WebPropertySummary setLevel(java.lang.String level)
level - level or null for nonepublic java.lang.String getName()
null for nonepublic WebPropertySummary setName(java.lang.String name)
name - name or null for nonepublic java.util.List<ProfileSummary> getProfiles()
null for nonepublic WebPropertySummary setProfiles(java.util.List<ProfileSummary> profiles)
profiles - profiles or null for nonepublic java.lang.Boolean getStarred()
null for nonepublic WebPropertySummary setStarred(java.lang.Boolean starred)
starred - starred or null for nonepublic java.lang.String getWebsiteUrl()
null for nonepublic WebPropertySummary setWebsiteUrl(java.lang.String websiteUrl)
websiteUrl - websiteUrl or null for nonepublic WebPropertySummary set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic WebPropertySummary clone()
clone in class com.google.api.client.json.GenericJson