Class Response

java.lang.Object
com.github.chhorz.openapi.common.domain.Response

public class Response extends Object
https://spec.openapis.org/oas/v3.1.0#response-object
Author:
chhorz
  • Constructor Details

    • Response

      public Response()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getContent

      public Map<String,MediaType> getContent()
    • putContent

      public void putContent(String key, MediaType content)