GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
About.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, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
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