Class AsyncApi20OperationBindingsImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v20.AsyncApi20OperationBindingsImpl
-
- All Implemented Interfaces:
AsyncApiOperationBindings,AsyncApi20OperationBindings,Node,Visitable
public class AsyncApi20OperationBindingsImpl extends NodeImpl implements AsyncApi20OperationBindings
-
-
Constructor Summary
Constructors Constructor Description AsyncApi20OperationBindingsImpl()
-
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 interfaceAsyncApiOperationBindings
-
setHttp
public void setHttp(AsyncApiBinding value)
- Specified by:
setHttpin interfaceAsyncApiOperationBindings
-
createBinding
public AsyncApi20Binding createBinding()
- Specified by:
createBindingin interfaceAsyncApiOperationBindings
-
getWs
public AsyncApiBinding getWs()
- Specified by:
getWsin interfaceAsyncApiOperationBindings
-
setWs
public void setWs(AsyncApiBinding value)
- Specified by:
setWsin interfaceAsyncApiOperationBindings
-
getKafka
public AsyncApiBinding getKafka()
- Specified by:
getKafkain interfaceAsyncApiOperationBindings
-
setKafka
public void setKafka(AsyncApiBinding value)
- Specified by:
setKafkain interfaceAsyncApiOperationBindings
-
getAmqp
public AsyncApiBinding getAmqp()
- Specified by:
getAmqpin interfaceAsyncApiOperationBindings
-
setAmqp
public void setAmqp(AsyncApiBinding value)
- Specified by:
setAmqpin interfaceAsyncApiOperationBindings
-
getAmqp1
public AsyncApiBinding getAmqp1()
- Specified by:
getAmqp1in interfaceAsyncApiOperationBindings
-
setAmqp1
public void setAmqp1(AsyncApiBinding value)
- Specified by:
setAmqp1in interfaceAsyncApiOperationBindings
-
getMqtt
public AsyncApiBinding getMqtt()
- Specified by:
getMqttin interfaceAsyncApiOperationBindings
-
setMqtt
public void setMqtt(AsyncApiBinding value)
- Specified by:
setMqttin interfaceAsyncApiOperationBindings
-
getMqtt5
public AsyncApiBinding getMqtt5()
- Specified by:
getMqtt5in interfaceAsyncApiOperationBindings
-
setMqtt5
public void setMqtt5(AsyncApiBinding value)
- Specified by:
setMqtt5in interfaceAsyncApiOperationBindings
-
getNats
public AsyncApiBinding getNats()
- Specified by:
getNatsin interfaceAsyncApiOperationBindings
-
setNats
public void setNats(AsyncApiBinding value)
- Specified by:
setNatsin interfaceAsyncApiOperationBindings
-
getJms
public AsyncApiBinding getJms()
- Specified by:
getJmsin interfaceAsyncApiOperationBindings
-
setJms
public void setJms(AsyncApiBinding value)
- Specified by:
setJmsin interfaceAsyncApiOperationBindings
-
getSns
public AsyncApiBinding getSns()
- Specified by:
getSnsin interfaceAsyncApiOperationBindings
-
setSns
public void setSns(AsyncApiBinding value)
- Specified by:
setSnsin interfaceAsyncApiOperationBindings
-
getSqs
public AsyncApiBinding getSqs()
- Specified by:
getSqsin interfaceAsyncApiOperationBindings
-
setSqs
public void setSqs(AsyncApiBinding value)
- Specified by:
setSqsin interfaceAsyncApiOperationBindings
-
getStomp
public AsyncApiBinding getStomp()
- Specified by:
getStompin interfaceAsyncApiOperationBindings
-
setStomp
public void setStomp(AsyncApiBinding value)
- Specified by:
setStompin interfaceAsyncApiOperationBindings
-
getRedis
public AsyncApiBinding getRedis()
- Specified by:
getRedisin interfaceAsyncApiOperationBindings
-
setRedis
public void setRedis(AsyncApiBinding value)
- Specified by:
setRedisin interfaceAsyncApiOperationBindings
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-