public final class DirectoryChromeosdevicesCommandResult 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 |
---|
DirectoryChromeosdevicesCommandResult() |
Modifier and Type | Method and Description |
---|---|
DirectoryChromeosdevicesCommandResult |
clone() |
String |
getErrorMessage()
The error message with a short explanation as to why the command failed.
|
String |
getExecuteTime()
The time at which the command was executed or failed to execute.
|
String |
getResult()
The result of the command.
|
DirectoryChromeosdevicesCommandResult |
set(String fieldName,
Object value) |
DirectoryChromeosdevicesCommandResult |
setErrorMessage(String errorMessage)
The error message with a short explanation as to why the command failed.
|
DirectoryChromeosdevicesCommandResult |
setExecuteTime(String executeTime)
The time at which the command was executed or failed to execute.
|
DirectoryChromeosdevicesCommandResult |
setResult(String result)
The result 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 DirectoryChromeosdevicesCommandResult()
public String getErrorMessage()
null
for nonepublic DirectoryChromeosdevicesCommandResult setErrorMessage(String errorMessage)
errorMessage
- errorMessage or null
for nonepublic String getExecuteTime()
null
for nonepublic DirectoryChromeosdevicesCommandResult setExecuteTime(String executeTime)
executeTime
- executeTime or null
for nonepublic String getResult()
null
for nonepublic DirectoryChromeosdevicesCommandResult setResult(String result)
result
- result or null
for nonepublic DirectoryChromeosdevicesCommandResult set(String fieldName, Object value)
set
in class GenericJson
public DirectoryChromeosdevicesCommandResult clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.