public static final class About.MaxUploadSizes
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
MaxUploadSizes() |
Modifier and Type | Method and Description |
---|---|
About.MaxUploadSizes |
clone() |
java.lang.Long |
getSize()
The max upload size for this type.
|
java.lang.String |
getType()
The file type.
|
About.MaxUploadSizes |
set(java.lang.String fieldName,
java.lang.Object value) |
About.MaxUploadSizes |
setSize(java.lang.Long size)
The max upload size for this type.
|
About.MaxUploadSizes |
setType(java.lang.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 java.lang.Long getSize()
null
for nonepublic About.MaxUploadSizes setSize(java.lang.Long size)
size
- size or null
for nonepublic java.lang.String getType()
null
for nonepublic About.MaxUploadSizes setType(java.lang.String type)
type
- type or null
for nonepublic About.MaxUploadSizes set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public About.MaxUploadSizes clone()
clone
in class com.google.api.client.json.GenericJson