public final class ThirdPartyAuthenticationToken
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 DCM/DFA Reporting And Trafficking 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 |
|---|
ThirdPartyAuthenticationToken() |
| Modifier and Type | Method and Description |
|---|---|
ThirdPartyAuthenticationToken |
clone() |
java.lang.String |
getName()
Name of the third-party authentication token.
|
java.lang.String |
getValue()
Value of the third-party authentication token.
|
ThirdPartyAuthenticationToken |
set(java.lang.String fieldName,
java.lang.Object value) |
ThirdPartyAuthenticationToken |
setName(java.lang.String name)
Name of the third-party authentication token.
|
ThirdPartyAuthenticationToken |
setValue(java.lang.String value)
Value of the third-party authentication token.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getName()
null for nonepublic ThirdPartyAuthenticationToken setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getValue()
null for nonepublic ThirdPartyAuthenticationToken setValue(java.lang.String value)
value - value or null for nonepublic ThirdPartyAuthenticationToken set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ThirdPartyAuthenticationToken clone()
clone in class com.google.api.client.json.GenericJson