Class OpenApi30ParameterImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.openapi.v30.OpenApi30ParameterImpl
-
- All Implemented Interfaces:
Extensible,Node,OpenApiExamplesParent,OpenApiExtensible,OpenApiParameter,OpenApiReferenceable,OpenApi30ExamplesParent,OpenApi30Extensible,OpenApi30Parameter,OpenApi30Referenceable,Parameter,Referenceable,Visitable
public class OpenApi30ParameterImpl extends NodeImpl implements OpenApi30Parameter
-
-
Constructor Summary
Constructors Constructor Description OpenApi30ParameterImpl()
-
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 interfaceOpenApi30Parameter- Specified by:
get$refin interfaceReferenceable
-
set$ref
public void set$ref(String value)
- Specified by:
set$refin interfaceOpenApi30Parameter- Specified by:
set$refin interfaceReferenceable
-
getName
public String getName()
- Specified by:
getNamein interfaceOpenApiParameter
-
setName
public void setName(String value)
- Specified by:
setNamein interfaceOpenApiParameter
-
getIn
public String getIn()
- Specified by:
getInin interfaceOpenApiParameter
-
setIn
public void setIn(String value)
- Specified by:
setInin interfaceOpenApiParameter
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceParameter
-
setDescription
public void setDescription(String value)
- Specified by:
setDescriptionin interfaceParameter
-
isRequired
public Boolean isRequired()
- Specified by:
isRequiredin interfaceOpenApiParameter
-
setRequired
public void setRequired(Boolean value)
- Specified by:
setRequiredin interfaceOpenApiParameter
-
isDeprecated
public Boolean isDeprecated()
- Specified by:
isDeprecatedin interfaceOpenApi30Parameter
-
setDeprecated
public void setDeprecated(Boolean value)
- Specified by:
setDeprecatedin interfaceOpenApi30Parameter
-
isAllowEmptyValue
public Boolean isAllowEmptyValue()
- Specified by:
isAllowEmptyValuein interfaceOpenApiParameter
-
setAllowEmptyValue
public void setAllowEmptyValue(Boolean value)
- Specified by:
setAllowEmptyValuein interfaceOpenApiParameter
-
getStyle
public String getStyle()
- Specified by:
getStylein interfaceOpenApi30Parameter
-
setStyle
public void setStyle(String value)
- Specified by:
setStylein interfaceOpenApi30Parameter
-
isExplode
public Boolean isExplode()
- Specified by:
isExplodein interfaceOpenApi30Parameter
-
setExplode
public void setExplode(Boolean value)
- Specified by:
setExplodein interfaceOpenApi30Parameter
-
isAllowReserved
public Boolean isAllowReserved()
- Specified by:
isAllowReservedin interfaceOpenApi30Parameter
-
setAllowReserved
public void setAllowReserved(Boolean value)
- Specified by:
setAllowReservedin interfaceOpenApi30Parameter
-
getSchema
public OpenApiSchema getSchema()
- Specified by:
getSchemain interfaceOpenApiParameter
-
setSchema
public void setSchema(OpenApiSchema value)
- Specified by:
setSchemain interfaceOpenApiParameter
-
createSchema
public OpenApi30Schema createSchema()
- Specified by:
createSchemain interfaceOpenApiParameter
-
getExample
public com.fasterxml.jackson.databind.JsonNode getExample()
- Specified by:
getExamplein interfaceOpenApi30Parameter
-
setExample
public void setExample(com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
setExamplein interfaceOpenApi30Parameter
-
createExample
public OpenApi30Example createExample()
- Specified by:
createExamplein interfaceOpenApi30Parameter- Specified by:
createExamplein interfaceOpenApiExamplesParent
-
getExamples
public Map<String,OpenApiExample> getExamples()
- Specified by:
getExamplesin interfaceOpenApi30Parameter- Specified by:
getExamplesin interfaceOpenApiExamplesParent
-
addExample
public void addExample(String name, OpenApiExample value)
- Specified by:
addExamplein interfaceOpenApi30Parameter- Specified by:
addExamplein interfaceOpenApiExamplesParent
-
clearExamples
public void clearExamples()
- Specified by:
clearExamplesin interfaceOpenApi30Parameter- Specified by:
clearExamplesin interfaceOpenApiExamplesParent
-
removeExample
public void removeExample(String name)
- Specified by:
removeExamplein interfaceOpenApi30Parameter- Specified by:
removeExamplein interfaceOpenApiExamplesParent
-
insertExample
public void insertExample(String name, OpenApiExample value, int atIndex)
- Specified by:
insertExamplein interfaceOpenApi30Parameter- Specified by:
insertExamplein interfaceOpenApiExamplesParent
-
createMediaType
public OpenApi30MediaType createMediaType()
- Specified by:
createMediaTypein interfaceOpenApi30Parameter
-
getContent
public Map<String,OpenApi30MediaType> getContent()
- Specified by:
getContentin interfaceOpenApi30Parameter
-
addContent
public void addContent(String name, OpenApi30MediaType value)
- Specified by:
addContentin interfaceOpenApi30Parameter
-
clearContent
public void clearContent()
- Specified by:
clearContentin interfaceOpenApi30Parameter
-
removeContent
public void removeContent(String name)
- Specified by:
removeContentin interfaceOpenApi30Parameter
-
insertContent
public void insertContent(String name, OpenApi30MediaType value, int atIndex)
- Specified by:
insertContentin interfaceOpenApi30Parameter
-
getExtensions
public Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceExtensible- Specified by:
getExtensionsin interfaceOpenApi30Parameter
-
addExtension
public void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceExtensible- Specified by:
addExtensionin interfaceOpenApi30Parameter
-
clearExtensions
public void clearExtensions()
- Specified by:
clearExtensionsin interfaceExtensible- Specified by:
clearExtensionsin interfaceOpenApi30Parameter
-
removeExtension
public void removeExtension(String name)
- Specified by:
removeExtensionin interfaceExtensible- Specified by:
removeExtensionin interfaceOpenApi30Parameter
-
insertExtension
public void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceExtensible- Specified by:
insertExtensionin interfaceOpenApi30Parameter
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-