Class AsyncApi21TagImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21TagImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiTag,AsyncApi21Extensible,AsyncApi21Tag,Extensible,Node,Tag,Visitable
public class AsyncApi21TagImpl extends NodeImpl implements AsyncApi21Tag
-
-
Constructor Summary
Constructors Constructor Description AsyncApi21TagImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)voidaddExtension(String name, com.fasterxml.jackson.databind.JsonNode value)voidclearExtensions()AsyncApi21ExternalDocumentationcreateExternalDocumentation()NodeemptyClone()StringgetDescription()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()ExternalDocumentationgetExternalDocs()StringgetName()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)voidsetDescription(String value)voidsetExternalDocs(ExternalDocumentation value)voidsetName(String value)-
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
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceTag
-
setDescription
public void setDescription(String value)
- Specified by:
setDescriptionin interfaceTag
-
getExternalDocs
public ExternalDocumentation getExternalDocs()
- Specified by:
getExternalDocsin interfaceTag
-
setExternalDocs
public void setExternalDocs(ExternalDocumentation value)
- Specified by:
setExternalDocsin interfaceTag
-
createExternalDocumentation
public AsyncApi21ExternalDocumentation createExternalDocumentation()
- Specified by:
createExternalDocumentationin interfaceTag
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi21Tag- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi21Tag- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi21Tag- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi21Tag- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi21Tag- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-