package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.and, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C2916and { @SerializedName("assessment") public final List b; @SerializedName("qsummary") public final List d; @SerializedName("preselect") public final int e; public final String toString() { int i = this.e; List list = this.b; List list2 = this.d; StringBuilder sb = new StringBuilder("InvestmentRiskAssessmentEntity(preselect="); sb.append(i); sb.append(", assessments="); sb.append(list); sb.append(", summaries="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = Integer.hashCode(this.e); List list = this.b; int hashCode2 = list == null ? 0 : list.hashCode(); List list2 = this.d; return (((hashCode * 31) + hashCode2) * 31) + (list2 != null ? list2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C2916and)) { return false; } C2916and c2916and = (C2916and) obj; return this.e == c2916and.e && C14957gcv.b(this.b, c2916and.b) && C14957gcv.b(this.d, c2916and.d); } }