Class AsyncApi25MessageExampleImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25MessageExampleImpl
-
- All Implemented Interfaces:
AsyncApiExtensible
,AsyncApiMessageExample
,AsyncApi25Extensible
,AsyncApi25MessageExample
,Extensible
,Node
,Visitable
public class AsyncApi25MessageExampleImpl extends NodeImpl implements AsyncApi25MessageExample
-
-
Constructor Summary
Constructors Constructor Description AsyncApi25MessageExampleImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor visitor)
void
addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
void
clearExtensions()
Node
emptyClone()
Map<String,com.fasterxml.jackson.databind.JsonNode>
getExtensions()
Map<String,com.fasterxml.jackson.databind.JsonNode>
getHeaders()
String
getName()
com.fasterxml.jackson.databind.JsonNode
getPayload()
String
getSummary()
void
removeExtension(String name)
void
setHeaders(Map<String,com.fasterxml.jackson.databind.JsonNode> value)
void
setName(String value)
void
setPayload(com.fasterxml.jackson.databind.JsonNode value)
void
setSummary(String value)
-
Methods inherited from class io.apicurio.datamodels.models.NodeImpl
addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, isEntity, isEntityList, isEntityMap, modelId, parent, 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, modelId, parent, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
getHeaders
public Map<String,com.fasterxml.jackson.databind.JsonNode> getHeaders()
- Specified by:
getHeaders
in interfaceAsyncApiMessageExample
-
setHeaders
public void setHeaders(Map<String,com.fasterxml.jackson.databind.JsonNode> value)
- Specified by:
setHeaders
in interfaceAsyncApiMessageExample
-
getPayload
public com.fasterxml.jackson.databind.JsonNode getPayload()
- Specified by:
getPayload
in interfaceAsyncApi25MessageExample
-
setPayload
public void setPayload(com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
setPayload
in interfaceAsyncApi25MessageExample
-
getName
public String getName()
- Specified by:
getName
in interfaceAsyncApiMessageExample
-
setName
public void setName(String value)
- Specified by:
setName
in interfaceAsyncApiMessageExample
-
getSummary
public String getSummary()
- Specified by:
getSummary
in interfaceAsyncApiMessageExample
-
setSummary
public void setSummary(String value)
- Specified by:
setSummary
in interfaceAsyncApiMessageExample
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensions
in interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtension
in interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensions
in interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtension
in interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClone
in interfaceNode
-
-