Class Parameter
java.lang.Object
com.github.chhorz.openapi.common.domain.Parameter
https://spec.openapis.org/oas/v3.1.0#parameter-object
- Author:
- chhorz
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getIn()
getName()
int
hashCode()
void
setAllowEmptyValue
(Boolean allowEmptyValue) void
setDeprecated
(Boolean deprecated) void
setDescription
(String description) void
setIn
(Parameter.In in) void
void
setRequired
(Boolean required) void
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details