Class AsyncApi30DocumentImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.RootNodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30DocumentImpl
-
- All Implemented Interfaces:
AsyncApiDocument,AsyncApiExtensible,AsyncApi30Document,AsyncApi30Extensible,Document,Extensible,Node,RootNode,Visitable
public class AsyncApi30DocumentImpl extends RootNodeImpl implements AsyncApi30Document
-
-
Constructor Summary
Constructors Constructor Description AsyncApi30DocumentImpl()
-
Method Summary
-
Methods inherited from class io.apicurio.datamodels.models.RootNodeImpl
modelType, root
-
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, 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
-
getAsyncapi
public String getAsyncapi()
- Specified by:
getAsyncapiin interfaceAsyncApiDocument
-
setAsyncapi
public void setAsyncapi(String value)
- Specified by:
setAsyncapiin interfaceAsyncApiDocument
-
getId
public String getId()
- Specified by:
getIdin interfaceAsyncApiDocument
-
setId
public void setId(String value)
- Specified by:
setIdin interfaceAsyncApiDocument
-
createInfo
public AsyncApi30Info createInfo()
- Specified by:
createInfoin interfaceDocument
-
getServers
public AsyncApiServers getServers()
- Specified by:
getServersin interfaceAsyncApiDocument
-
setServers
public void setServers(AsyncApiServers value)
- Specified by:
setServersin interfaceAsyncApiDocument
-
createServers
public AsyncApi30Servers createServers()
- Specified by:
createServersin interfaceAsyncApiDocument
-
getDefaultContentType
public String getDefaultContentType()
- Specified by:
getDefaultContentTypein interfaceAsyncApiDocument
-
setDefaultContentType
public void setDefaultContentType(String value)
- Specified by:
setDefaultContentTypein interfaceAsyncApiDocument
-
getChannels
public AsyncApiChannels getChannels()
- Specified by:
getChannelsin interfaceAsyncApiDocument
-
setChannels
public void setChannels(AsyncApiChannels value)
- Specified by:
setChannelsin interfaceAsyncApiDocument
-
createChannels
public AsyncApi30Channels createChannels()
- Specified by:
createChannelsin interfaceAsyncApiDocument
-
getOperations
public AsyncApi30Operations getOperations()
- Specified by:
getOperationsin interfaceAsyncApi30Document
-
setOperations
public void setOperations(AsyncApi30Operations value)
- Specified by:
setOperationsin interfaceAsyncApi30Document
-
createOperations
public AsyncApi30Operations createOperations()
- Specified by:
createOperationsin interfaceAsyncApi30Document
-
getComponents
public AsyncApiComponents getComponents()
- Specified by:
getComponentsin interfaceAsyncApiDocument
-
setComponents
public void setComponents(AsyncApiComponents value)
- Specified by:
setComponentsin interfaceAsyncApiDocument
-
createComponents
public AsyncApi30Components createComponents()
- Specified by:
createComponentsin interfaceAsyncApiDocument
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi30Document- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi30Document- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi30Document- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi30Document- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi30Document- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-