Interface AsyncApiMessageExample
-
- All Known Subinterfaces:
AsyncApi22MessageExample,AsyncApi23MessageExample,AsyncApi24MessageExample,AsyncApi25MessageExample,AsyncApi26MessageExample,AsyncApi30MessageExample
- All Known Implementing Classes:
AsyncApi22MessageExampleImpl,AsyncApi23MessageExampleImpl,AsyncApi24MessageExampleImpl,AsyncApi25MessageExampleImpl,AsyncApi26MessageExampleImpl,AsyncApi30MessageExampleImpl
public interface AsyncApiMessageExample extends Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,com.fasterxml.jackson.databind.JsonNode>getHeaders()StringgetName()StringgetSummary()voidsetHeaders(Map<String,com.fasterxml.jackson.databind.JsonNode> value)voidsetName(String value)voidsetSummary(String value)-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, emptyClone, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-