package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.dKx, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C8432dKx { @SerializedName("monthlyIncome") public final String a; @SerializedName("ncbConsent") public final String b; @SerializedName("repaymentAbility") public final String c; @SerializedName("product") public final List e; public final String toString() { String str = this.b; String str2 = this.a; String str3 = this.c; List list = this.e; StringBuilder sb = new StringBuilder("EasycashCreditPowerLoanRequestResultEntity(ncbConsent="); sb.append(str); sb.append(", monthlyIncome="); sb.append(str2); sb.append(", repaymentAbility="); sb.append(str3); sb.append(", product="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.b; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.a; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.c; int hashCode3 = str3 == null ? 0 : str3.hashCode(); List list = this.e; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C8432dKx)) { return false; } C8432dKx c8432dKx = (C8432dKx) obj; return C14957gcv.b((Object) this.b, (Object) c8432dKx.b) && C14957gcv.b((Object) this.a, (Object) c8432dKx.a) && C14957gcv.b((Object) this.c, (Object) c8432dKx.c) && C14957gcv.b(this.e, c8432dKx.e); } }