public final class OperationPerDevice
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 |
|---|
OperationPerDevice() |
| Modifier and Type | Method and Description |
|---|---|
OperationPerDevice |
clone() |
PartnerClaim |
getClaim()
A copy of the original device-claim request received by the server.
|
PerDeviceStatusInBatch |
getResult()
The processing result for each device.
|
PartnerUnclaim |
getUnclaim()
A copy of the original device-unclaim request received by the server.
|
UpdateMetadataArguments |
getUpdateMetadata()
A copy of the original metadata-update request received by the server.
|
OperationPerDevice |
set(String fieldName,
Object value) |
OperationPerDevice |
setClaim(PartnerClaim claim)
A copy of the original device-claim request received by the server.
|
OperationPerDevice |
setResult(PerDeviceStatusInBatch result)
The processing result for each device.
|
OperationPerDevice |
setUnclaim(PartnerUnclaim unclaim)
A copy of the original device-unclaim request received by the server.
|
OperationPerDevice |
setUpdateMetadata(UpdateMetadataArguments updateMetadata)
A copy of the original metadata-update request received by the server.
|
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 PartnerClaim getClaim()
null for nonepublic OperationPerDevice setClaim(PartnerClaim claim)
claim - claim or null for nonepublic PerDeviceStatusInBatch getResult()
null for nonepublic OperationPerDevice setResult(PerDeviceStatusInBatch result)
result - result or null for nonepublic PartnerUnclaim getUnclaim()
null for nonepublic OperationPerDevice setUnclaim(PartnerUnclaim unclaim)
unclaim - unclaim or null for nonepublic UpdateMetadataArguments getUpdateMetadata()
null for nonepublic OperationPerDevice setUpdateMetadata(UpdateMetadataArguments updateMetadata)
updateMetadata - updateMetadata or null for nonepublic OperationPerDevice set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic OperationPerDevice clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.