@return Information about the query
()
| 475 | |
| 476 | /** @return Information about the query */ |
| 477 | public String toString() { |
| 478 | return Objects.toStringHelper(this) |
| 479 | .add("start_time", start_time) |
| 480 | .add("request", request) |
| 481 | .add("chan", chan) |
| 482 | .add("querystring", querystring) |
| 483 | .toString(); |
| 484 | } |
| 485 | |
| 486 | // ---------------- // |
| 487 | // Logging helpers. // |
no test coverage detected