package r2; import r2.g; /* loaded from: classes.dex */ final class b extends g { /* renamed from: a, reason: collision with root package name */ private final g.a f13623a; /* renamed from: b, reason: collision with root package name */ private final long f13624b; b(g.a aVar, long j10) { if (aVar == null) { throw new NullPointerException("Null status"); } this.f13623a = aVar; this.f13624b = j10; } @Override // r2.g public long b() { return this.f13624b; } @Override // r2.g public g.a c() { return this.f13623a; } public boolean equals(Object obj) { if (obj == this) { return true; } if (!(obj instanceof g)) { return false; } g gVar = (g) obj; return this.f13623a.equals(gVar.c()) && this.f13624b == gVar.b(); } public int hashCode() { int hashCode = (this.f13623a.hashCode() ^ 1000003) * 1000003; long j10 = this.f13624b; return hashCode ^ ((int) (j10 ^ (j10 >>> 32))); } public String toString() { return "BackendResponse{status=" + this.f13623a + ", nextRequestWaitMillis=" + this.f13624b + "}"; } }