GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
MaxUploadSizes() |
Modifier and Type | Method and Description |
---|---|
About.MaxUploadSizes |
clone() |
Long |
getSize()
The max upload size for this type.
|
String |
getType()
The file type.
|
About.MaxUploadSizes |
set(String fieldName,
Object value) |
About.MaxUploadSizes |
setSize(Long size)
The max upload size for this type.
|
About.MaxUploadSizes |
setType(String type)
The file type.
|
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 getSize()
null
for nonepublic About.MaxUploadSizes setSize(Long size)
size
- size or null
for nonepublic String getType()
null
for nonepublic About.MaxUploadSizes setType(String type)
type
- type or null
for nonepublic About.MaxUploadSizes set(String fieldName, Object value)
set
in class GenericJson
public About.MaxUploadSizes clone()
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.