Class Response
java.lang.Object
com.github.chhorz.openapi.common.domain.Response
https://spec.openapis.org/oas/v3.1.0#response-object
- Author:
- chhorz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
putContent
(String key, MediaType content) void
setDescription
(String description)
-
Constructor Details
-
Response
public Response()
-
-
Method Details
-
getDescription
-
setDescription
-
getContent
-
putContent
-