Class AsyncApi22MessageExampleImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v22.AsyncApi22MessageExampleImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiMessageExample,AsyncApi22Extensible,AsyncApi22MessageExample,Extensible,Node,Visitable
public class AsyncApi22MessageExampleImpl extends NodeImpl implements AsyncApi22MessageExample
-
-
Constructor Summary
Constructors Constructor Description AsyncApi22MessageExampleImpl()
-
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()NodeemptyClone()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()Map<String,com.fasterxml.jackson.databind.JsonNode>getHeaders()StringgetName()com.fasterxml.jackson.databind.JsonNodegetPayload()StringgetSummary()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)voidsetHeaders(Map<String,com.fasterxml.jackson.databind.JsonNode> value)voidsetName(String value)voidsetPayload(com.fasterxml.jackson.databind.JsonNode value)voidsetSummary(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
-
getHeaders
public Map<String,com.fasterxml.jackson.databind.JsonNode> getHeaders()
- Specified by:
getHeadersin interfaceAsyncApiMessageExample
-
setHeaders
public void setHeaders(Map<String,com.fasterxml.jackson.databind.JsonNode> value)
- Specified by:
setHeadersin interfaceAsyncApiMessageExample
-
getPayload
public com.fasterxml.jackson.databind.JsonNode getPayload()
- Specified by:
getPayloadin interfaceAsyncApi22MessageExample
-
setPayload
public void setPayload(com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
setPayloadin interfaceAsyncApi22MessageExample
-
getName
public String getName()
- Specified by:
getNamein interfaceAsyncApiMessageExample
-
setName
public void setName(String value)
- Specified by:
setNamein interfaceAsyncApiMessageExample
-
getSummary
public String getSummary()
- Specified by:
getSummaryin interfaceAsyncApiMessageExample
-
setSummary
public void setSummary(String value)
- Specified by:
setSummaryin interfaceAsyncApiMessageExample
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi22MessageExample- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi22MessageExample- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi22MessageExample- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi22MessageExample- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi22MessageExample- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-