public final class OsUpdateStatus
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 Admin SDK 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.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 com.google.api.client.json.GenericJson
public OsUpdateStatus clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2023 Google. All rights reserved.