Class AsyncApi20MessageBindingsImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20MessageBindingsImpl
-
- All Implemented Interfaces:
AsyncApiMessageBindings,AsyncApi20MessageBindings,Node,Visitable
public class AsyncApi20MessageBindingsImpl extends NodeImpl implements AsyncApi20MessageBindings
-
-
Constructor Summary
Constructors Constructor Description AsyncApi20MessageBindingsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)AsyncApi20BindingcreateBinding()NodeemptyClone()AsyncApiBindinggetAmqp()AsyncApiBindinggetAmqp1()AsyncApiBindinggetHttp()AsyncApiBindinggetJms()AsyncApiBindinggetKafka()AsyncApiBindinggetMqtt()AsyncApiBindinggetMqtt5()AsyncApiBindinggetNats()AsyncApiBindinggetRedis()AsyncApiBindinggetSns()AsyncApiBindinggetSqs()AsyncApiBindinggetStomp()AsyncApiBindinggetWs()voidsetAmqp(AsyncApiBinding value)voidsetAmqp1(AsyncApiBinding value)voidsetHttp(AsyncApiBinding value)voidsetJms(AsyncApiBinding value)voidsetKafka(AsyncApiBinding value)voidsetMqtt(AsyncApiBinding value)voidsetMqtt5(AsyncApiBinding value)voidsetNats(AsyncApiBinding value)voidsetRedis(AsyncApiBinding value)voidsetSns(AsyncApiBinding value)voidsetSqs(AsyncApiBinding value)voidsetStomp(AsyncApiBinding value)voidsetWs(AsyncApiBinding 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
-
getHttp
public AsyncApiBinding getHttp()
- Specified by:
getHttpin interfaceAsyncApiMessageBindings
-
setHttp
public void setHttp(AsyncApiBinding value)
- Specified by:
setHttpin interfaceAsyncApiMessageBindings
-
createBinding
public AsyncApi20Binding createBinding()
- Specified by:
createBindingin interfaceAsyncApiMessageBindings
-
getWs
public AsyncApiBinding getWs()
- Specified by:
getWsin interfaceAsyncApiMessageBindings
-
setWs
public void setWs(AsyncApiBinding value)
- Specified by:
setWsin interfaceAsyncApiMessageBindings
-
getKafka
public AsyncApiBinding getKafka()
- Specified by:
getKafkain interfaceAsyncApiMessageBindings
-
setKafka
public void setKafka(AsyncApiBinding value)
- Specified by:
setKafkain interfaceAsyncApiMessageBindings
-
getAmqp
public AsyncApiBinding getAmqp()
- Specified by:
getAmqpin interfaceAsyncApiMessageBindings
-
setAmqp
public void setAmqp(AsyncApiBinding value)
- Specified by:
setAmqpin interfaceAsyncApiMessageBindings
-
getAmqp1
public AsyncApiBinding getAmqp1()
- Specified by:
getAmqp1in interfaceAsyncApiMessageBindings
-
setAmqp1
public void setAmqp1(AsyncApiBinding value)
- Specified by:
setAmqp1in interfaceAsyncApiMessageBindings
-
getMqtt
public AsyncApiBinding getMqtt()
- Specified by:
getMqttin interfaceAsyncApiMessageBindings
-
setMqtt
public void setMqtt(AsyncApiBinding value)
- Specified by:
setMqttin interfaceAsyncApiMessageBindings
-
getMqtt5
public AsyncApiBinding getMqtt5()
- Specified by:
getMqtt5in interfaceAsyncApiMessageBindings
-
setMqtt5
public void setMqtt5(AsyncApiBinding value)
- Specified by:
setMqtt5in interfaceAsyncApiMessageBindings
-
getNats
public AsyncApiBinding getNats()
- Specified by:
getNatsin interfaceAsyncApiMessageBindings
-
setNats
public void setNats(AsyncApiBinding value)
- Specified by:
setNatsin interfaceAsyncApiMessageBindings
-
getJms
public AsyncApiBinding getJms()
- Specified by:
getJmsin interfaceAsyncApiMessageBindings
-
setJms
public void setJms(AsyncApiBinding value)
- Specified by:
setJmsin interfaceAsyncApiMessageBindings
-
getSns
public AsyncApiBinding getSns()
- Specified by:
getSnsin interfaceAsyncApiMessageBindings
-
setSns
public void setSns(AsyncApiBinding value)
- Specified by:
setSnsin interfaceAsyncApiMessageBindings
-
getSqs
public AsyncApiBinding getSqs()
- Specified by:
getSqsin interfaceAsyncApiMessageBindings
-
setSqs
public void setSqs(AsyncApiBinding value)
- Specified by:
setSqsin interfaceAsyncApiMessageBindings
-
getStomp
public AsyncApiBinding getStomp()
- Specified by:
getStompin interfaceAsyncApiMessageBindings
-
setStomp
public void setStomp(AsyncApiBinding value)
- Specified by:
setStompin interfaceAsyncApiMessageBindings
-
getRedis
public AsyncApiBinding getRedis()
- Specified by:
getRedisin interfaceAsyncApiMessageBindings
-
setRedis
public void setRedis(AsyncApiBinding value)
- Specified by:
setRedisin interfaceAsyncApiMessageBindings
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-