package o; import java.util.List; /* loaded from: classes3.dex */ public final class TRE { public final String c; public final List d; public final String e; public TRE(String str, List list, String str2) { this.e = str; this.d = list; this.c = str2; } public final String toString() { String str = this.e; List list = this.d; String str2 = this.c; StringBuilder sb = new StringBuilder("SingleFormReviewInvestmentInfo(sourceOfIncome="); sb.append(str); sb.append(", sourceOfFundList="); sb.append(list); sb.append(", investObjective="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.e; int hashCode = str == null ? 0 : str.hashCode(); List list = this.d; int hashCode2 = list == null ? 0 : list.hashCode(); String str2 = this.c; return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof TRE)) { return false; } TRE tre = (TRE) obj; return C14957gcv.b((Object) this.e, (Object) tre.e) && C14957gcv.b(this.d, tre.d) && C14957gcv.b((Object) this.c, (Object) tre.c); } }