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: https://developers.google.com/api-client-library/java/google-http-java-client/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.
|
Boolean |
getStarred()
Indicates whether this web property is starred or not.
|
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 |
setStarred(Boolean starred)
Indicates whether this web property is starred or not.
|
WebPropertySummary |
setWebsiteUrl(String websiteUrl)
Website url for this web property.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 Boolean getStarred()
null for nonepublic WebPropertySummary setStarred(Boolean starred)
starred - starred 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 GenericJsonCopyright © 2011–2022 Google. All rights reserved.