Interface AsyncApiCorrelationID
-
- All Known Subinterfaces:
AsyncApi20CorrelationID,AsyncApi21CorrelationID,AsyncApi22CorrelationID,AsyncApi23CorrelationID,AsyncApi24CorrelationID,AsyncApi25CorrelationID,AsyncApi26CorrelationID,AsyncApi30CorrelationID
- All Known Implementing Classes:
AsyncApi20CorrelationIDImpl,AsyncApi21CorrelationIDImpl,AsyncApi22CorrelationIDImpl,AsyncApi23CorrelationIDImpl,AsyncApi24CorrelationIDImpl,AsyncApi25CorrelationIDImpl,AsyncApi26CorrelationIDImpl,AsyncApi30CorrelationIDImpl
public interface AsyncApiCorrelationID extends Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetLocation()voidsetDescription(String value)voidsetLocation(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
-
-