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.Flags
AbstractMap.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, 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 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 GenericJson
public DirectoryChromeosdevicesCommand clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.