package o; /* renamed from: o.Te, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0992Te { public final String a; public final String b; public final InterfaceC14890gbN c; public final String d; public final int e; public final String f; public final int g; public C0992Te(int i, int i2, String str, String str2, String str3, InterfaceC14890gbN interfaceC14890gbN, String str4) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.g = i; this.e = i2; this.a = str; this.b = str2; this.f = str3; this.c = interfaceC14890gbN; this.d = str4; } public final String toString() { int i = this.g; int i2 = this.e; String str = this.a; String str2 = this.b; String str3 = this.f; InterfaceC14890gbN interfaceC14890gbN = this.c; String str4 = this.d; StringBuilder sb = new StringBuilder("TouchPointWifiSettingsDisplay(titleId="); sb.append(i); sb.append(", iconId="); sb.append(i2); sb.append(", message="); sb.append(str); sb.append(", hint="); sb.append(str2); sb.append(", remark="); sb.append(str3); sb.append(", onClickAction="); sb.append(interfaceC14890gbN); sb.append(", buttonText="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = Integer.hashCode(this.g); int hashCode2 = Integer.hashCode(this.e); int hashCode3 = this.a.hashCode(); int hashCode4 = this.b.hashCode(); String str = this.f; int hashCode5 = str == null ? 0 : str.hashCode(); InterfaceC14890gbN interfaceC14890gbN = this.c; int hashCode6 = interfaceC14890gbN == null ? 0 : interfaceC14890gbN.hashCode(); String str2 = this.d; return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0992Te)) { return false; } C0992Te c0992Te = (C0992Te) obj; return this.g == c0992Te.g && this.e == c0992Te.e && C14957gcv.b((Object) this.a, (Object) c0992Te.a) && C14957gcv.b((Object) this.b, (Object) c0992Te.b) && C14957gcv.b((Object) this.f, (Object) c0992Te.f) && C14957gcv.b(this.c, c0992Te.c) && C14957gcv.b((Object) this.d, (Object) c0992Te.d); } }