package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class iwv { @SerializedName("isDefaultStage") private final String a; @SerializedName("dateOfBirth") private final String b; @SerializedName("product") public final List c; @SerializedName("expectedMonthlyPayment") private final String d; @SerializedName("income") private final String e; @SerializedName("NCBGrade") private final String g; public iwv(String str, String str2, String str3, String str4, String str5, List list) { C14957gcv.e(str, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(list, ""); this.e = str; this.g = str2; this.d = str3; this.b = str4; this.a = str5; this.c = list; } public final String toString() { String str = this.e; String str2 = this.g; String str3 = this.d; String str4 = this.b; String str5 = this.a; List list = this.c; StringBuilder sb = new StringBuilder("CreditPowerCalculationRequest(income="); sb.append(str); sb.append(", ncbGrade="); sb.append(str2); sb.append(", expectedMonthlyPayment="); sb.append(str3); sb.append(", dateOfBirth="); sb.append(str4); sb.append(", isDefaultStage="); sb.append(str5); sb.append(", product="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); String str = this.g; return (((((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.d.hashCode()) * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof iwv)) { return false; } iwv iwvVar = (iwv) obj; return C14957gcv.b((Object) this.e, (Object) iwvVar.e) && C14957gcv.b((Object) this.g, (Object) iwvVar.g) && C14957gcv.b((Object) this.d, (Object) iwvVar.d) && C14957gcv.b((Object) this.b, (Object) iwvVar.b) && C14957gcv.b((Object) this.a, (Object) iwvVar.a) && C14957gcv.b(this.c, iwvVar.c); } }