Class AsyncApi30InfoImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30InfoImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiInfo,AsyncApi30Extensible,AsyncApi30Info,Extensible,Info,Node,Visitable
public class AsyncApi30InfoImpl extends NodeImpl implements AsyncApi30Info
-
-
Constructor Summary
Constructors Constructor Description AsyncApi30InfoImpl()
-
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
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceInfo
-
setVersion
public void setVersion(String value)
- Specified by:
setVersionin interfaceInfo
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceInfo
-
setDescription
public void setDescription(String value)
- Specified by:
setDescriptionin interfaceInfo
-
getTermsOfService
public String getTermsOfService()
- Specified by:
getTermsOfServicein interfaceInfo
-
setTermsOfService
public void setTermsOfService(String value)
- Specified by:
setTermsOfServicein interfaceInfo
-
getContact
public Contact getContact()
- Specified by:
getContactin interfaceInfo
-
setContact
public void setContact(Contact value)
- Specified by:
setContactin interfaceInfo
-
createContact
public AsyncApi30Contact createContact()
- Specified by:
createContactin interfaceInfo
-
getLicense
public License getLicense()
- Specified by:
getLicensein interfaceInfo
-
setLicense
public void setLicense(License value)
- Specified by:
setLicensein interfaceInfo
-
createLicense
public AsyncApi30License createLicense()
- Specified by:
createLicensein interfaceInfo
-
createTag
public AsyncApi30Tag createTag()
- Specified by:
createTagin interfaceAsyncApi30Info
-
getTags
public List<AsyncApi30Tag> getTags()
- Specified by:
getTagsin interfaceAsyncApi30Info
-
addTag
public void addTag(AsyncApi30Tag value)
- Specified by:
addTagin interfaceAsyncApi30Info
-
clearTags
public void clearTags()
- Specified by:
clearTagsin interfaceAsyncApi30Info
-
removeTag
public void removeTag(AsyncApi30Tag value)
- Specified by:
removeTagin interfaceAsyncApi30Info
-
insertTag
public void insertTag(AsyncApi30Tag value, int atIndex)
- Specified by:
insertTagin interfaceAsyncApi30Info
-
getExternalDocs
public AsyncApi30ExternalDocumentation getExternalDocs()
- Specified by:
getExternalDocsin interfaceAsyncApi30Info
-
setExternalDocs
public void setExternalDocs(AsyncApi30ExternalDocumentation value)
- Specified by:
setExternalDocsin interfaceAsyncApi30Info
-
createExternalDocumentation
public AsyncApi30ExternalDocumentation createExternalDocumentation()
- Specified by:
createExternalDocumentationin interfaceAsyncApi30Info
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi30Info- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi30Info- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi30Info- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi30Info- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi30Info- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-