@return the query stats object. Ignored during JSON serialization
()
| 404 | |
| 405 | /** @return the query stats object. Ignored during JSON serialization */ |
| 406 | @JsonIgnore |
| 407 | public QueryStats getQueryStats() { |
| 408 | return query_stats; |
| 409 | } |
| 410 | |
| 411 | /** |
| 412 | * Sets the start time for further parsing. This can be an absolute or |
no outgoing calls
no test coverage detected