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.Flags
Constructor and Description |
---|
InstallFailureEvent() |
Modifier and Type | Method and Description |
---|---|
InstallFailureEvent |
clone() |
java.lang.String |
getDeviceId()
The Android ID of the device.
|
java.lang.String |
getFailureDetails()
Additional details on the failure if applicable.
|
java.lang.String |
getFailureReason()
The reason for the installation failure.
|
java.lang.String |
getProductId()
The id of the product (e.g.
|
java.lang.String |
getUserId()
The ID of the user.
|
InstallFailureEvent |
set(java.lang.String fieldName,
java.lang.Object value) |
InstallFailureEvent |
setDeviceId(java.lang.String deviceId)
The Android ID of the device.
|
InstallFailureEvent |
setFailureDetails(java.lang.String failureDetails)
Additional details on the failure if applicable.
|
InstallFailureEvent |
setFailureReason(java.lang.String failureReason)
The reason for the installation failure.
|
InstallFailureEvent |
setProductId(java.lang.String productId)
The id of the product (e.g.
|
InstallFailureEvent |
setUserId(java.lang.String userId)
The ID of the user.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getDeviceId()
null
for nonepublic InstallFailureEvent setDeviceId(java.lang.String deviceId)
deviceId
- deviceId or null
for nonepublic java.lang.String getFailureDetails()
null
for nonepublic InstallFailureEvent setFailureDetails(java.lang.String failureDetails)
failureDetails
- failureDetails or null
for nonepublic java.lang.String getFailureReason()
null
for nonepublic InstallFailureEvent setFailureReason(java.lang.String failureReason)
failureReason
- failureReason or null
for nonepublic java.lang.String getProductId()
null
for nonepublic InstallFailureEvent setProductId(java.lang.String productId)
productId
- productId or null
for nonepublic java.lang.String getUserId()
null
for nonepublic InstallFailureEvent setUserId(java.lang.String userId)
userId
- userId or null
for nonepublic InstallFailureEvent set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public InstallFailureEvent clone()
clone
in class com.google.api.client.json.GenericJson