Class AsyncApi24ParameterImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v24.AsyncApi24ParameterImpl
-
- All Implemented Interfaces:
AsyncApiExtensible
,AsyncApiParameter
,AsyncApiReferenceable
,AsyncApi24Extensible
,AsyncApi24Parameter
,AsyncApi24Referenceable
,Extensible
,Node
,Parameter
,Referenceable
,Visitable
public class AsyncApi24ParameterImpl extends NodeImpl implements AsyncApi24Parameter
-
-
Constructor Summary
Constructors Constructor Description AsyncApi24ParameterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor visitor)
void
addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
void
clearExtensions()
AsyncApi24Schema
createSchema()
Node
emptyClone()
String
get$ref()
String
getDescription()
Map<String,com.fasterxml.jackson.databind.JsonNode>
getExtensions()
String
getLocation()
AsyncApi24Schema
getSchema()
void
removeExtension(String name)
void
set$ref(String value)
void
setDescription(String value)
void
setLocation(String value)
void
setSchema(AsyncApi24Schema value)
-
Methods inherited from class io.apicurio.datamodels.models.NodeImpl
addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, isEntity, isEntityList, isEntityMap, modelId, parent, 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, modelId, parent, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
get$ref
public String get$ref()
- Specified by:
get$ref
in interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$ref
in interfaceReferenceable
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceParameter
-
setDescription
public void setDescription(String value)
- Specified by:
setDescription
in interfaceParameter
-
getSchema
public AsyncApi24Schema getSchema()
- Specified by:
getSchema
in interfaceAsyncApi24Parameter
-
setSchema
public void setSchema(AsyncApi24Schema value)
- Specified by:
setSchema
in interfaceAsyncApi24Parameter
-
createSchema
public AsyncApi24Schema createSchema()
- Specified by:
createSchema
in interfaceAsyncApi24Parameter
-
getLocation
public String getLocation()
- Specified by:
getLocation
in interfaceAsyncApiParameter
-
setLocation
public void setLocation(String value)
- Specified by:
setLocation
in interfaceAsyncApiParameter
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensions
in interfaceExtensible
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtension
in interfaceExtensible
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensions
in interfaceExtensible
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtension
in interfaceExtensible
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClone
in interfaceNode
-
-