Class Response
- java.lang.Object
-
- io.vertx.reactivex.openapi.contract.Response
-
public class Response extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<Response>
__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Map<String,MediaType>
getContent()
Response
getDelegate()
List<Parameter>
getHeaders()
int
hashCode()
static Response
newInstance(Response arg)
String
toString()
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<Response> __TYPE_ARG
-
-