what-the-bank/sources/o/fZP.java

134 lines
4.7 KiB
Java

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 fZP {
@SerializedName("lastUpdatedDateTime")
private final String a;
@SerializedName("debtBurden")
private final String b;
@SerializedName("ncbGrade")
private final String c;
@SerializedName("monthlyIncome")
private final String d;
@SerializedName("consent")
private final C0862Qdm e;
@SerializedName(CommonConstant.KEY_STATUS)
private final String f;
@SerializedName("requiredGeneratedNCBFlag")
private final String g;
@SerializedName("submissionType")
private final String h;
@SerializedName("repaymentAbility")
private final String i;
@SerializedName("products")
private final List<FML> j;
@SerializedName("userId")
private final String k;
@SerializedName("totalCreditAmount")
private final String l;
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
private final String n;
public final String toString() {
String str = this.k;
String str2 = this.n;
String str3 = this.d;
String str4 = this.i;
C0862Qdm c0862Qdm = this.e;
String str5 = this.b;
String str6 = this.c;
List<FML> list = this.j;
String str7 = this.l;
String str8 = this.f;
String str9 = this.a;
String str10 = this.g;
String str11 = this.h;
StringBuilder sb = new StringBuilder("EasycashGetCreditPowerLoanRequestEntity(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(c0862Qdm);
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.n;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.d;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.i;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
C0862Qdm c0862Qdm = this.e;
int hashCode5 = c0862Qdm == null ? 0 : c0862Qdm.hashCode();
String str5 = this.b;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.c;
int hashCode7 = str6 == null ? 0 : str6.hashCode();
List<FML> list = this.j;
int hashCode8 = list == null ? 0 : list.hashCode();
String str7 = this.l;
int hashCode9 = str7 == null ? 0 : str7.hashCode();
String str8 = this.f;
int hashCode10 = str8 == null ? 0 : str8.hashCode();
String str9 = this.a;
int hashCode11 = str9 == null ? 0 : str9.hashCode();
String str10 = this.g;
int hashCode12 = str10 == null ? 0 : str10.hashCode();
String str11 = this.h;
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 fZP)) {
return false;
}
fZP fzp = (fZP) obj;
return C14957gcv.b((Object) this.k, (Object) fzp.k) && C14957gcv.b((Object) this.n, (Object) fzp.n) && C14957gcv.b((Object) this.d, (Object) fzp.d) && C14957gcv.b((Object) this.i, (Object) fzp.i) && C14957gcv.b(this.e, fzp.e) && C14957gcv.b((Object) this.b, (Object) fzp.b) && C14957gcv.b((Object) this.c, (Object) fzp.c) && C14957gcv.b(this.j, fzp.j) && C14957gcv.b((Object) this.l, (Object) fzp.l) && C14957gcv.b((Object) this.f, (Object) fzp.f) && C14957gcv.b((Object) this.a, (Object) fzp.a) && C14957gcv.b((Object) this.g, (Object) fzp.g) && C14957gcv.b((Object) this.h, (Object) fzp.h);
}
}