public final class ChromeOsDevice extends 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 Admin Directory API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ChromeOsDevice() |
| Modifier and Type | Method and Description |
|---|---|
ChromeOsDevice |
clone() |
String |
getAnnotatedLocation()
Address or location of the device as noted by the administrator
|
String |
getAnnotatedUser()
User of the device
|
String |
getBootMode()
Chromebook boot mode (Read-only)
|
String |
getDeviceId()
Unique identifier of Chrome OS Device (Read-only)
|
String |
getFirmwareVersion()
Chromebook firmware version (Read-only)
|
String |
getKind()
Kind of resource this is.
|
DateTime |
getLastEnrollmentTime()
Date and time the device was last enrolled (Read-only)
|
DateTime |
getLastSync()
Date and time the device was last synchronized with the policy settings in the Google Apps
administrator control panel (Read-only)
|
String |
getMacAddress()
Chromebook Mac Address (Read-only)
|
String |
getMeid()
Mobile Equipment identifier for the 3G mobile card in the Chromebook (Read-only)
|
String |
getModel()
Chromebook Model (Read-only)
|
String |
getNotes()
Notes added by the administrator
|
String |
getOrderNumber()
Chromebook order number (Read-only)
|
String |
getOrgUnitPath()
OrgUnit of the device
|
String |
getOsVersion()
Chromebook Os Version (Read-only)
|
String |
getPlatformVersion()
Chromebook platform version (Read-only)
|
String |
getSerialNumber()
Chromebook serial number (Read-only)
|
String |
getStatus()
status of the device (Read-only)
|
DateTime |
getSupportEndDate()
Final date the device will be supported (Read-only)
|
Boolean |
getWillAutoRenew()
Will Chromebook auto reniew after support end date (Read-only)
|
ChromeOsDevice |
set(String fieldName,
Object value) |
ChromeOsDevice |
setAnnotatedLocation(String annotatedLocation)
Address or location of the device as noted by the administrator
|
ChromeOsDevice |
setAnnotatedUser(String annotatedUser)
User of the device
|
ChromeOsDevice |
setBootMode(String bootMode)
Chromebook boot mode (Read-only)
|
ChromeOsDevice |
setDeviceId(String deviceId)
Unique identifier of Chrome OS Device (Read-only)
|
ChromeOsDevice |
setFirmwareVersion(String firmwareVersion)
Chromebook firmware version (Read-only)
|
ChromeOsDevice |
setKind(String kind)
Kind of resource this is.
|
ChromeOsDevice |
setLastEnrollmentTime(DateTime lastEnrollmentTime)
Date and time the device was last enrolled (Read-only)
|
ChromeOsDevice |
setLastSync(DateTime lastSync)
Date and time the device was last synchronized with the policy settings in the Google Apps
administrator control panel (Read-only)
|
ChromeOsDevice |
setMacAddress(String macAddress)
Chromebook Mac Address (Read-only)
|
ChromeOsDevice |
setMeid(String meid)
Mobile Equipment identifier for the 3G mobile card in the Chromebook (Read-only)
|
ChromeOsDevice |
setModel(String model)
Chromebook Model (Read-only)
|
ChromeOsDevice |
setNotes(String notes)
Notes added by the administrator
|
ChromeOsDevice |
setOrderNumber(String orderNumber)
Chromebook order number (Read-only)
|
ChromeOsDevice |
setOrgUnitPath(String orgUnitPath)
OrgUnit of the device
|
ChromeOsDevice |
setOsVersion(String osVersion)
Chromebook Os Version (Read-only)
|
ChromeOsDevice |
setPlatformVersion(String platformVersion)
Chromebook platform version (Read-only)
|
ChromeOsDevice |
setSerialNumber(String serialNumber)
Chromebook serial number (Read-only)
|
ChromeOsDevice |
setStatus(String status)
status of the device (Read-only)
|
ChromeOsDevice |
setSupportEndDate(DateTime supportEndDate)
Final date the device will be supported (Read-only)
|
ChromeOsDevice |
setWillAutoRenew(Boolean willAutoRenew)
Will Chromebook auto reniew after support end date (Read-only)
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getAnnotatedLocation()
null for nonepublic ChromeOsDevice setAnnotatedLocation(String annotatedLocation)
annotatedLocation - annotatedLocation or null for nonepublic String getAnnotatedUser()
null for nonepublic ChromeOsDevice setAnnotatedUser(String annotatedUser)
annotatedUser - annotatedUser or null for nonepublic String getBootMode()
null for nonepublic ChromeOsDevice setBootMode(String bootMode)
bootMode - bootMode or null for nonepublic String getDeviceId()
null for nonepublic ChromeOsDevice setDeviceId(String deviceId)
deviceId - deviceId or null for nonepublic String getFirmwareVersion()
null for nonepublic ChromeOsDevice setFirmwareVersion(String firmwareVersion)
firmwareVersion - firmwareVersion or null for nonepublic String getKind()
null for nonepublic ChromeOsDevice setKind(String kind)
kind - kind or null for nonepublic DateTime getLastEnrollmentTime()
null for nonepublic ChromeOsDevice setLastEnrollmentTime(DateTime lastEnrollmentTime)
lastEnrollmentTime - lastEnrollmentTime or null for nonepublic DateTime getLastSync()
null for nonepublic ChromeOsDevice setLastSync(DateTime lastSync)
lastSync - lastSync or null for nonepublic String getMacAddress()
null for nonepublic ChromeOsDevice setMacAddress(String macAddress)
macAddress - macAddress or null for nonepublic String getMeid()
null for nonepublic ChromeOsDevice setMeid(String meid)
meid - meid or null for nonepublic String getModel()
null for nonepublic ChromeOsDevice setModel(String model)
model - model or null for nonepublic String getNotes()
null for nonepublic ChromeOsDevice setNotes(String notes)
notes - notes or null for nonepublic String getOrderNumber()
null for nonepublic ChromeOsDevice setOrderNumber(String orderNumber)
orderNumber - orderNumber or null for nonepublic String getOrgUnitPath()
null for nonepublic ChromeOsDevice setOrgUnitPath(String orgUnitPath)
orgUnitPath - orgUnitPath or null for nonepublic String getOsVersion()
null for nonepublic ChromeOsDevice setOsVersion(String osVersion)
osVersion - osVersion or null for nonepublic String getPlatformVersion()
null for nonepublic ChromeOsDevice setPlatformVersion(String platformVersion)
platformVersion - platformVersion or null for nonepublic String getSerialNumber()
null for nonepublic ChromeOsDevice setSerialNumber(String serialNumber)
serialNumber - serialNumber or null for nonepublic String getStatus()
null for nonepublic ChromeOsDevice setStatus(String status)
status - status or null for nonepublic DateTime getSupportEndDate()
null for nonepublic ChromeOsDevice setSupportEndDate(DateTime supportEndDate)
supportEndDate - supportEndDate or null for nonepublic Boolean getWillAutoRenew()
null for nonepublic ChromeOsDevice setWillAutoRenew(Boolean willAutoRenew)
willAutoRenew - willAutoRenew or null for nonepublic ChromeOsDevice set(String fieldName, Object value)
set in class GenericJsonpublic ChromeOsDevice clone()
clone in class GenericJson