Return the response with which this request is associated. @return the associated response
()
| 728 | * @return the associated response |
| 729 | */ |
| 730 | public Response getResponse() { |
| 731 | return this.response; |
| 732 | } |
| 733 | |
| 734 | /** |
| 735 | * Set the Response with which this Request is associated. |
no outgoing calls
no test coverage detected