public final class JoinAsyncRequest
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 Google Apps Script Execution API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
JoinAsyncRequest() |
Modifier and Type | Method and Description |
---|---|
JoinAsyncRequest |
clone() |
java.util.List<java.lang.String> |
getNames()
List of operation resource names that we want to join, as returned from a call to RunAsync.
|
java.lang.String |
getScriptId()
The script id which specifies the script which all processes in the names field must be from.
|
java.lang.String |
getTimeout()
Timeout for information retrieval in milliseconds.
|
JoinAsyncRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
JoinAsyncRequest |
setNames(java.util.List<java.lang.String> names)
List of operation resource names that we want to join, as returned from a call to RunAsync.
|
JoinAsyncRequest |
setScriptId(java.lang.String scriptId)
The script id which specifies the script which all processes in the names field must be from.
|
JoinAsyncRequest |
setTimeout(java.lang.String timeout)
Timeout for information retrieval in milliseconds.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.List<java.lang.String> getNames()
null
for nonepublic JoinAsyncRequest setNames(java.util.List<java.lang.String> names)
names
- names or null
for nonepublic java.lang.String getScriptId()
null
for nonepublic JoinAsyncRequest setScriptId(java.lang.String scriptId)
scriptId
- scriptId or null
for nonepublic java.lang.String getTimeout()
null
for nonepublic JoinAsyncRequest setTimeout(java.lang.String timeout)
timeout
- timeout or null
for nonepublic JoinAsyncRequest set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public JoinAsyncRequest clone()
clone
in class com.google.api.client.json.GenericJson