Class AsyncApi30ServerImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30ServerImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiReferenceable,AsyncApiServer,AsyncApi30Extensible,AsyncApi30Referenceable,AsyncApi30Server,Extensible,Node,Referenceable,Server,Visitable
public class AsyncApi30ServerImpl extends NodeImpl implements AsyncApi30Server
-
-
Constructor Summary
Constructors Constructor Description AsyncApi30ServerImpl()
-
Method Summary
-
Methods inherited from class io.apicurio.datamodels.models.NodeImpl
_setMapPropertyName, _setParentPropertyName, _setParentPropertyType, addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, isEntity, isEntityList, isEntityMap, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
get$ref
public String get$ref()
- Specified by:
get$refin interfaceAsyncApi30Server- Specified by:
get$refin interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$refin interfaceAsyncApi30Server- Specified by:
set$refin interfaceReferenceable
-
getHost
public String getHost()
- Specified by:
getHostin interfaceAsyncApi30Server
-
setHost
public void setHost(String value)
- Specified by:
setHostin interfaceAsyncApi30Server
-
getProtocol
public String getProtocol()
- Specified by:
getProtocolin interfaceAsyncApiServer
-
setProtocol
public void setProtocol(String value)
- Specified by:
setProtocolin interfaceAsyncApiServer
-
getProtocolVersion
public String getProtocolVersion()
- Specified by:
getProtocolVersionin interfaceAsyncApiServer
-
setProtocolVersion
public void setProtocolVersion(String value)
- Specified by:
setProtocolVersionin interfaceAsyncApiServer
-
getPathname
public String getPathname()
- Specified by:
getPathnamein interfaceAsyncApi30Server
-
setPathname
public void setPathname(String value)
- Specified by:
setPathnamein interfaceAsyncApi30Server
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceServer
-
setDescription
public void setDescription(String value)
- Specified by:
setDescriptionin interfaceServer
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceAsyncApi30Server
-
setTitle
public void setTitle(String value)
- Specified by:
setTitlein interfaceAsyncApi30Server
-
getSummary
public String getSummary()
- Specified by:
getSummaryin interfaceAsyncApi30Server
-
setSummary
public void setSummary(String value)
- Specified by:
setSummaryin interfaceAsyncApi30Server
-
createServerVariable
public AsyncApi30ServerVariable createServerVariable()
- Specified by:
createServerVariablein interfaceServer
-
getVariables
public Map<String,ServerVariable> getVariables()
- Specified by:
getVariablesin interfaceServer
-
addVariable
public void addVariable(String name, ServerVariable value)
- Specified by:
addVariablein interfaceServer
-
clearVariables
public void clearVariables()
- Specified by:
clearVariablesin interfaceServer
-
removeVariable
public void removeVariable(String name)
- Specified by:
removeVariablein interfaceServer
-
insertVariable
public void insertVariable(String name, ServerVariable value, int atIndex)
- Specified by:
insertVariablein interfaceServer
-
createSecurityScheme
public AsyncApi30SecurityScheme createSecurityScheme()
- Specified by:
createSecuritySchemein interfaceAsyncApi30Server
-
getSecurity
public List<AsyncApi30SecurityScheme> getSecurity()
- Specified by:
getSecurityin interfaceAsyncApi30Server
-
addSecurity
public void addSecurity(AsyncApi30SecurityScheme value)
- Specified by:
addSecurityin interfaceAsyncApi30Server
-
clearSecurity
public void clearSecurity()
- Specified by:
clearSecurityin interfaceAsyncApi30Server
-
removeSecurity
public void removeSecurity(AsyncApi30SecurityScheme value)
- Specified by:
removeSecurityin interfaceAsyncApi30Server
-
insertSecurity
public void insertSecurity(AsyncApi30SecurityScheme value, int atIndex)
- Specified by:
insertSecurityin interfaceAsyncApi30Server
-
createTag
public AsyncApi30Tag createTag()
- Specified by:
createTagin interfaceAsyncApi30Server
-
getTags
public List<AsyncApi30Tag> getTags()
- Specified by:
getTagsin interfaceAsyncApi30Server
-
addTag
public void addTag(AsyncApi30Tag value)
- Specified by:
addTagin interfaceAsyncApi30Server
-
clearTags
public void clearTags()
- Specified by:
clearTagsin interfaceAsyncApi30Server
-
removeTag
public void removeTag(AsyncApi30Tag value)
- Specified by:
removeTagin interfaceAsyncApi30Server
-
insertTag
public void insertTag(AsyncApi30Tag value, int atIndex)
- Specified by:
insertTagin interfaceAsyncApi30Server
-
getExternalDocs
public AsyncApi30ExternalDocumentation getExternalDocs()
- Specified by:
getExternalDocsin interfaceAsyncApi30Server
-
setExternalDocs
public void setExternalDocs(AsyncApi30ExternalDocumentation value)
- Specified by:
setExternalDocsin interfaceAsyncApi30Server
-
createExternalDocumentation
public AsyncApi30ExternalDocumentation createExternalDocumentation()
- Specified by:
createExternalDocumentationin interfaceAsyncApi30Server
-
getBindings
public AsyncApiServerBindings getBindings()
- Specified by:
getBindingsin interfaceAsyncApiServer
-
setBindings
public void setBindings(AsyncApiServerBindings value)
- Specified by:
setBindingsin interfaceAsyncApiServer
-
createServerBindings
public AsyncApi30ServerBindings createServerBindings()
- Specified by:
createServerBindingsin interfaceAsyncApiServer
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi30Server- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi30Server- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi30Server- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi30Server- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi30Server- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-