Class AsyncApi30OperationReplyImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30OperationReplyImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiReferenceable,AsyncApi30Extensible,AsyncApi30OperationReply,AsyncApi30Referenceable,Extensible,Node,Referenceable,Visitable
public class AsyncApi30OperationReplyImpl extends NodeImpl implements AsyncApi30OperationReply
-
-
Constructor Summary
Constructors Constructor Description AsyncApi30OperationReplyImpl()
-
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)voidaddMessage(AsyncApi30Reference value)voidclearExtensions()voidclearMessages()AsyncApi30OperationReplyAddresscreateOperationReplyAddress()AsyncApi30ReferencecreateReference()NodeemptyClone()Stringget$ref()AsyncApi30OperationReplyAddressgetAddress()AsyncApi30ReferencegetChannel()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()List<AsyncApi30Reference>getMessages()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidinsertMessage(AsyncApi30Reference value, int atIndex)voidremoveExtension(String name)voidremoveMessage(AsyncApi30Reference value)voidset$ref(String value)voidsetAddress(AsyncApi30OperationReplyAddress value)voidsetChannel(AsyncApi30Reference 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 interfaceAsyncApi30OperationReply- Specified by:
get$refin interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$refin interfaceAsyncApi30OperationReply- Specified by:
set$refin interfaceReferenceable
-
getAddress
public AsyncApi30OperationReplyAddress getAddress()
- Specified by:
getAddressin interfaceAsyncApi30OperationReply
-
setAddress
public void setAddress(AsyncApi30OperationReplyAddress value)
- Specified by:
setAddressin interfaceAsyncApi30OperationReply
-
createOperationReplyAddress
public AsyncApi30OperationReplyAddress createOperationReplyAddress()
- Specified by:
createOperationReplyAddressin interfaceAsyncApi30OperationReply
-
getChannel
public AsyncApi30Reference getChannel()
- Specified by:
getChannelin interfaceAsyncApi30OperationReply
-
setChannel
public void setChannel(AsyncApi30Reference value)
- Specified by:
setChannelin interfaceAsyncApi30OperationReply
-
createReference
public AsyncApi30Reference createReference()
- Specified by:
createReferencein interfaceAsyncApi30OperationReply
-
getMessages
public List<AsyncApi30Reference> getMessages()
- Specified by:
getMessagesin interfaceAsyncApi30OperationReply
-
addMessage
public void addMessage(AsyncApi30Reference value)
- Specified by:
addMessagein interfaceAsyncApi30OperationReply
-
clearMessages
public void clearMessages()
- Specified by:
clearMessagesin interfaceAsyncApi30OperationReply
-
removeMessage
public void removeMessage(AsyncApi30Reference value)
- Specified by:
removeMessagein interfaceAsyncApi30OperationReply
-
insertMessage
public void insertMessage(AsyncApi30Reference value, int atIndex)
- Specified by:
insertMessagein interfaceAsyncApi30OperationReply
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi30OperationReply- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi30OperationReply- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi30OperationReply- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi30OperationReply- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi30OperationReply- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-