public final class DeviceReportUpdateEvent
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 |
|---|
DeviceReportUpdateEvent() |
| Modifier and Type | Method and Description |
|---|---|
DeviceReportUpdateEvent |
clone() |
java.lang.String |
getDeviceId()
The Android ID of the device.
|
DeviceReport |
getReport()
The device report updated with the latest app states.
|
java.lang.String |
getUserId()
The ID of the user.
|
DeviceReportUpdateEvent |
set(java.lang.String fieldName,
java.lang.Object value) |
DeviceReportUpdateEvent |
setDeviceId(java.lang.String deviceId)
The Android ID of the device.
|
DeviceReportUpdateEvent |
setReport(DeviceReport report)
The device report updated with the latest app states.
|
DeviceReportUpdateEvent |
setUserId(java.lang.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, valuespublic java.lang.String getDeviceId()
null for nonepublic DeviceReportUpdateEvent setDeviceId(java.lang.String deviceId)
deviceId - deviceId or null for nonepublic DeviceReport getReport()
null for nonepublic DeviceReportUpdateEvent setReport(DeviceReport report)
report - report or null for nonepublic java.lang.String getUserId()
null for nonepublic DeviceReportUpdateEvent setUserId(java.lang.String userId)
userId - userId or null for nonepublic DeviceReportUpdateEvent set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic DeviceReportUpdateEvent clone()
clone in class com.google.api.client.json.GenericJson