public static final class BatchReport.Outputs
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
BatchReport.Outputs() |
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Outputs |
clone() |
java.lang.String |
getDownloadUrl()
Cloud storage URL to download this report.
|
java.lang.String |
getFormat()
Format of the output.
|
java.lang.String |
getType()
Type of the output.
|
BatchReport.Outputs |
set(java.lang.String fieldName,
java.lang.Object value) |
BatchReport.Outputs |
setDownloadUrl(java.lang.String downloadUrl)
Cloud storage URL to download this report.
|
BatchReport.Outputs |
setFormat(java.lang.String format)
Format of the output.
|
BatchReport.Outputs |
setType(java.lang.String type)
Type of the output.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getDownloadUrl()
null for nonepublic BatchReport.Outputs setDownloadUrl(java.lang.String downloadUrl)
downloadUrl - downloadUrl or null for nonepublic java.lang.String getFormat()
null for nonepublic BatchReport.Outputs setFormat(java.lang.String format)
format - format or null for nonepublic java.lang.String getType()
null for nonepublic BatchReport.Outputs setType(java.lang.String type)
type - type or null for nonepublic BatchReport.Outputs set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BatchReport.Outputs clone()
clone in class com.google.api.client.json.GenericJson