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: http://code.google.com/p/google-http-java-client/wiki/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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic 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 GenericJson