Package io.vertx.mutiny.openapi.contract
Class Response
java.lang.Object
io.vertx.mutiny.openapi.contract.Response
- All Implemented Interfaces:
- MutinyDelegate
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanio.vertx.openapi.contract.ResponseinthashCode()static ResponsenewInstance(io.vertx.openapi.contract.Response arg) toString()
- 
Field Details- 
__TYPE_ARG
 
- 
- 
Constructor Details- 
Responsepublic Response(io.vertx.openapi.contract.Response delegate) 
- 
Response
 
- 
- 
Method Details- 
getDelegatepublic io.vertx.openapi.contract.Response getDelegate()- Specified by:
- getDelegatein interface- MutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
 
- 
toString
- 
equals
- 
hashCodepublic 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
 
-