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.FlagsAbstractMap.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, 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 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 GenericJsonpublic DirectoryChromeosdevicesCommandResult clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.