public final class DeviceClaim
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 |
|---|
DeviceClaim() |
| Modifier and Type | Method and Description |
|---|---|
DeviceClaim |
clone() |
String |
getAdditionalService()
The Additional service registered for the device.
|
String |
getGoogleWorkspaceCustomerId()
The ID of the Google Workspace account that owns the Chrome OS device.
|
Long |
getOwnerCompanyId()
The ID of the Customer that purchased the device.
|
Long |
getResellerId()
The ID of the reseller that claimed the device.
|
String |
getSectionType()
Output only.
|
String |
getVacationModeExpireTime()
The timestamp when the device will exit ‘vacation mode’.
|
String |
getVacationModeStartTime()
The timestamp when the device was put into ‘vacation mode’.
|
DeviceClaim |
set(String fieldName,
Object value) |
DeviceClaim |
setAdditionalService(String additionalService)
The Additional service registered for the device.
|
DeviceClaim |
setGoogleWorkspaceCustomerId(String googleWorkspaceCustomerId)
The ID of the Google Workspace account that owns the Chrome OS device.
|
DeviceClaim |
setOwnerCompanyId(Long ownerCompanyId)
The ID of the Customer that purchased the device.
|
DeviceClaim |
setResellerId(Long resellerId)
The ID of the reseller that claimed the device.
|
DeviceClaim |
setSectionType(String sectionType)
Output only.
|
DeviceClaim |
setVacationModeExpireTime(String vacationModeExpireTime)
The timestamp when the device will exit ‘vacation mode’.
|
DeviceClaim |
setVacationModeStartTime(String vacationModeStartTime)
The timestamp when the device was put into ‘vacation mode’.
|
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 String getAdditionalService()
null for nonepublic DeviceClaim setAdditionalService(String additionalService)
additionalService - additionalService or null for nonepublic String getGoogleWorkspaceCustomerId()
null for nonepublic DeviceClaim setGoogleWorkspaceCustomerId(String googleWorkspaceCustomerId)
googleWorkspaceCustomerId - googleWorkspaceCustomerId or null for nonepublic Long getOwnerCompanyId()
null for nonepublic DeviceClaim setOwnerCompanyId(Long ownerCompanyId)
ownerCompanyId - ownerCompanyId or null for nonepublic Long getResellerId()
null for nonepublic DeviceClaim setResellerId(Long resellerId)
resellerId - resellerId or null for nonepublic String getSectionType()
null for nonepublic DeviceClaim setSectionType(String sectionType)
sectionType - sectionType or null for nonepublic String getVacationModeExpireTime()
null for nonepublic DeviceClaim setVacationModeExpireTime(String vacationModeExpireTime)
vacationModeExpireTime - vacationModeExpireTime or null for nonepublic String getVacationModeStartTime()
null for nonepublic DeviceClaim setVacationModeStartTime(String vacationModeStartTime)
vacationModeStartTime - vacationModeStartTime or null for nonepublic DeviceClaim set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DeviceClaim clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.