public static final class Report.Files
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Files() |
Modifier and Type | Method and Description |
---|---|
Report.Files |
clone() |
java.lang.Long |
getByteCount()
The size of this report file in bytes.
|
java.lang.String |
getUrl()
Use this url to download the report file.
|
Report.Files |
set(java.lang.String fieldName,
java.lang.Object value) |
Report.Files |
setByteCount(java.lang.Long byteCount)
The size of this report file in bytes.
|
Report.Files |
setUrl(java.lang.String url)
Use this url to download the report file.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Long getByteCount()
null
for nonepublic Report.Files setByteCount(java.lang.Long byteCount)
byteCount
- byteCount or null
for nonepublic java.lang.String getUrl()
null
for nonepublic Report.Files setUrl(java.lang.String url)
url
- url or null
for nonepublic Report.Files set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Report.Files clone()
clone
in class com.google.api.client.json.GenericJson