public final class InstallFailureEvent
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 EMM 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 |
|---|
InstallFailureEvent() |
| Modifier and Type | Method and Description |
|---|---|
InstallFailureEvent |
clone() |
String |
getDeviceId()
The Android ID of the device.
|
String |
getFailureDetails()
Additional details on the failure if applicable.
|
String |
getFailureReason()
The reason for the installation failure.
|
String |
getProductId()
The id of the product (e.g.
|
String |
getUserId()
The ID of the user.
|
InstallFailureEvent |
set(String fieldName,
Object value) |
InstallFailureEvent |
setDeviceId(String deviceId)
The Android ID of the device.
|
InstallFailureEvent |
setFailureDetails(String failureDetails)
Additional details on the failure if applicable.
|
InstallFailureEvent |
setFailureReason(String failureReason)
The reason for the installation failure.
|
InstallFailureEvent |
setProductId(String productId)
The id of the product (e.g.
|
InstallFailureEvent |
setUserId(String userId)
The ID of the user.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDeviceId()
null for nonepublic InstallFailureEvent setDeviceId(String deviceId)
deviceId - deviceId or null for nonepublic String getFailureDetails()
null for nonepublic InstallFailureEvent setFailureDetails(String failureDetails)
failureDetails - failureDetails or null for nonepublic String getFailureReason()
null for nonepublic InstallFailureEvent setFailureReason(String failureReason)
failureReason - failureReason or null for nonepublic String getProductId()
null for nonepublic InstallFailureEvent setProductId(String productId)
productId - productId or null for nonepublic String getUserId()
null for nonepublic InstallFailureEvent setUserId(String userId)
userId - userId or null for nonepublic InstallFailureEvent set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InstallFailureEvent clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2018 Google. All rights reserved.