package com.google.android.play.core.assetpacks; /* loaded from: classes2.dex */ final class i0 extends b { /* renamed from: b, reason: collision with root package name */ private final int f4917b; /* renamed from: c, reason: collision with root package name */ private final String f4918c; /* renamed from: d, reason: collision with root package name */ private final String f4919d; i0(int i10, String str, String str2) { this.f4917b = i10; this.f4918c = str; this.f4919d = str2; } @Override // com.google.android.play.core.assetpacks.b public final String a() { return this.f4919d; } @Override // com.google.android.play.core.assetpacks.b public final int b() { return this.f4917b; } @Override // com.google.android.play.core.assetpacks.b public final String c() { return this.f4918c; } public final boolean equals(Object obj) { String str; String str2; if (obj == this) { return true; } if (obj instanceof b) { b bVar = (b) obj; if (this.f4917b == bVar.b() && ((str = this.f4918c) != null ? str.equals(bVar.c()) : bVar.c() == null) && ((str2 = this.f4919d) != null ? str2.equals(bVar.a()) : bVar.a() == null)) { return true; } } return false; } public final int hashCode() { String str = this.f4918c; int hashCode = str == null ? 0 : str.hashCode(); int i10 = this.f4917b; String str2 = this.f4919d; return ((hashCode ^ ((i10 ^ 1000003) * 1000003)) * 1000003) ^ (str2 != null ? str2.hashCode() : 0); } public final String toString() { return "AssetPackLocation{packStorageMethod=" + this.f4917b + ", path=" + this.f4918c + ", assetsPath=" + this.f4919d + "}"; } }