public final class ServiceConsumerManagementEnum 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 Consumer Management API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ServiceConsumerManagementEnum() |
Modifier and Type | Method and Description |
---|---|
ServiceConsumerManagementEnum |
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.
|
ServiceConsumerManagementEnum |
set(String fieldName,
Object value) |
ServiceConsumerManagementEnum |
setEnumvalue(List<EnumValue> enumvalue)
Enum value definitions.
|
ServiceConsumerManagementEnum |
setName(String name)
Enum type name.
|
ServiceConsumerManagementEnum |
setOptions(List<Option> options)
Protocol buffer options.
|
ServiceConsumerManagementEnum |
setSourceContext(SourceContext sourceContext)
The source context.
|
ServiceConsumerManagementEnum |
setSyntax(String syntax)
The source syntax.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<EnumValue> getEnumvalue()
null
for nonepublic ServiceConsumerManagementEnum setEnumvalue(List<EnumValue> enumvalue)
enumvalue
- enumvalue or null
for nonepublic String getName()
null
for nonepublic ServiceConsumerManagementEnum setName(String name)
name
- name or null
for nonepublic List<Option> getOptions()
null
for nonepublic ServiceConsumerManagementEnum setOptions(List<Option> options)
options
- options or null
for nonepublic SourceContext getSourceContext()
null
for nonepublic ServiceConsumerManagementEnum setSourceContext(SourceContext sourceContext)
sourceContext
- sourceContext or null
for nonepublic String getSyntax()
null
for nonepublic ServiceConsumerManagementEnum setSyntax(String syntax)
syntax
- syntax or null
for nonepublic ServiceConsumerManagementEnum set(String fieldName, Object value)
set
in class GenericJson
public ServiceConsumerManagementEnum clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.