GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Files() |
Modifier and Type | Method and Description |
---|---|
Report.Files |
clone() |
Long |
getByteCount()
The size of this report file in bytes.
|
String |
getUrl()
Use this url to download the report file.
|
Report.Files |
set(String fieldName,
Object value) |
Report.Files |
setByteCount(Long byteCount)
The size of this report file in bytes.
|
Report.Files |
setUrl(String url)
Use this url to download the report file.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Long getByteCount()
null
for nonepublic Report.Files setByteCount(Long byteCount)
byteCount
- byteCount or null
for nonepublic String getUrl()
null
for nonepublic Report.Files setUrl(String url)
url
- url or null
for nonepublic Report.Files set(String fieldName, Object value)
set
in class GenericJson
public Report.Files clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.