public final class WebPropertyRef
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: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
WebPropertyRef() |
| Modifier and Type | Method and Description |
|---|---|
WebPropertyRef |
clone() |
java.lang.String |
getAccountId()
Account ID to which this web property belongs.
|
java.lang.String |
getHref()
Link for this web property.
|
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()
Analytics web property reference.
|
java.lang.String |
getName()
Name of this web property.
|
WebPropertyRef |
set(java.lang.String fieldName,
java.lang.Object value) |
WebPropertyRef |
setAccountId(java.lang.String accountId)
Account ID to which this web property belongs.
|
WebPropertyRef |
setHref(java.lang.String href)
Link for this web property.
|
WebPropertyRef |
setId(java.lang.String id)
Web property ID of the form UA-XXXXX-YY.
|
WebPropertyRef |
setInternalWebPropertyId(java.lang.String internalWebPropertyId)
Internal ID for this web property.
|
WebPropertyRef |
setKind(java.lang.String kind)
Analytics web property reference.
|
WebPropertyRef |
setName(java.lang.String name)
Name of this web property.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getAccountId()
null for nonepublic WebPropertyRef setAccountId(java.lang.String accountId)
accountId - accountId or null for nonepublic java.lang.String getHref()
null for nonepublic WebPropertyRef setHref(java.lang.String href)
href - href or null for nonepublic java.lang.String getId()
null for nonepublic WebPropertyRef setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getInternalWebPropertyId()
null for nonepublic WebPropertyRef setInternalWebPropertyId(java.lang.String internalWebPropertyId)
internalWebPropertyId - internalWebPropertyId or null for nonepublic java.lang.String getKind()
null for nonepublic WebPropertyRef setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic WebPropertyRef setName(java.lang.String name)
name - name or null for nonepublic WebPropertyRef set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic WebPropertyRef clone()
clone in class com.google.api.client.json.GenericJson