Class OAParameter
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec.OAParameter
An OpenAPI parameter object.
- Author:
- scf
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOAParameter(String refName) OAParameter(String name, OAParameter.In in, String description, OASchema schema) OAParameter(String name, String description, OASchema schema) -
Method Summary
Modifier and TypeMethodDescriptiongetIn()getName()getRef()voidsetDescription(String description) voidsetIn(OAParameter.In in) voidvoidvoidsetRequired(Boolean required) void
-
Constructor Details
-
OAParameter
-
OAParameter
-
OAParameter
-
-
Method Details
-
getRef
- Returns:
- the ref
-
setRef
- Parameters:
ref- the ref to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getIn
- Returns:
- the in
-
setIn
- Parameters:
in- the in to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description- the description to set
-
getRequired
- Returns:
- the required
-
setRequired
- Parameters:
required- the required to set
-
getSchema
- Returns:
- the schema
-
setSchema
- Parameters:
schema- the schema to set
-