public final class GoogleAppsScriptTypeProcess 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 Apps Script 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 |
|---|
GoogleAppsScriptTypeProcess() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsScriptTypeProcess |
clone() |
String |
getDuration()
Duration the execution spent executing.
|
String |
getFunctionName()
Name of the function the started the execution.
|
String |
getProcessStatus()
The executions status.
|
String |
getProcessType()
The executions type.
|
String |
getProjectName()
Name of the script being executed.
|
String |
getStartTime()
Time the execution started.
|
String |
getUserAccessLevel()
The executing users access level to the script.
|
GoogleAppsScriptTypeProcess |
set(String fieldName,
Object value) |
GoogleAppsScriptTypeProcess |
setDuration(String duration)
Duration the execution spent executing.
|
GoogleAppsScriptTypeProcess |
setFunctionName(String functionName)
Name of the function the started the execution.
|
GoogleAppsScriptTypeProcess |
setProcessStatus(String processStatus)
The executions status.
|
GoogleAppsScriptTypeProcess |
setProcessType(String processType)
The executions type.
|
GoogleAppsScriptTypeProcess |
setProjectName(String projectName)
Name of the script being executed.
|
GoogleAppsScriptTypeProcess |
setStartTime(String startTime)
Time the execution started.
|
GoogleAppsScriptTypeProcess |
setUserAccessLevel(String userAccessLevel)
The executing users access level to the script.
|
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 getDuration()
null for nonepublic GoogleAppsScriptTypeProcess setDuration(String duration)
duration - duration or null for nonepublic String getFunctionName()
null for nonepublic GoogleAppsScriptTypeProcess setFunctionName(String functionName)
functionName - functionName or null for nonepublic String getProcessStatus()
null for nonepublic GoogleAppsScriptTypeProcess setProcessStatus(String processStatus)
processStatus - processStatus or null for nonepublic String getProcessType()
null for nonepublic GoogleAppsScriptTypeProcess setProcessType(String processType)
processType - processType or null for nonepublic String getProjectName()
null for nonepublic GoogleAppsScriptTypeProcess setProjectName(String projectName)
projectName - projectName or null for nonepublic String getStartTime()
null for nonepublic GoogleAppsScriptTypeProcess setStartTime(String startTime)
startTime - startTime or null for nonepublic String getUserAccessLevel()
null for nonepublic GoogleAppsScriptTypeProcess setUserAccessLevel(String userAccessLevel)
userAccessLevel - userAccessLevel or null for nonepublic GoogleAppsScriptTypeProcess set(String fieldName, Object value)
set in class GenericJsonpublic GoogleAppsScriptTypeProcess clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.