package o; import java.util.List; /* renamed from: o.pAx, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C16532pAx { public final String a; private final List b; private final String c; private final String d; public final String e; public C16532pAx(String str, String str2, List list, String str3, String str4) { this.e = str; this.a = str2; this.b = list; this.d = str3; this.c = str4; } public final String toString() { String str = this.e; String str2 = this.a; List list = this.b; String str3 = this.d; String str4 = this.c; StringBuilder sb = new StringBuilder("SingleFormInvestmentInfo(sourceOfIncome="); sb.append(str); sb.append(", sourceOfIncomeDescription="); sb.append(str2); sb.append(", sourceOfFundList="); sb.append(list); sb.append(", investObjective="); sb.append(str3); sb.append(", investObjectiveDescription="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.e; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.a; int hashCode2 = str2 == null ? 0 : str2.hashCode(); List list = this.b; int hashCode3 = list == null ? 0 : list.hashCode(); String str3 = this.d; int hashCode4 = str3 == null ? 0 : str3.hashCode(); String str4 = this.c; return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C16532pAx)) { return false; } C16532pAx c16532pAx = (C16532pAx) obj; return C14957gcv.b((Object) this.e, (Object) c16532pAx.e) && C14957gcv.b((Object) this.a, (Object) c16532pAx.a) && C14957gcv.b(this.b, c16532pAx.b) && C14957gcv.b((Object) this.d, (Object) c16532pAx.d) && C14957gcv.b((Object) this.c, (Object) c16532pAx.c); } }