public class ServerVariablesImpl extends LinkedHashMap<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> implements org.eclipse.microprofile.openapi.models.servers.ServerVariables, ModelImpl
ServerVariables OpenAPI model interface.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ServerVariablesImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.openapi.models.servers.ServerVariables |
addExtension(String name,
Object value) |
org.eclipse.microprofile.openapi.models.servers.ServerVariables |
addServerVariable(String name,
org.eclipse.microprofile.openapi.models.servers.ServerVariable serverVariable) |
Map<String,Object> |
getExtensions() |
Map<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> |
getServerVariables() |
void |
removeExtension(String name) |
void |
removeServerVariable(String name) |
void |
setExtensions(Map<String,Object> extensions) |
void |
setServerVariables(Map<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> items) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsKey, get, getServerVariable, hasServerVariable, put, putAll, removeclear, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, valuespublic Map<String,Object> getExtensions()
getExtensions in interface org.eclipse.microprofile.openapi.models.Extensible<org.eclipse.microprofile.openapi.models.servers.ServerVariables>Extensible.getExtensions()public org.eclipse.microprofile.openapi.models.servers.ServerVariables addExtension(String name, Object value)
addExtension in interface org.eclipse.microprofile.openapi.models.Extensible<org.eclipse.microprofile.openapi.models.servers.ServerVariables>Extensible.addExtension(java.lang.String, java.lang.Object)public void removeExtension(String name)
removeExtension in interface org.eclipse.microprofile.openapi.models.Extensible<org.eclipse.microprofile.openapi.models.servers.ServerVariables>Extensible.removeExtension(java.lang.String)public void setExtensions(Map<String,Object> extensions)
setExtensions in interface org.eclipse.microprofile.openapi.models.Extensible<org.eclipse.microprofile.openapi.models.servers.ServerVariables>Extensible.setExtensions(java.util.Map)public org.eclipse.microprofile.openapi.models.servers.ServerVariables addServerVariable(String name, org.eclipse.microprofile.openapi.models.servers.ServerVariable serverVariable)
addServerVariable in interface org.eclipse.microprofile.openapi.models.servers.ServerVariablesServerVariables.addServerVariable(java.lang.String,
org.eclipse.microprofile.openapi.models.servers.ServerVariable)public void removeServerVariable(String name)
removeServerVariable in interface org.eclipse.microprofile.openapi.models.servers.ServerVariablesServerVariables.removeServerVariable(java.lang.String)public Map<String,org.eclipse.microprofile.openapi.models.servers.ServerVariable> getServerVariables()
getServerVariables in interface org.eclipse.microprofile.openapi.models.servers.ServerVariablesServerVariables.getServerVariables()Copyright © 2018–2019. All rights reserved.