|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.analytics.model.Webproperty
public final class Webproperty
JSON template for an Analytics web property.
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-api-java-client/wiki/Json
| Nested Class Summary | |
|---|---|
static class |
Webproperty.ChildLink
Child link for this web property. |
static class |
Webproperty.ParentLink
Parent link for this web property. |
| Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
|---|
GenericData.Flags |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
Webproperty()
|
|
| Method Summary | |
|---|---|
Webproperty |
clone()
|
String |
getAccountId()
Account ID to which this web property belongs. |
Webproperty.ChildLink |
getChildLink()
Child link for this web property. |
DateTime |
getCreated()
Time this web property was created. |
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 WebProperty. |
String |
getName()
Name of this web property. |
Webproperty.ParentLink |
getParentLink()
Parent link for this web property. |
String |
getSelfLink()
Link for this web property. |
DateTime |
getUpdated()
Time this web property was last modified. |
String |
getWebsiteUrl()
Website url for this web property. |
Webproperty |
set(String fieldName,
Object value)
|
Webproperty |
setAccountId(String accountId)
Account ID to which this web property belongs. |
Webproperty |
setChildLink(Webproperty.ChildLink childLink)
Child link for this web property. |
Webproperty |
setCreated(DateTime created)
Time this web property was created. |
Webproperty |
setId(String id)
Web property ID of the form UA-XXXXX-YY. |
Webproperty |
setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for this web property. |
Webproperty |
setKind(String kind)
Resource type for Analytics WebProperty. |
Webproperty |
setName(String name)
Name of this web property. |
Webproperty |
setParentLink(Webproperty.ParentLink parentLink)
Parent link for this web property. |
Webproperty |
setSelfLink(String selfLink)
Link for this web property. |
Webproperty |
setUpdated(DateTime updated)
Time this web property was last modified. |
Webproperty |
setWebsiteUrl(String websiteUrl)
Website url for this web property. |
| Methods inherited from class com.google.api.client.json.GenericJson |
|---|
getFactory, setFactory, toPrettyString, toString |
| Methods inherited from class com.google.api.client.util.GenericData |
|---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Webproperty()
| Method Detail |
|---|
public String getAccountId()
null for nonepublic Webproperty setAccountId(String accountId)
accountId - accountId or null for nonepublic Webproperty.ChildLink getChildLink()
null for nonepublic Webproperty setChildLink(Webproperty.ChildLink childLink)
childLink - childLink or null for nonepublic DateTime getCreated()
null for nonepublic Webproperty setCreated(DateTime created)
created - created or null for nonepublic String getId()
null for nonepublic Webproperty setId(String id)
id - id or null for nonepublic String getInternalWebPropertyId()
null for nonepublic Webproperty setInternalWebPropertyId(String internalWebPropertyId)
internalWebPropertyId - internalWebPropertyId or null for nonepublic String getKind()
null for nonepublic Webproperty setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic Webproperty setName(String name)
name - name or null for nonepublic Webproperty.ParentLink getParentLink()
null for nonepublic Webproperty setParentLink(Webproperty.ParentLink parentLink)
parentLink - parentLink or null for nonepublic String getSelfLink()
null for nonepublic Webproperty setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic DateTime getUpdated()
null for nonepublic Webproperty setUpdated(DateTime updated)
updated - updated or null for nonepublic String getWebsiteUrl()
null for nonepublic Webproperty setWebsiteUrl(String websiteUrl)
websiteUrl - websiteUrl or null for none
public Webproperty set(String fieldName,
Object value)
set in class GenericJsonpublic Webproperty clone()
clone in class GenericJson
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||