Class Response
- java.lang.Object
-
- io.vertx.reactivex.openapi.contract.Response
-
- All Implemented Interfaces:
RxDelegate
public class Response extends Object implements RxDelegate
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<Response>__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,MediaType>getContent()ResponsegetDelegate()List<Parameter>getHeaders()inthashCode()static ResponsenewInstance(Response arg)StringtoString()
-
-
-
Method Detail
-
getDelegate
public Response getDelegate()
- Specified by:
getDelegatein interfaceRxDelegate
-
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.
-
-