Class Response

java.lang.Object
io.vertx.rxjava3.openapi.contract.Response
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class Response extends Object implements io.vertx.lang.rx.RxDelegate
  • Field Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<Response> __TYPE_ARG
  • Constructor Details

    • Response

      public Response(Response delegate)
    • Response

      public Response(Object delegate)
  • Method Details

    • 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
    • getDelegate

      public Response getDelegate()
      Specified by:
      getDelegate in interface io.vertx.lang.rx.RxDelegate
    • 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(Response arg)