target.apidocs.com.google.api.services.analytics.model.AccountRef.html Maven / Gradle / Ivy
AccountRef (Google Analytics API v3-rev20190604-1.30.1)
com.google.api.services.analytics.model
Class AccountRef
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.analytics.model.AccountRef
-
public final class AccountRef
extends GenericJson
JSON template for a linked account.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
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>
-
Constructor Summary
Constructors
Constructor and Description
AccountRef()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AccountRef
clone()
String
getHref()
Link for this account.
String
getId()
Account ID.
String
getKind()
Analytics account reference.
String
getName()
Account name.
AccountRef
set(String fieldName,
Object value)
AccountRef
setHref(String href)
Link for this account.
AccountRef
setId(String id)
Account ID.
AccountRef
setKind(String kind)
Analytics account reference.
AccountRef
setName(String name)
Account name.
-
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, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getHref
public String getHref()
Link for this account.
- Returns:
- value or
null
for none
-
setHref
public AccountRef setHref(String href)
Link for this account.
- Parameters:
href
- href or null
for none
-
getId
public String getId()
Account ID.
- Returns:
- value or
null
for none
-
setId
public AccountRef setId(String id)
Account ID.
- Parameters:
id
- id or null
for none
-
getKind
public String getKind()
Analytics account reference.
- Returns:
- value or
null
for none
-
setKind
public AccountRef setKind(String kind)
Analytics account reference.
- Parameters:
kind
- kind or null
for none
-
getName
public String getName()
Account name.
- Returns:
- value or
null
for none
-
setName
public AccountRef setName(String name)
Account name.
- Parameters:
name
- name or null
for none
-
set
public AccountRef set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public AccountRef clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.