Package io.vertx.mutiny.openapi.contract
Class Response
java.lang.Object
io.vertx.mutiny.openapi.contract.Response
- All Implemented Interfaces:
MutinyDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.openapi.contract.ResponseinthashCode()static ResponsenewInstance(io.vertx.openapi.contract.Response arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Response
public Response(io.vertx.openapi.contract.Response delegate) -
Response
-
-
Method Details
-
getDelegate
public io.vertx.openapi.contract.Response getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
getHeaders
- Returns:
- the headers of the response.
-
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
-