public final class OsUpdateStatus 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 SDK API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OsUpdateStatus() |
| Modifier and Type | Method and Description |
|---|---|
OsUpdateStatus |
clone() |
String |
getRebootTime()
Date and time of the last reboot.
|
String |
getState()
The update state of an OS update.
|
String |
getTargetKioskAppVersion()
New required platform version from the pending updated kiosk app.
|
String |
getTargetOsVersion()
New platform version of the OS image being downloaded and applied.
|
String |
getUpdateCheckTime()
Date and time of the last update check.
|
String |
getUpdateTime()
Date and time of the last successful OS update.
|
OsUpdateStatus |
set(String fieldName,
Object value) |
OsUpdateStatus |
setRebootTime(String rebootTime)
Date and time of the last reboot.
|
OsUpdateStatus |
setState(String state)
The update state of an OS update.
|
OsUpdateStatus |
setTargetKioskAppVersion(String targetKioskAppVersion)
New required platform version from the pending updated kiosk app.
|
OsUpdateStatus |
setTargetOsVersion(String targetOsVersion)
New platform version of the OS image being downloaded and applied.
|
OsUpdateStatus |
setUpdateCheckTime(String updateCheckTime)
Date and time of the last update check.
|
OsUpdateStatus |
setUpdateTime(String updateTime)
Date and time of the last successful OS update.
|
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 getRebootTime()
null for nonepublic OsUpdateStatus setRebootTime(String rebootTime)
rebootTime - rebootTime or null for nonepublic String getState()
null for nonepublic OsUpdateStatus setState(String state)
state - state or null for nonepublic String getTargetKioskAppVersion()
null for nonepublic OsUpdateStatus setTargetKioskAppVersion(String targetKioskAppVersion)
targetKioskAppVersion - targetKioskAppVersion or null for nonepublic String getTargetOsVersion()
null for nonepublic OsUpdateStatus setTargetOsVersion(String targetOsVersion)
targetOsVersion - targetOsVersion or null for nonepublic String getUpdateCheckTime()
null for nonepublic OsUpdateStatus setUpdateCheckTime(String updateCheckTime)
updateCheckTime - updateCheckTime or null for nonepublic String getUpdateTime()
null for nonepublic OsUpdateStatus setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic OsUpdateStatus set(String fieldName, Object value)
set in class GenericJsonpublic OsUpdateStatus clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.