@return The HTTP status response for the query
()
| 726 | |
| 727 | /** @return The HTTP status response for the query */ |
| 728 | public HttpResponseStatus getHttpResponse() { |
| 729 | return response; |
| 730 | } |
| 731 | |
| 732 | /** @return The number of times this query has been executed from the same |
| 733 | * endpoint. */ |
no outgoing calls