Class AsyncApi21ServerBindingsImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21ServerBindingsImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiReferenceable,AsyncApiServerBindings,AsyncApi21Extensible,AsyncApi21Referenceable,AsyncApi21ServerBindings,Extensible,Node,Referenceable,Visitable
public class AsyncApi21ServerBindingsImpl extends NodeImpl implements AsyncApi21ServerBindings
-
-
Constructor Summary
Constructors Constructor Description AsyncApi21ServerBindingsImpl()
-
Method Summary
-
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
-
get$ref
public String get$ref()
- Specified by:
get$refin interfaceAsyncApi21ServerBindings- Specified by:
get$refin interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$refin interfaceAsyncApi21ServerBindings- Specified by:
set$refin interfaceReferenceable
-
getHttp
public AsyncApiBinding getHttp()
- Specified by:
getHttpin interfaceAsyncApiServerBindings
-
setHttp
public void setHttp(AsyncApiBinding value)
- Specified by:
setHttpin interfaceAsyncApiServerBindings
-
createBinding
public AsyncApi21Binding createBinding()
- Specified by:
createBindingin interfaceAsyncApi21ServerBindings- Specified by:
createBindingin interfaceAsyncApiServerBindings
-
getWs
public AsyncApiBinding getWs()
- Specified by:
getWsin interfaceAsyncApiServerBindings
-
setWs
public void setWs(AsyncApiBinding value)
- Specified by:
setWsin interfaceAsyncApiServerBindings
-
getKafka
public AsyncApiBinding getKafka()
- Specified by:
getKafkain interfaceAsyncApiServerBindings
-
setKafka
public void setKafka(AsyncApiBinding value)
- Specified by:
setKafkain interfaceAsyncApiServerBindings
-
getAmqp
public AsyncApiBinding getAmqp()
- Specified by:
getAmqpin interfaceAsyncApiServerBindings
-
setAmqp
public void setAmqp(AsyncApiBinding value)
- Specified by:
setAmqpin interfaceAsyncApiServerBindings
-
getAmqp1
public AsyncApiBinding getAmqp1()
- Specified by:
getAmqp1in interfaceAsyncApiServerBindings
-
setAmqp1
public void setAmqp1(AsyncApiBinding value)
- Specified by:
setAmqp1in interfaceAsyncApiServerBindings
-
getMqtt
public AsyncApiBinding getMqtt()
- Specified by:
getMqttin interfaceAsyncApiServerBindings
-
setMqtt
public void setMqtt(AsyncApiBinding value)
- Specified by:
setMqttin interfaceAsyncApiServerBindings
-
getMqtt5
public AsyncApiBinding getMqtt5()
- Specified by:
getMqtt5in interfaceAsyncApiServerBindings
-
setMqtt5
public void setMqtt5(AsyncApiBinding value)
- Specified by:
setMqtt5in interfaceAsyncApiServerBindings
-
getNats
public AsyncApiBinding getNats()
- Specified by:
getNatsin interfaceAsyncApiServerBindings
-
setNats
public void setNats(AsyncApiBinding value)
- Specified by:
setNatsin interfaceAsyncApiServerBindings
-
getJms
public AsyncApiBinding getJms()
- Specified by:
getJmsin interfaceAsyncApiServerBindings
-
setJms
public void setJms(AsyncApiBinding value)
- Specified by:
setJmsin interfaceAsyncApiServerBindings
-
getSns
public AsyncApiBinding getSns()
- Specified by:
getSnsin interfaceAsyncApiServerBindings
-
setSns
public void setSns(AsyncApiBinding value)
- Specified by:
setSnsin interfaceAsyncApiServerBindings
-
getSqs
public AsyncApiBinding getSqs()
- Specified by:
getSqsin interfaceAsyncApiServerBindings
-
setSqs
public void setSqs(AsyncApiBinding value)
- Specified by:
setSqsin interfaceAsyncApiServerBindings
-
getStomp
public AsyncApiBinding getStomp()
- Specified by:
getStompin interfaceAsyncApiServerBindings
-
setStomp
public void setStomp(AsyncApiBinding value)
- Specified by:
setStompin interfaceAsyncApiServerBindings
-
getRedis
public AsyncApiBinding getRedis()
- Specified by:
getRedisin interfaceAsyncApiServerBindings
-
setRedis
public void setRedis(AsyncApiBinding value)
- Specified by:
setRedisin interfaceAsyncApiServerBindings
-
getMercure
public AsyncApi21Binding getMercure()
- Specified by:
getMercurein interfaceAsyncApi21ServerBindings
-
setMercure
public void setMercure(AsyncApi21Binding value)
- Specified by:
setMercurein interfaceAsyncApi21ServerBindings
-
getIbmmq
public AsyncApi21Binding getIbmmq()
- Specified by:
getIbmmqin interfaceAsyncApi21ServerBindings
-
setIbmmq
public void setIbmmq(AsyncApi21Binding value)
- Specified by:
setIbmmqin interfaceAsyncApi21ServerBindings
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi21ServerBindings- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi21ServerBindings- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi21ServerBindings- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi21ServerBindings- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi21ServerBindings- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-