Get the request with which this response is associated. @return the request with which this response is associated
()
| 286 | * @return the request with which this response is associated |
| 287 | */ |
| 288 | public Request getRequest() { |
| 289 | return this.request; |
| 290 | } |
| 291 | |
| 292 | /** |
| 293 | * Set the Request with which this Response is associated. |
no outgoing calls
no test coverage detected