Class AsyncApi30ChannelImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30ChannelImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiReferenceable,AsyncApi30Channel,AsyncApi30Extensible,AsyncApi30Referenceable,Extensible,Node,Referenceable,Visitable
public class AsyncApi30ChannelImpl extends NodeImpl implements AsyncApi30Channel
-
-
Constructor Summary
Constructors Constructor Description AsyncApi30ChannelImpl()
-
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 interfaceAsyncApi30Channel- Specified by:
get$refin interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$refin interfaceAsyncApi30Channel- Specified by:
set$refin interfaceReferenceable
-
getAddress
public String getAddress()
- Specified by:
getAddressin interfaceAsyncApi30Channel
-
setAddress
public void setAddress(String value)
- Specified by:
setAddressin interfaceAsyncApi30Channel
-
createMessage
public AsyncApi30Message createMessage()
- Specified by:
createMessagein interfaceAsyncApi30Channel
-
getMessages
public Map<String,AsyncApi30Message> getMessages()
- Specified by:
getMessagesin interfaceAsyncApi30Channel
-
addMessage
public void addMessage(String name, AsyncApi30Message value)
- Specified by:
addMessagein interfaceAsyncApi30Channel
-
clearMessages
public void clearMessages()
- Specified by:
clearMessagesin interfaceAsyncApi30Channel
-
removeMessage
public void removeMessage(String name)
- Specified by:
removeMessagein interfaceAsyncApi30Channel
-
insertMessage
public void insertMessage(String name, AsyncApi30Message value, int atIndex)
- Specified by:
insertMessagein interfaceAsyncApi30Channel
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceAsyncApi30Channel
-
setTitle
public void setTitle(String value)
- Specified by:
setTitlein interfaceAsyncApi30Channel
-
getSummary
public String getSummary()
- Specified by:
getSummaryin interfaceAsyncApi30Channel
-
setSummary
public void setSummary(String value)
- Specified by:
setSummaryin interfaceAsyncApi30Channel
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceAsyncApi30Channel
-
setDescription
public void setDescription(String value)
- Specified by:
setDescriptionin interfaceAsyncApi30Channel
-
createReference
public AsyncApi30Reference createReference()
- Specified by:
createReferencein interfaceAsyncApi30Channel
-
getServers
public List<AsyncApi30Reference> getServers()
- Specified by:
getServersin interfaceAsyncApi30Channel
-
addServer
public void addServer(AsyncApi30Reference value)
- Specified by:
addServerin interfaceAsyncApi30Channel
-
clearServers
public void clearServers()
- Specified by:
clearServersin interfaceAsyncApi30Channel
-
removeServer
public void removeServer(AsyncApi30Reference value)
- Specified by:
removeServerin interfaceAsyncApi30Channel
-
insertServer
public void insertServer(AsyncApi30Reference value, int atIndex)
- Specified by:
insertServerin interfaceAsyncApi30Channel
-
getParameters
public AsyncApi30Parameters getParameters()
- Specified by:
getParametersin interfaceAsyncApi30Channel
-
setParameters
public void setParameters(AsyncApi30Parameters value)
- Specified by:
setParametersin interfaceAsyncApi30Channel
-
createParameters
public AsyncApi30Parameters createParameters()
- Specified by:
createParametersin interfaceAsyncApi30Channel
-
createTag
public AsyncApi30Tag createTag()
- Specified by:
createTagin interfaceAsyncApi30Channel
-
getTags
public List<AsyncApi30Tag> getTags()
- Specified by:
getTagsin interfaceAsyncApi30Channel
-
addTag
public void addTag(AsyncApi30Tag value)
- Specified by:
addTagin interfaceAsyncApi30Channel
-
clearTags
public void clearTags()
- Specified by:
clearTagsin interfaceAsyncApi30Channel
-
removeTag
public void removeTag(AsyncApi30Tag value)
- Specified by:
removeTagin interfaceAsyncApi30Channel
-
insertTag
public void insertTag(AsyncApi30Tag value, int atIndex)
- Specified by:
insertTagin interfaceAsyncApi30Channel
-
getExternalDocs
public AsyncApi30ExternalDocumentation getExternalDocs()
- Specified by:
getExternalDocsin interfaceAsyncApi30Channel
-
setExternalDocs
public void setExternalDocs(AsyncApi30ExternalDocumentation value)
- Specified by:
setExternalDocsin interfaceAsyncApi30Channel
-
createExternalDocumentation
public AsyncApi30ExternalDocumentation createExternalDocumentation()
- Specified by:
createExternalDocumentationin interfaceAsyncApi30Channel
-
getBindings
public AsyncApi30ChannelBindings getBindings()
- Specified by:
getBindingsin interfaceAsyncApi30Channel
-
setBindings
public void setBindings(AsyncApi30ChannelBindings value)
- Specified by:
setBindingsin interfaceAsyncApi30Channel
-
createChannelBindings
public AsyncApi30ChannelBindings createChannelBindings()
- Specified by:
createChannelBindingsin interfaceAsyncApi30Channel
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi30Channel- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi30Channel- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi30Channel- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi30Channel- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi30Channel- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-