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