public final class TokenPayloadExternal
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 Play Integrity 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TokenPayloadExternal() |
| Modifier and Type | Method and Description |
|---|---|
TokenPayloadExternal |
clone() |
AccountDetails |
getAccountDetails()
Required.
|
AppIntegrity |
getAppIntegrity()
Required.
|
DeviceIntegrity |
getDeviceIntegrity()
Required.
|
EnvironmentDetails |
getEnvironmentDetails()
Details of the environment Play Integrity API runs in.
|
RequestDetails |
getRequestDetails()
Required.
|
TestingDetails |
getTestingDetails()
Indicates that this payload is generated for testing purposes and contains any additional data
that is linked with testing status.
|
TokenPayloadExternal |
set(String fieldName,
Object value) |
TokenPayloadExternal |
setAccountDetails(AccountDetails accountDetails)
Required.
|
TokenPayloadExternal |
setAppIntegrity(AppIntegrity appIntegrity)
Required.
|
TokenPayloadExternal |
setDeviceIntegrity(DeviceIntegrity deviceIntegrity)
Required.
|
TokenPayloadExternal |
setEnvironmentDetails(EnvironmentDetails environmentDetails)
Details of the environment Play Integrity API runs in.
|
TokenPayloadExternal |
setRequestDetails(RequestDetails requestDetails)
Required.
|
TokenPayloadExternal |
setTestingDetails(TestingDetails testingDetails)
Indicates that this payload is generated for testing purposes and contains any additional data
that is linked with testing status.
|
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 AccountDetails getAccountDetails()
null for nonepublic TokenPayloadExternal setAccountDetails(AccountDetails accountDetails)
accountDetails - accountDetails or null for nonepublic AppIntegrity getAppIntegrity()
null for nonepublic TokenPayloadExternal setAppIntegrity(AppIntegrity appIntegrity)
appIntegrity - appIntegrity or null for nonepublic DeviceIntegrity getDeviceIntegrity()
null for nonepublic TokenPayloadExternal setDeviceIntegrity(DeviceIntegrity deviceIntegrity)
deviceIntegrity - deviceIntegrity or null for nonepublic EnvironmentDetails getEnvironmentDetails()
null for nonepublic TokenPayloadExternal setEnvironmentDetails(EnvironmentDetails environmentDetails)
environmentDetails - environmentDetails or null for nonepublic RequestDetails getRequestDetails()
null for nonepublic TokenPayloadExternal setRequestDetails(RequestDetails requestDetails)
requestDetails - requestDetails or null for nonepublic TestingDetails getTestingDetails()
null for nonepublic TokenPayloadExternal setTestingDetails(TestingDetails testingDetails)
testingDetails - testingDetails or null for nonepublic TokenPayloadExternal set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TokenPayloadExternal clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.