package com.google.android.play.core.assetpacks; /* loaded from: classes2.dex */ final class l0 extends a3 { /* renamed from: a, reason: collision with root package name */ private final int f4956a; /* renamed from: b, reason: collision with root package name */ private final String f4957b; /* renamed from: c, reason: collision with root package name */ private final long f4958c; /* renamed from: d, reason: collision with root package name */ private final long f4959d; /* renamed from: e, reason: collision with root package name */ private final int f4960e; l0(int i10, String str, long j10, long j11, int i11) { this.f4956a = i10; this.f4957b = str; this.f4958c = j10; this.f4959d = j11; this.f4960e = i11; } @Override // com.google.android.play.core.assetpacks.a3 final int a() { return this.f4956a; } @Override // com.google.android.play.core.assetpacks.a3 final int b() { return this.f4960e; } @Override // com.google.android.play.core.assetpacks.a3 final long c() { return this.f4958c; } @Override // com.google.android.play.core.assetpacks.a3 final long d() { return this.f4959d; } @Override // com.google.android.play.core.assetpacks.a3 final String e() { return this.f4957b; } public final boolean equals(Object obj) { String str; if (obj == this) { return true; } if (obj instanceof a3) { a3 a3Var = (a3) obj; if (this.f4956a == a3Var.a() && ((str = this.f4957b) != null ? str.equals(a3Var.e()) : a3Var.e() == null) && this.f4958c == a3Var.c() && this.f4959d == a3Var.d() && this.f4960e == a3Var.b()) { return true; } } return false; } public final int hashCode() { String str = this.f4957b; int hashCode = str == null ? 0 : str.hashCode(); int i10 = this.f4956a; long j10 = this.f4958c; long j11 = this.f4959d; return ((((((hashCode ^ ((i10 ^ 1000003) * 1000003)) * 1000003) ^ ((int) (j10 ^ (j10 >>> 32)))) * 1000003) ^ ((int) (j11 ^ (j11 >>> 32)))) * 1000003) ^ this.f4960e; } public final String toString() { return "SliceCheckpoint{fileExtractionStatus=" + this.f4956a + ", filePath=" + this.f4957b + ", fileOffset=" + this.f4958c + ", remainingBytes=" + this.f4959d + ", previousChunk=" + this.f4960e + "}"; } }