Class AsyncApi30ParameterImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v30.AsyncApi30ParameterImpl
-
- All Implemented Interfaces:
AsyncApiExtensible,AsyncApiParameter,AsyncApiReferenceable,AsyncApi30Extensible,AsyncApi30Parameter,AsyncApi30Referenceable,Extensible,Node,Parameter,Referenceable,Visitable
public class AsyncApi30ParameterImpl extends NodeImpl implements AsyncApi30Parameter
-
-
Constructor Summary
Constructors Constructor Description AsyncApi30ParameterImpl()
-
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()NodeemptyClone()Stringget$ref()StringgetDefault()StringgetDescription()List<String>getEnum()List<String>getExamples()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()StringgetLocation()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)voidset$ref(String value)voidsetDefault(String value)voidsetDescription(String value)voidsetEnum(List<String> value)voidsetExamples(List<String> value)voidsetLocation(String 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 interfaceAsyncApi30Parameter- Specified by:
get$refin interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$refin interfaceAsyncApi30Parameter- Specified by:
set$refin interfaceReferenceable
-
getEnum
public List<String> getEnum()
- Specified by:
getEnumin interfaceAsyncApi30Parameter
-
setEnum
public void setEnum(List<String> value)
- Specified by:
setEnumin interfaceAsyncApi30Parameter
-
getDefault
public String getDefault()
- Specified by:
getDefaultin interfaceAsyncApi30Parameter
-
setDefault
public void setDefault(String value)
- Specified by:
setDefaultin interfaceAsyncApi30Parameter
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceParameter
-
setDescription
public void setDescription(String value)
- Specified by:
setDescriptionin interfaceParameter
-
getExamples
public List<String> getExamples()
- Specified by:
getExamplesin interfaceAsyncApi30Parameter
-
setExamples
public void setExamples(List<String> value)
- Specified by:
setExamplesin interfaceAsyncApi30Parameter
-
getLocation
public String getLocation()
- Specified by:
getLocationin interfaceAsyncApiParameter
-
setLocation
public void setLocation(String value)
- Specified by:
setLocationin interfaceAsyncApiParameter
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceAsyncApi30Parameter- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceAsyncApi30Parameter- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceAsyncApi30Parameter- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceAsyncApi30Parameter- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceAsyncApi30Parameter- Specified by:
insertExtensionin interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-