public static final class File.Urls
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
File.Urls() |
| Modifier and Type | Method and Description |
|---|---|
File.Urls |
clone() |
java.lang.String |
getApiUrl()
The URL for downloading the report data through the API.
|
java.lang.String |
getBrowserUrl()
The URL for downloading the report data through a browser.
|
File.Urls |
set(java.lang.String fieldName,
java.lang.Object value) |
File.Urls |
setApiUrl(java.lang.String apiUrl)
The URL for downloading the report data through the API.
|
File.Urls |
setBrowserUrl(java.lang.String browserUrl)
The URL for downloading the report data through a browser.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getApiUrl()
null for nonepublic File.Urls setApiUrl(java.lang.String apiUrl)
apiUrl - apiUrl or null for nonepublic java.lang.String getBrowserUrl()
null for nonepublic File.Urls setBrowserUrl(java.lang.String browserUrl)
browserUrl - browserUrl or null for nonepublic File.Urls set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic File.Urls clone()
clone in class com.google.api.client.json.GenericJson