Class AsyncApi21OperationTraitImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v21.AsyncApi21OperationTraitImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiOperationTrait,AsyncApiReferenceable,AsyncApi21Extensible,AsyncApi21OperationTrait,AsyncApi21Referenceable,Extensible,Node,Referenceable,Visitable
public class AsyncApi21OperationTraitImpl extends NodeImpl implements AsyncApi21OperationTrait
-
-
Constructor Summary
Constructors Constructor Description AsyncApi21OperationTraitImpl()
-
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 interfaceAsyncApi21OperationTrait- Specified by:
get$refin interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$refin interfaceAsyncApi21OperationTrait- Specified by:
set$refin interfaceReferenceable
-
getOperationId
public String getOperationId()
- Specified by:
getOperationIdin interfaceAsyncApi21OperationTrait
-
setOperationId
public void setOperationId(String value)
- Specified by:
setOperationIdin interfaceAsyncApi21OperationTrait
-
getSummary
public String getSummary()
- Specified by:
getSummaryin interfaceAsyncApiOperationTrait
-
setSummary
public void setSummary(String value)
- Specified by:
setSummaryin interfaceAsyncApiOperationTrait
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceAsyncApiOperationTrait
-
setDescription
public void setDescription(String value)
- Specified by:
setDescriptionin interfaceAsyncApiOperationTrait
-
createTag
public AsyncApi21Tag createTag()
- Specified by:
createTagin interfaceAsyncApiOperationTrait
-
getTags
public List<AsyncApiTag> getTags()
- Specified by:
getTagsin interfaceAsyncApiOperationTrait
-
addTag
public void addTag(AsyncApiTag value)
- Specified by:
addTagin interfaceAsyncApiOperationTrait
-
clearTags
public void clearTags()
- Specified by:
clearTagsin interfaceAsyncApiOperationTrait
-
removeTag
public void removeTag(AsyncApiTag value)
- Specified by:
removeTagin interfaceAsyncApiOperationTrait
-
insertTag
public void insertTag(AsyncApiTag value, int atIndex)
- Specified by:
insertTagin interfaceAsyncApiOperationTrait
-
getExternalDocs
public AsyncApiExternalDocumentation getExternalDocs()
- Specified by:
getExternalDocsin interfaceAsyncApiOperationTrait
-
setExternalDocs
public void setExternalDocs(AsyncApiExternalDocumentation value)
- Specified by:
setExternalDocsin interfaceAsyncApiOperationTrait
-
createExternalDocumentation
public AsyncApi21ExternalDocumentation createExternalDocumentation()
- Specified by:
createExternalDocumentationin interfaceAsyncApiOperationTrait
-
getBindings
public AsyncApiOperationBindings getBindings()
- Specified by:
getBindingsin interfaceAsyncApiOperationTrait
-
setBindings
public void setBindings(AsyncApiOperationBindings value)
- Specified by:
setBindingsin interfaceAsyncApiOperationTrait
-
createOperationBindings
public AsyncApi21OperationBindings createOperationBindings()
- Specified by:
createOperationBindingsin interfaceAsyncApiOperationTrait
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi21OperationTrait- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi21OperationTrait- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi21OperationTrait- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi21OperationTrait- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi21OperationTrait- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-