package o; import java.util.List; /* renamed from: o.Wt, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1148Wt { public final C1145Wq a; public final C1153Wv c; public final List e; public C1148Wt(C1145Wq c1145Wq, C1153Wv c1153Wv, List list) { this.a = c1145Wq; this.c = c1153Wv; this.e = list; } public static /* synthetic */ C1148Wt d(C1148Wt c1148Wt, C1145Wq c1145Wq, C1153Wv c1153Wv, List list, int i) { if ((i & 1) != 0) { c1145Wq = c1148Wt.a; } if ((i & 2) != 0) { c1153Wv = c1148Wt.c; } if ((i & 4) != 0) { list = c1148Wt.e; } return new C1148Wt(c1145Wq, c1153Wv, list); } public final String toString() { C1145Wq c1145Wq = this.a; C1153Wv c1153Wv = this.c; List list = this.e; StringBuilder sb = new StringBuilder("SingleFormInvestmentInfoDisplay(countrySourceOfIncome="); sb.append(c1145Wq); sb.append(", investmentObjective="); sb.append(c1153Wv); sb.append(", sourceOfIncomeList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { C1145Wq c1145Wq = this.a; int hashCode = c1145Wq == null ? 0 : c1145Wq.hashCode(); C1153Wv c1153Wv = this.c; int hashCode2 = c1153Wv == null ? 0 : c1153Wv.hashCode(); List list = this.e; return (((hashCode * 31) + hashCode2) * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1148Wt)) { return false; } C1148Wt c1148Wt = (C1148Wt) obj; return C14957gcv.b(this.a, c1148Wt.a) && C14957gcv.b(this.c, c1148Wt.c) && C14957gcv.b(this.e, c1148Wt.e); } }