public final class AccountTicket
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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
AccountTicket() |
| Modifier and Type | Method and Description |
|---|---|
AccountTicket |
clone() |
Account |
getAccount()
Account for this ticket.
|
java.lang.String |
getId()
Account ticket ID used to access the account ticket.
|
java.lang.String |
getKind()
Resource type for account ticket.
|
Profile |
getProfile()
View (Profile) for the account.
|
java.lang.String |
getRedirectUri()
Redirect URI where the user will be sent after accepting Terms of Service.
|
Webproperty |
getWebproperty()
Web property for the account.
|
AccountTicket |
set(java.lang.String fieldName,
java.lang.Object value) |
AccountTicket |
setAccount(Account account)
Account for this ticket.
|
AccountTicket |
setId(java.lang.String id)
Account ticket ID used to access the account ticket.
|
AccountTicket |
setKind(java.lang.String kind)
Resource type for account ticket.
|
AccountTicket |
setProfile(Profile profile)
View (Profile) for the account.
|
AccountTicket |
setRedirectUri(java.lang.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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic Account getAccount()
null for nonepublic AccountTicket setAccount(Account account)
account - account or null for nonepublic java.lang.String getId()
null for nonepublic AccountTicket setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic AccountTicket setKind(java.lang.String kind)
kind - kind or null for nonepublic Profile getProfile()
null for nonepublic AccountTicket setProfile(Profile profile)
profile - profile or null for nonepublic java.lang.String getRedirectUri()
null for nonepublic AccountTicket setRedirectUri(java.lang.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(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AccountTicket clone()
clone in class com.google.api.client.json.GenericJson