package o; /* renamed from: o.Wi, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1134Wi extends PL { public final String f; public final String g; public final String i; public C1134Wi(String str, String str2, String str3) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); this.g = str; this.f = str2; this.i = str3; } public final String toString() { String str = this.g; String str2 = this.f; String str3 = this.i; StringBuilder sb = new StringBuilder("SingleFormAccountDisplay(branchCode="); sb.append(str); sb.append(", productTypeCode="); sb.append(str2); sb.append(", investmentAccountName="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.g.hashCode() * 31) + this.f.hashCode()) * 31) + this.i.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1134Wi)) { return false; } C1134Wi c1134Wi = (C1134Wi) obj; return C14957gcv.b((Object) this.g, (Object) c1134Wi.g) && C14957gcv.b((Object) this.f, (Object) c1134Wi.f) && C14957gcv.b((Object) this.i, (Object) c1134Wi.i); } }