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