Class AsyncApi21ChannelItemImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21ChannelItemImpl
-
- All Implemented Interfaces:
AsyncApiChannelItem,AsyncApiExtensible,AsyncApiReferenceable,AsyncApi21ChannelItem,AsyncApi21Extensible,AsyncApi21Referenceable,Extensible,Node,Referenceable,Visitable
public class AsyncApi21ChannelItemImpl extends NodeImpl implements AsyncApi21ChannelItem
-
-
Constructor Summary
Constructors Constructor Description AsyncApi21ChannelItemImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)voidaddExtension(String name, com.fasterxml.jackson.databind.JsonNode value)voidclearExtensions()AsyncApi21ChannelBindingscreateChannelBindings()AsyncApi21OperationcreateOperation()AsyncApi21ParameterscreateParameters()NodeemptyClone()Stringget$ref()AsyncApiChannelBindingsgetBindings()StringgetDescription()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()AsyncApiParametersgetParameters()AsyncApiOperationgetPublish()AsyncApiOperationgetSubscribe()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)voidset$ref(String value)voidsetBindings(AsyncApiChannelBindings value)voidsetDescription(String value)voidsetParameters(AsyncApiParameters value)voidsetPublish(AsyncApiOperation value)voidsetSubscribe(AsyncApiOperation 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
-
get$ref
public String get$ref()
- Specified by:
get$refin interfaceAsyncApi21ChannelItem- Specified by:
get$refin interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$refin interfaceAsyncApi21ChannelItem- Specified by:
set$refin interfaceReferenceable
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceAsyncApiChannelItem
-
setDescription
public void setDescription(String value)
- Specified by:
setDescriptionin interfaceAsyncApiChannelItem
-
getSubscribe
public AsyncApiOperation getSubscribe()
- Specified by:
getSubscribein interfaceAsyncApiChannelItem
-
setSubscribe
public void setSubscribe(AsyncApiOperation value)
- Specified by:
setSubscribein interfaceAsyncApiChannelItem
-
createOperation
public AsyncApi21Operation createOperation()
- Specified by:
createOperationin interfaceAsyncApiChannelItem
-
getPublish
public AsyncApiOperation getPublish()
- Specified by:
getPublishin interfaceAsyncApiChannelItem
-
setPublish
public void setPublish(AsyncApiOperation value)
- Specified by:
setPublishin interfaceAsyncApiChannelItem
-
getParameters
public AsyncApiParameters getParameters()
- Specified by:
getParametersin interfaceAsyncApiChannelItem
-
setParameters
public void setParameters(AsyncApiParameters value)
- Specified by:
setParametersin interfaceAsyncApiChannelItem
-
createParameters
public AsyncApi21Parameters createParameters()
- Specified by:
createParametersin interfaceAsyncApiChannelItem
-
getBindings
public AsyncApiChannelBindings getBindings()
- Specified by:
getBindingsin interfaceAsyncApiChannelItem
-
setBindings
public void setBindings(AsyncApiChannelBindings value)
- Specified by:
setBindingsin interfaceAsyncApiChannelItem
-
createChannelBindings
public AsyncApi21ChannelBindings createChannelBindings()
- Specified by:
createChannelBindingsin interfaceAsyncApiChannelItem
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi21ChannelItem- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi21ChannelItem- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi21ChannelItem- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi21ChannelItem- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi21ChannelItem- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-