public final class ProfileRef 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 |
|---|
ProfileRef() |
| Modifier and Type | Method and Description |
|---|---|
ProfileRef |
clone() |
String |
getAccountId()
Account ID to which this view (profile) belongs.
|
String |
getHref()
Link for this view (profile).
|
String |
getId()
View (Profile) ID.
|
String |
getInternalWebPropertyId()
Internal ID for the web property to which this view (profile) belongs.
|
String |
getKind()
Analytics view (profile) reference.
|
String |
getName()
Name of this view (profile).
|
String |
getWebPropertyId()
Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
|
ProfileRef |
set(String fieldName,
Object value) |
ProfileRef |
setAccountId(String accountId)
Account ID to which this view (profile) belongs.
|
ProfileRef |
setHref(String href)
Link for this view (profile).
|
ProfileRef |
setId(String id)
View (Profile) ID.
|
ProfileRef |
setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for the web property to which this view (profile) belongs.
|
ProfileRef |
setKind(String kind)
Analytics view (profile) reference.
|
ProfileRef |
setName(String name)
Name of this view (profile).
|
ProfileRef |
setWebPropertyId(String webPropertyId)
Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
|
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 getAccountId()
null for nonepublic ProfileRef setAccountId(String accountId)
accountId - accountId or null for nonepublic String getHref()
null for nonepublic ProfileRef setHref(String href)
href - href or null for nonepublic String getId()
null for nonepublic ProfileRef setId(String id)
id - id or null for nonepublic String getInternalWebPropertyId()
null for nonepublic ProfileRef setInternalWebPropertyId(String internalWebPropertyId)
internalWebPropertyId - internalWebPropertyId or null for nonepublic String getKind()
null for nonepublic ProfileRef setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic ProfileRef setName(String name)
name - name or null for nonepublic String getWebPropertyId()
null for nonepublic ProfileRef setWebPropertyId(String webPropertyId)
webPropertyId - webPropertyId or null for nonepublic ProfileRef set(String fieldName, Object value)
set in class GenericJsonpublic ProfileRef clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.