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