public final class PerDeviceStatusInBatch
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 Android Device Provisioning Partner 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 |
|---|
PerDeviceStatusInBatch() |
| Modifier and Type | Method and Description |
|---|---|
PerDeviceStatusInBatch |
clone() |
Long |
getDeviceId()
If processing succeeds, the device ID of the device.
|
String |
getErrorIdentifier()
If processing fails, the error type.
|
String |
getErrorMessage()
If processing fails, a developer message explaining what went wrong.
|
String |
getStatus()
The result status of the device after processing.
|
PerDeviceStatusInBatch |
set(String fieldName,
Object value) |
PerDeviceStatusInBatch |
setDeviceId(Long deviceId)
If processing succeeds, the device ID of the device.
|
PerDeviceStatusInBatch |
setErrorIdentifier(String errorIdentifier)
If processing fails, the error type.
|
PerDeviceStatusInBatch |
setErrorMessage(String errorMessage)
If processing fails, a developer message explaining what went wrong.
|
PerDeviceStatusInBatch |
setStatus(String status)
The result status of the device after processing.
|
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 Long getDeviceId()
null for nonepublic PerDeviceStatusInBatch setDeviceId(Long deviceId)
deviceId - deviceId or null for nonepublic String getErrorIdentifier()
null for nonepublic PerDeviceStatusInBatch setErrorIdentifier(String errorIdentifier)
errorIdentifier - errorIdentifier or null for nonepublic String getErrorMessage()
null for nonepublic PerDeviceStatusInBatch setErrorMessage(String errorMessage)
errorMessage - errorMessage or null for nonepublic String getStatus()
null for nonepublic PerDeviceStatusInBatch setStatus(String status)
status - status or null for nonepublic PerDeviceStatusInBatch set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic PerDeviceStatusInBatch clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.