public final class JoinAsyncResponse
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 |
---|
JoinAsyncResponse() |
Modifier and Type | Method and Description |
---|---|
JoinAsyncResponse |
clone() |
java.util.Map<java.lang.String,Operation> |
getResults()
The return values for each script function, in a map of operation resource names to the
Operation containing the result of the process.
|
JoinAsyncResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
JoinAsyncResponse |
setResults(java.util.Map<java.lang.String,Operation> results)
The return values for each script function, in a map of operation resource names to the
Operation containing the result of the process.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.Map<java.lang.String,Operation> getResults()
null
for nonepublic JoinAsyncResponse setResults(java.util.Map<java.lang.String,Operation> results)
results
- results or null
for nonepublic JoinAsyncResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public JoinAsyncResponse clone()
clone
in class com.google.api.client.json.GenericJson