Interface AsyncApi30OperationReply
-
- All Superinterfaces:
AsyncApi30Extensible,AsyncApi30Referenceable,AsyncApiExtensible,AsyncApiReferenceable,Extensible,Node,Referenceable,Visitable
- All Known Implementing Classes:
AsyncApi30OperationReplyImpl
public interface AsyncApi30OperationReply extends Node, AsyncApi30Extensible, AsyncApi30Referenceable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddExtension(String name, com.fasterxml.jackson.databind.JsonNode value)voidaddMessage(AsyncApi30Reference value)voidclearExtensions()voidclearMessages()AsyncApi30OperationReplyAddresscreateOperationReplyAddress()AsyncApi30ReferencecreateReference()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 interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, emptyClone, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
getAddress
AsyncApi30OperationReplyAddress getAddress()
-
setAddress
void setAddress(AsyncApi30OperationReplyAddress value)
-
createOperationReplyAddress
AsyncApi30OperationReplyAddress createOperationReplyAddress()
-
getChannel
AsyncApi30Reference getChannel()
-
setChannel
void setChannel(AsyncApi30Reference value)
-
createReference
AsyncApi30Reference createReference()
-
getMessages
List<AsyncApi30Reference> getMessages()
-
addMessage
void addMessage(AsyncApi30Reference value)
-
clearMessages
void clearMessages()
-
removeMessage
void removeMessage(AsyncApi30Reference value)
-
insertMessage
void insertMessage(AsyncApi30Reference value, int atIndex)
-
get$ref
String get$ref()
- Specified by:
get$refin interfaceReferenceable
-
set$ref
void set$ref(String value)
- Specified by:
set$refin interfaceReferenceable
-
getExtensions
Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
void clearExtensions()
- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
void removeExtension(String name)
- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceExtensible
-
-