Class AsyncApi25InfoImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25InfoImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiInfo,AsyncApi25Extensible,AsyncApi25Info,Extensible,Info,Node,Visitable
public class AsyncApi25InfoImpl extends NodeImpl implements AsyncApi25Info
-
-
Constructor Summary
Constructors Constructor Description AsyncApi25InfoImpl()
-
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()AsyncApi25ContactcreateContact()AsyncApi25LicensecreateLicense()NodeemptyClone()ContactgetContact()StringgetDescription()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()LicensegetLicense()StringgetTermsOfService()StringgetTitle()StringgetVersion()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)voidsetContact(Contact value)voidsetDescription(String value)voidsetLicense(License value)voidsetTermsOfService(String value)voidsetTitle(String value)voidsetVersion(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
-
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 AsyncApi25Contact 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 AsyncApi25License createLicense()
- Specified by:
createLicensein interfaceInfo
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi25Info- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi25Info- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi25Info- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi25Info- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi25Info- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-