Class AsyncApi25OperationTraitImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v25.AsyncApi25OperationTraitImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiOperationTrait,AsyncApiReferenceable,AsyncApi25Extensible,AsyncApi25OperationTrait,AsyncApi25Referenceable,Extensible,Node,Referenceable,Visitable
public class AsyncApi25OperationTraitImpl extends NodeImpl implements AsyncApi25OperationTrait
-
-
Constructor Summary
Constructors Constructor Description AsyncApi25OperationTraitImpl()
-
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 interfaceAsyncApi25OperationTrait- Specified by:
get$refin interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$refin interfaceAsyncApi25OperationTrait- Specified by:
set$refin interfaceReferenceable
-
getOperationId
public String getOperationId()
- Specified by:
getOperationIdin interfaceAsyncApi25OperationTrait
-
setOperationId
public void setOperationId(String value)
- Specified by:
setOperationIdin interfaceAsyncApi25OperationTrait
-
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
-
createSecurityRequirement
public AsyncApi25SecurityRequirement createSecurityRequirement()
- Specified by:
createSecurityRequirementin interfaceAsyncApi25OperationTrait
-
getSecurity
public List<AsyncApi25SecurityRequirement> getSecurity()
- Specified by:
getSecurityin interfaceAsyncApi25OperationTrait
-
addSecurity
public void addSecurity(AsyncApi25SecurityRequirement value)
- Specified by:
addSecurityin interfaceAsyncApi25OperationTrait
-
clearSecurity
public void clearSecurity()
- Specified by:
clearSecurityin interfaceAsyncApi25OperationTrait
-
removeSecurity
public void removeSecurity(AsyncApi25SecurityRequirement value)
- Specified by:
removeSecurityin interfaceAsyncApi25OperationTrait
-
insertSecurity
public void insertSecurity(AsyncApi25SecurityRequirement value, int atIndex)
- Specified by:
insertSecurityin interfaceAsyncApi25OperationTrait
-
createTag
public AsyncApi25Tag 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 AsyncApi25ExternalDocumentation 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 AsyncApi25OperationBindings createOperationBindings()
- Specified by:
createOperationBindingsin interfaceAsyncApiOperationTrait
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi25OperationTrait- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi25OperationTrait- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi25OperationTrait- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi25OperationTrait- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi25OperationTrait- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-