|
||||||||||
| 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.Account
public final class Account
JSON template for Analytics account entry.
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 |
Account.ChildLink
Child link for an account entry. |
| 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 | |
|---|---|
Account()
|
|
| Method Summary | |
|---|---|
Account |
clone()
|
Account.ChildLink |
getChildLink()
Child link for an account entry. |
DateTime |
getCreated()
Time the account was created. |
String |
getId()
Account ID. |
String |
getKind()
Resource type for Analytics account. |
String |
getName()
Account name. |
String |
getSelfLink()
Link for this account. |
DateTime |
getUpdated()
Time the account was last modified. |
Account |
set(String fieldName,
Object value)
|
Account |
setChildLink(Account.ChildLink childLink)
Child link for an account entry. |
Account |
setCreated(DateTime created)
Time the account was created. |
Account |
setId(String id)
Account ID. |
Account |
setKind(String kind)
Resource type for Analytics account. |
Account |
setName(String name)
Account name. |
Account |
setSelfLink(String selfLink)
Link for this account. |
Account |
setUpdated(DateTime updated)
Time the account was last modified. |
| 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 Account()
| Method Detail |
|---|
public Account.ChildLink getChildLink()
null for nonepublic Account setChildLink(Account.ChildLink childLink)
childLink - childLink or null for nonepublic DateTime getCreated()
null for nonepublic Account setCreated(DateTime created)
created - created or null for nonepublic String getId()
null for nonepublic Account setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic Account setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic Account setName(String name)
name - name or null for nonepublic String getSelfLink()
null for nonepublic Account setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic DateTime getUpdated()
null for nonepublic Account setUpdated(DateTime updated)
updated - updated or null for none
public Account set(String fieldName,
Object value)
set in class GenericJsonpublic Account clone()
clone in class GenericJson
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||