Interface AsyncApi25OperationBindings
-
- All Superinterfaces:
AsyncApi25Extensible,AsyncApi25Referenceable,AsyncApiExtensible,AsyncApiOperationBindings,AsyncApiReferenceable,Extensible,Node,Referenceable,Visitable
- All Known Implementing Classes:
AsyncApi25OperationBindingsImpl
public interface AsyncApi25OperationBindings extends AsyncApiOperationBindings, AsyncApi25Extensible, AsyncApi25Referenceable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddExtension(String name, com.fasterxml.jackson.databind.JsonNode value)voidclearExtensions()AsyncApi25BindingcreateBinding()Stringget$ref()AsyncApi25BindinggetAnypointmq()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()AsyncApi25BindinggetGooglepubsub()AsyncApi25BindinggetIbmmq()AsyncApi25BindinggetMercure()AsyncApi25BindinggetSolace()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)voidset$ref(String value)voidsetAnypointmq(AsyncApi25Binding value)voidsetGooglepubsub(AsyncApi25Binding value)voidsetIbmmq(AsyncApi25Binding value)voidsetMercure(AsyncApi25Binding value)voidsetSolace(AsyncApi25Binding value)-
Methods inherited from interface io.apicurio.datamodels.models.asyncapi.AsyncApiOperationBindings
getAmqp, getAmqp1, getHttp, getJms, getKafka, getMqtt, getMqtt5, getNats, getRedis, getSns, getSqs, getStomp, getWs, setAmqp, setAmqp1, setHttp, setJms, setKafka, setMqtt, setMqtt5, setNats, setRedis, setSns, setSqs, setStomp, setWs
-
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
-
-
-
-
Method Detail
-
getAnypointmq
AsyncApi25Binding getAnypointmq()
-
setAnypointmq
void setAnypointmq(AsyncApi25Binding value)
-
createBinding
AsyncApi25Binding createBinding()
- Specified by:
createBindingin interfaceAsyncApiOperationBindings
-
getSolace
AsyncApi25Binding getSolace()
-
setSolace
void setSolace(AsyncApi25Binding value)
-
getMercure
AsyncApi25Binding getMercure()
-
setMercure
void setMercure(AsyncApi25Binding value)
-
getIbmmq
AsyncApi25Binding getIbmmq()
-
setIbmmq
void setIbmmq(AsyncApi25Binding value)
-
getGooglepubsub
AsyncApi25Binding getGooglepubsub()
-
setGooglepubsub
void setGooglepubsub(AsyncApi25Binding value)
-
get$ref
String get$ref()
- Specified by:
get$refin interfaceReferenceable
-
set$ref
void set$ref(String value)
- Specified by:
set$refin interfaceReferenceable
-
getExtensions
Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
void clearExtensions()
- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
void removeExtension(String name)
- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceExtensible
-
-