()
| 114 | } |
| 115 | |
| 116 | @Override |
| 117 | public int hashCode() { |
| 118 | // NOTE: Do not add any non-user submitted variables to the hash. We don't |
| 119 | // want the hash to change after validation. |
| 120 | return Objects.hashCode(aggregator, metric, tsuids, downsample, rate, |
| 121 | rate_options, filters, explicit_tags); |
| 122 | } |
| 123 | |
| 124 | @Override |
| 125 | public boolean equals(final Object obj) { |
no outgoing calls