public final class ServiceManagementEnum 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 Management 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 |
|---|
ServiceManagementEnum() |
| Modifier and Type | Method and Description |
|---|---|
ServiceManagementEnum |
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.
|
ServiceManagementEnum |
set(String fieldName,
Object value) |
ServiceManagementEnum |
setEnumvalue(List<EnumValue> enumvalue)
Enum value definitions.
|
ServiceManagementEnum |
setName(String name)
Enum type name.
|
ServiceManagementEnum |
setOptions(List<Option> options)
Protocol buffer options.
|
ServiceManagementEnum |
setSourceContext(SourceContext sourceContext)
The source context.
|
ServiceManagementEnum |
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 ServiceManagementEnum setEnumvalue(List<EnumValue> enumvalue)
enumvalue - enumvalue or null for nonepublic String getName()
null for nonepublic ServiceManagementEnum setName(String name)
name - name or null for nonepublic List<Option> getOptions()
null for nonepublic ServiceManagementEnum setOptions(List<Option> options)
options - options or null for nonepublic SourceContext getSourceContext()
null for nonepublic ServiceManagementEnum setSourceContext(SourceContext sourceContext)
sourceContext - sourceContext or null for nonepublic String getSyntax()
null for nonepublic ServiceManagementEnum setSyntax(String syntax)
syntax - syntax or null for nonepublic ServiceManagementEnum set(String fieldName, Object value)
set in class GenericJsonpublic ServiceManagementEnum clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.