public final class ServiceUsageEnum extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Service Usage API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ServiceUsageEnum() |
| Modifier and Type | Method and Description |
|---|---|
ServiceUsageEnum |
clone() |
List<EnumValue> |
getEnumvalue()
Enum value definitions.
|
String |
getName()
Enum type name.
|
List<Option> |
getOptions()
Protocol buffer options.
|
SourceContext |
getSourceContext()
The source context.
|
String |
getSyntax()
The source syntax.
|
ServiceUsageEnum |
set(String fieldName,
Object value) |
ServiceUsageEnum |
setEnumvalue(List<EnumValue> enumvalue)
Enum value definitions.
|
ServiceUsageEnum |
setName(String name)
Enum type name.
|
ServiceUsageEnum |
setOptions(List<Option> options)
Protocol buffer options.
|
ServiceUsageEnum |
setSourceContext(SourceContext sourceContext)
The source context.
|
ServiceUsageEnum |
setSyntax(String syntax)
The source syntax.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<EnumValue> getEnumvalue()
null for nonepublic ServiceUsageEnum setEnumvalue(List<EnumValue> enumvalue)
enumvalue - enumvalue or null for nonepublic String getName()
null for nonepublic ServiceUsageEnum setName(String name)
name - name or null for nonepublic List<Option> getOptions()
null for nonepublic ServiceUsageEnum setOptions(List<Option> options)
options - options or null for nonepublic SourceContext getSourceContext()
null for nonepublic ServiceUsageEnum setSourceContext(SourceContext sourceContext)
sourceContext - sourceContext or null for nonepublic String getSyntax()
null for nonepublic ServiceUsageEnum setSyntax(String syntax)
syntax - syntax or null for nonepublic ServiceUsageEnum set(String fieldName, Object value)
set in class GenericJsonpublic ServiceUsageEnum clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.