package o; import com.google.gson.annotations.SerializedName; import com.huawei.hms.support.feature.result.CommonConstant; import io.beid.beidk.definitions.BeIDParams; import java.util.List; /* loaded from: classes3.dex */ public final class BUJ { @SerializedName("monthlyIncome") private final String a; @SerializedName("debtBurden") private final String b; @SerializedName("consent") private final qtE c; @SerializedName("lastUpdatedDateTime") private final String d; @SerializedName("ncbGrade") private final String e; @SerializedName("repaymentAbility") private final String f; @SerializedName("products") private final List g; @SerializedName(CommonConstant.KEY_STATUS) private final String h; @SerializedName("submissionType") private final String i; @SerializedName("requiredGeneratedNCBFlag") private final String j; @SerializedName("userId") private final String k; @SerializedName("totalCreditAmount") private final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName(BeIDParams.BEID_TRANSACTION_ID) private final String f8105o; private BUJ(byte b) { this.k = null; this.f8105o = null; this.a = null; this.f = null; this.c = null; this.b = null; this.e = null; this.g = null; this.n = null; this.h = null; this.d = null; this.j = null; this.i = null; } private /* synthetic */ BUJ(char c) { this((byte) 0); } public final String toString() { String str = this.k; String str2 = this.f8105o; String str3 = this.a; String str4 = this.f; qtE qte = this.c; String str5 = this.b; String str6 = this.e; List list = this.g; String str7 = this.n; String str8 = this.h; String str9 = this.d; String str10 = this.j; String str11 = this.i; StringBuilder sb = new StringBuilder("EasycashGetCreditPowerLoanRequest(userId="); sb.append(str); sb.append(", transactionId="); sb.append(str2); sb.append(", monthlyIncome="); sb.append(str3); sb.append(", repaymentAbility="); sb.append(str4); sb.append(", consent="); sb.append(qte); sb.append(", debtBurden="); sb.append(str5); sb.append(", ncbGrade="); sb.append(str6); sb.append(", products="); sb.append(list); sb.append(", totalCreditAmount="); sb.append(str7); sb.append(", status="); sb.append(str8); sb.append(", lastUpdatedDateTime="); sb.append(str9); sb.append(", requiredGeneratedNCBFlag="); sb.append(str10); sb.append(", submissionType="); sb.append(str11); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.k; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.f8105o; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.a; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.f; int hashCode4 = str4 == null ? 0 : str4.hashCode(); qtE qte = this.c; int hashCode5 = qte == null ? 0 : qte.hashCode(); String str5 = this.b; int hashCode6 = str5 == null ? 0 : str5.hashCode(); String str6 = this.e; int hashCode7 = str6 == null ? 0 : str6.hashCode(); List list = this.g; int hashCode8 = list == null ? 0 : list.hashCode(); String str7 = this.n; int hashCode9 = str7 == null ? 0 : str7.hashCode(); String str8 = this.h; int hashCode10 = str8 == null ? 0 : str8.hashCode(); String str9 = this.d; int hashCode11 = str9 == null ? 0 : str9.hashCode(); String str10 = this.j; int hashCode12 = str10 == null ? 0 : str10.hashCode(); String str11 = this.i; return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (str11 != null ? str11.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof BUJ)) { return false; } BUJ buj = (BUJ) obj; return C14957gcv.b((Object) this.k, (Object) buj.k) && C14957gcv.b((Object) this.f8105o, (Object) buj.f8105o) && C14957gcv.b((Object) this.a, (Object) buj.a) && C14957gcv.b((Object) this.f, (Object) buj.f) && C14957gcv.b(this.c, buj.c) && C14957gcv.b((Object) this.b, (Object) buj.b) && C14957gcv.b((Object) this.e, (Object) buj.e) && C14957gcv.b(this.g, buj.g) && C14957gcv.b((Object) this.n, (Object) buj.n) && C14957gcv.b((Object) this.h, (Object) buj.h) && C14957gcv.b((Object) this.d, (Object) buj.d) && C14957gcv.b((Object) this.j, (Object) buj.j) && C14957gcv.b((Object) this.i, (Object) buj.i); } public BUJ() { this((char) 0); } }