GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
About.QuotaBytesByService() |
Modifier and Type | Method and Description |
---|---|
About.QuotaBytesByService |
clone() |
Long |
getBytesUsed()
The storage quota bytes used by the service.
|
String |
getServiceName()
The service's name, e.g.
|
About.QuotaBytesByService |
set(String fieldName,
Object value) |
About.QuotaBytesByService |
setBytesUsed(Long bytesUsed)
The storage quota bytes used by the service.
|
About.QuotaBytesByService |
setServiceName(String serviceName)
The service's name, e.g.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Long getBytesUsed()
null
for nonepublic About.QuotaBytesByService setBytesUsed(Long bytesUsed)
bytesUsed
- bytesUsed or null
for nonepublic String getServiceName()
null
for nonepublic About.QuotaBytesByService setServiceName(String serviceName)
serviceName
- serviceName or null
for nonepublic About.QuotaBytesByService set(String fieldName, Object value)
set
in class GenericJson
public About.QuotaBytesByService clone()
clone
in class GenericJson