public final class GoogleAppsScriptTypeProcess
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
GoogleAppsScriptTypeProcess() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsScriptTypeProcess |
clone() |
java.lang.String |
getDuration()
Duration the execution spent executing.
|
java.lang.String |
getFunctionName()
Name of the function the started the execution.
|
java.lang.String |
getProcessStatus()
The executions status.
|
java.lang.String |
getProcessType()
The executions type.
|
java.lang.String |
getProjectName()
Name of the script being executed.
|
java.lang.String |
getStartTime()
Time the execution started.
|
java.lang.String |
getUserAccessLevel()
The executing users access level to the script.
|
GoogleAppsScriptTypeProcess |
set(java.lang.String fieldName,
java.lang.Object value) |
GoogleAppsScriptTypeProcess |
setDuration(java.lang.String duration)
Duration the execution spent executing.
|
GoogleAppsScriptTypeProcess |
setFunctionName(java.lang.String functionName)
Name of the function the started the execution.
|
GoogleAppsScriptTypeProcess |
setProcessStatus(java.lang.String processStatus)
The executions status.
|
GoogleAppsScriptTypeProcess |
setProcessType(java.lang.String processType)
The executions type.
|
GoogleAppsScriptTypeProcess |
setProjectName(java.lang.String projectName)
Name of the script being executed.
|
GoogleAppsScriptTypeProcess |
setStartTime(java.lang.String startTime)
Time the execution started.
|
GoogleAppsScriptTypeProcess |
setUserAccessLevel(java.lang.String userAccessLevel)
The executing users access level to the script.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getDuration()
null for nonepublic GoogleAppsScriptTypeProcess setDuration(java.lang.String duration)
duration - duration or null for nonepublic java.lang.String getFunctionName()
null for nonepublic GoogleAppsScriptTypeProcess setFunctionName(java.lang.String functionName)
functionName - functionName or null for nonepublic java.lang.String getProcessStatus()
null for nonepublic GoogleAppsScriptTypeProcess setProcessStatus(java.lang.String processStatus)
processStatus - processStatus or null for nonepublic java.lang.String getProcessType()
null for nonepublic GoogleAppsScriptTypeProcess setProcessType(java.lang.String processType)
processType - processType or null for nonepublic java.lang.String getProjectName()
null for nonepublic GoogleAppsScriptTypeProcess setProjectName(java.lang.String projectName)
projectName - projectName or null for nonepublic java.lang.String getStartTime()
null for nonepublic GoogleAppsScriptTypeProcess setStartTime(java.lang.String startTime)
startTime - startTime or null for nonepublic java.lang.String getUserAccessLevel()
null for nonepublic GoogleAppsScriptTypeProcess setUserAccessLevel(java.lang.String userAccessLevel)
userAccessLevel - userAccessLevel or null for nonepublic GoogleAppsScriptTypeProcess set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAppsScriptTypeProcess clone()
clone in class com.google.api.client.json.GenericJson