package o; /* renamed from: o.Wy, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1158Wy { public final C1157Wx a; public final String b; public final String d; public final String e; public C1158Wy(String str, String str2, String str3, C1157Wx c1157Wx) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); this.d = str; this.e = str2; this.b = str3; this.a = c1157Wx; } public final String toString() { String str = this.d; String str2 = this.e; String str3 = this.b; C1157Wx c1157Wx = this.a; StringBuilder sb = new StringBuilder("SingleFormOmnibusMfClientDisplay(clientNo="); sb.append(str); sb.append(", formattedClientNo="); sb.append(str2); sb.append(", nickname="); sb.append(str3); sb.append(", deposit="); sb.append(c1157Wx); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.d.hashCode(); int hashCode2 = this.e.hashCode(); int hashCode3 = this.b.hashCode(); C1157Wx c1157Wx = this.a; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (c1157Wx == null ? 0 : c1157Wx.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1158Wy)) { return false; } C1158Wy c1158Wy = (C1158Wy) obj; return C14957gcv.b((Object) this.d, (Object) c1158Wy.d) && C14957gcv.b((Object) this.e, (Object) c1158Wy.e) && C14957gcv.b((Object) this.b, (Object) c1158Wy.b) && C14957gcv.b(this.a, c1158Wy.a); } }