public final class DirectoryChromeosdevicesCommand 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 |
|---|
DirectoryChromeosdevicesCommand() |
| Modifier and Type | Method and Description |
|---|---|
DirectoryChromeosdevicesCommand |
clone() |
String |
getCommandExpireTime()
The time at which the command will expire.
|
Long |
getCommandId()
Unique ID of a device command.
|
DirectoryChromeosdevicesCommandResult |
getCommandResult()
The result of the command execution.
|
String |
getIssueTime()
The timestamp when the command was issued by the admin.
|
String |
getPayload()
The payload that the command specified, if any.
|
String |
getState()
Indicates the command state.
|
String |
getType()
The type of the command.
|
DirectoryChromeosdevicesCommand |
set(String fieldName,
Object value) |
DirectoryChromeosdevicesCommand |
setCommandExpireTime(String commandExpireTime)
The time at which the command will expire.
|
DirectoryChromeosdevicesCommand |
setCommandId(Long commandId)
Unique ID of a device command.
|
DirectoryChromeosdevicesCommand |
setCommandResult(DirectoryChromeosdevicesCommandResult commandResult)
The result of the command execution.
|
DirectoryChromeosdevicesCommand |
setIssueTime(String issueTime)
The timestamp when the command was issued by the admin.
|
DirectoryChromeosdevicesCommand |
setPayload(String payload)
The payload that the command specified, if any.
|
DirectoryChromeosdevicesCommand |
setState(String state)
Indicates the command state.
|
DirectoryChromeosdevicesCommand |
setType(String type)
The type of the command.
|
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 getCommandExpireTime()
null for nonepublic DirectoryChromeosdevicesCommand setCommandExpireTime(String commandExpireTime)
commandExpireTime - commandExpireTime or null for nonepublic Long getCommandId()
null for nonepublic DirectoryChromeosdevicesCommand setCommandId(Long commandId)
commandId - commandId or null for nonepublic DirectoryChromeosdevicesCommandResult getCommandResult()
null for nonepublic DirectoryChromeosdevicesCommand setCommandResult(DirectoryChromeosdevicesCommandResult commandResult)
commandResult - commandResult or null for nonepublic String getIssueTime()
null for nonepublic DirectoryChromeosdevicesCommand setIssueTime(String issueTime)
issueTime - issueTime or null for nonepublic String getPayload()
null for nonepublic DirectoryChromeosdevicesCommand setPayload(String payload)
payload - payload or null for nonepublic String getState()
null for nonepublic DirectoryChromeosdevicesCommand setState(String state)
state - state or null for nonepublic String getType()
null for nonepublic DirectoryChromeosdevicesCommand setType(String type)
type - type or null for nonepublic DirectoryChromeosdevicesCommand set(String fieldName, Object value)
set in class GenericJsonpublic DirectoryChromeosdevicesCommand clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.