Class Response
java.lang.Object
io.vertx.rxjava3.openapi.contract.Response
- All Implemented Interfaces:
RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static ResponsenewInstance(Response arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Response
-
Response
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDelegate
- Specified by:
getDelegatein interfaceRxDelegate
-
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
-