package p2; /* loaded from: classes.dex */ final class h extends n { /* renamed from: a, reason: collision with root package name */ private final long f13053a; h(long j10) { this.f13053a = j10; } @Override // p2.n public long c() { return this.f13053a; } public boolean equals(Object obj) { if (obj == this) { return true; } return (obj instanceof n) && this.f13053a == ((n) obj).c(); } public int hashCode() { long j10 = this.f13053a; return 1000003 ^ ((int) (j10 ^ (j10 >>> 32))); } public String toString() { return "LogResponse{nextRequestWaitMillis=" + this.f13053a + "}"; } }