()
| 58 | } |
| 59 | |
| 60 | @Override |
| 61 | public int hashCode() { |
| 62 | return Objects.hashCode( |
| 63 | maxAttempts, |
| 64 | initialBackoffNanos, |
| 65 | maxBackoffNanos, |
| 66 | backoffMultiplier, |
| 67 | perAttemptRecvTimeoutNanos, |
| 68 | retryableStatusCodes); |
| 69 | } |
| 70 | |
| 71 | @Override |
| 72 | public boolean equals(Object other) { |
nothing calls this directly
no outgoing calls
no test coverage detected