package o; /* renamed from: o.Tb, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0987Tb extends EQ { public String a; public String b; public String c; public String d; public String f; public String g; public String h; public String i; public String j; private int l; public int n; public C0987Tb(int i, String str, String str2, String str3, String str4, int i2, String str5, String str6, String str7, String str8, String str9) { this.l = i; this.c = str; this.a = str2; this.i = str3; this.h = str4; this.n = i2; this.j = str5; this.d = str6; this.f = str7; this.b = str8; this.g = str9; } public final boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } C0987Tb c0987Tb = (C0987Tb) obj; if (this.l != c0987Tb.l || this.n != c0987Tb.n || this.g != c0987Tb.g) { return false; } String str = this.c; if (str == null ? c0987Tb.c != null : !str.equals(c0987Tb.c)) { return false; } String str2 = this.a; if (str2 == null ? c0987Tb.a != null : !str2.equals(c0987Tb.a)) { return false; } String str3 = this.i; if (str3 == null ? c0987Tb.i != null : !str3.equals(c0987Tb.i)) { return false; } String str4 = this.h; if (str4 == null ? c0987Tb.h == null : str4.equals(c0987Tb.h)) { return false; } String str5 = this.j; if (str5 == null ? c0987Tb.j != null : str5.equals(c0987Tb.j)) { return false; } String str6 = this.f; if (str6 == null ? c0987Tb.f != null : str6.equals(c0987Tb.f)) { return false; } String str7 = this.b; if (str7 == null ? c0987Tb.b != null : str7.equals(c0987Tb.b)) { return false; } String str8 = this.d; if (str8 != null) { return str8.equals(c0987Tb.d); } return c0987Tb.d != null; } public final int hashCode() { int i = this.l; String str = this.c; int hashCode = str != null ? str.hashCode() : 0; String str2 = this.a; int hashCode2 = str2 != null ? str2.hashCode() : 0; String str3 = this.i; int hashCode3 = str3 != null ? str3.hashCode() : 0; String str4 = this.h; int hashCode4 = str4 != null ? str4.hashCode() : 0; int i2 = this.n; int hashCode5 = this.j.hashCode(); int hashCode6 = this.d.hashCode(); int hashCode7 = this.f.hashCode(); int hashCode8 = this.b.hashCode(); String str5 = this.g; return (((((((((((((((((((i * 31) + hashCode) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + i2) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str5 != null ? str5.hashCode() : 0); } }