Class Response

java.lang.Object
io.vertx.mutiny.openapi.contract.Response
All Implemented Interfaces:
MutinyDelegate

public class Response extends Object implements MutinyDelegate
  • Field Details

  • Constructor Details

    • Response

      public Response(io.vertx.openapi.contract.Response delegate)
    • Response

      public Response(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.openapi.contract.Response getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getHeaders

      public List<Parameter> getHeaders()
      Returns:
      the headers of the response.
    • getContent

      public Map<String,MediaType> getContent()
      Returns:
      a map containing descriptions of potential response payloads. The key is a media type or media type range and the value describes it.
    • newInstance

      public static Response newInstance(io.vertx.openapi.contract.Response arg)