public final class AccountTicket 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: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AccountTicket() |
| Modifier and Type | Method and Description |
|---|---|
AccountTicket |
clone() |
Account |
getAccount()
Account for this ticket.
|
String |
getId()
Account ticket ID used to access the account ticket.
|
String |
getKind()
Resource type for account ticket.
|
Profile |
getProfile()
View (Profile) for the account.
|
String |
getRedirectUri()
Redirect URI where the user will be sent after accepting Terms of Service.
|
Webproperty |
getWebproperty()
Web property for the account.
|
AccountTicket |
set(String fieldName,
Object value) |
AccountTicket |
setAccount(Account account)
Account for this ticket.
|
AccountTicket |
setId(String id)
Account ticket ID used to access the account ticket.
|
AccountTicket |
setKind(String kind)
Resource type for account ticket.
|
AccountTicket |
setProfile(Profile profile)
View (Profile) for the account.
|
AccountTicket |
setRedirectUri(String redirectUri)
Redirect URI where the user will be sent after accepting Terms of Service.
|
AccountTicket |
setWebproperty(Webproperty webproperty)
Web property for the account.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Account getAccount()
null for nonepublic AccountTicket setAccount(Account account)
account - account or null for nonepublic String getId()
null for nonepublic AccountTicket setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic AccountTicket setKind(String kind)
kind - kind or null for nonepublic Profile getProfile()
null for nonepublic AccountTicket setProfile(Profile profile)
profile - profile or null for nonepublic String getRedirectUri()
null for nonepublic AccountTicket setRedirectUri(String redirectUri)
redirectUri - redirectUri or null for nonepublic Webproperty getWebproperty()
null for nonepublic AccountTicket setWebproperty(Webproperty webproperty)
webproperty - webproperty or null for nonepublic AccountTicket set(String fieldName, Object value)
set in class GenericJsonpublic AccountTicket clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.