package o; import com.google.gson.annotations.SerializedName; import java.util.List; import org.bouncycastle.i18n.MessageBundle; /* loaded from: classes3.dex */ public final class zkx { @SerializedName("frontEndFee") public final gEj a; @SerializedName("duration") public final String b; @SerializedName("installmentAmount") public final String c; @SerializedName("dutyStampFee") public final gEj d; @SerializedName("iconPath") public final String e; @SerializedName("installmentFrequency") public final HOD f; @SerializedName("netTransferAmount") public final String g; @SerializedName("offerType") public final String h; @SerializedName("offerId") public final String i; @SerializedName("offerDescription") public final String j; @SerializedName("repaymentStartDate") public final String k; @SerializedName("repaymentDate") public final String l; @SerializedName("sortSequence") public final String m; @SerializedName("principal") public final String n; /* renamed from: o, reason: collision with root package name */ @SerializedName(alternate = {"tierRateList"}, value = "interestRate") public final List f9337o; @SerializedName(MessageBundle.TITLE_ENTRY) public final String q; @SerializedName("transferFee") public final String t; public final String toString() { String str = this.i; String str2 = this.h; String str3 = this.j; String str4 = this.n; String str5 = this.b; String str6 = this.c; HOD hod = this.f; String str7 = this.l; gEj gej = this.d; gEj gej2 = this.a; String str8 = this.t; String str9 = this.k; List list = this.f9337o; String str10 = this.g; String str11 = this.m; String str12 = this.q; String str13 = this.e; StringBuilder sb = new StringBuilder("LoanOfferEntity(offerId="); sb.append(str); sb.append(", offerType="); sb.append(str2); sb.append(", offerDescription="); sb.append(str3); sb.append(", principal="); sb.append(str4); sb.append(", duration="); sb.append(str5); sb.append(", installmentAmount="); sb.append(str6); sb.append(", installmentFrequency="); sb.append(hod); sb.append(", repaymentDate="); sb.append(str7); sb.append(", dutyStampFee="); sb.append(gej); sb.append(", frontEndFee="); sb.append(gej2); sb.append(", transferFee="); sb.append(str8); sb.append(", repaymentStartDate="); sb.append(str9); sb.append(", tierRateList="); sb.append(list); sb.append(", netAmountReceived="); sb.append(str10); sb.append(", sortSequence="); sb.append(str11); sb.append(", title="); sb.append(str12); sb.append(", iconPath="); sb.append(str13); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.i.hashCode(); int hashCode2 = this.h.hashCode(); String str = this.j; int hashCode3 = str == null ? 0 : str.hashCode(); int hashCode4 = this.n.hashCode(); int hashCode5 = this.b.hashCode(); int hashCode6 = this.c.hashCode(); int hashCode7 = this.f.hashCode(); String str2 = this.l; int hashCode8 = str2 == null ? 0 : str2.hashCode(); gEj gej = this.d; int hashCode9 = gej == null ? 0 : gej.hashCode(); gEj gej2 = this.a; int hashCode10 = gej2 == null ? 0 : gej2.hashCode(); String str3 = this.t; int hashCode11 = str3 == null ? 0 : str3.hashCode(); String str4 = this.k; int hashCode12 = str4 == null ? 0 : str4.hashCode(); List list = this.f9337o; int hashCode13 = list == null ? 0 : list.hashCode(); String str5 = this.g; int hashCode14 = str5 == null ? 0 : str5.hashCode(); String str6 = this.m; int hashCode15 = str6 == null ? 0 : str6.hashCode(); String str7 = this.q; int hashCode16 = str7 == null ? 0 : str7.hashCode(); String str8 = this.e; 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) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + hashCode16) * 31) + (str8 != null ? str8.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof zkx)) { return false; } zkx zkxVar = (zkx) obj; return C14957gcv.b((Object) this.i, (Object) zkxVar.i) && C14957gcv.b((Object) this.h, (Object) zkxVar.h) && C14957gcv.b((Object) this.j, (Object) zkxVar.j) && C14957gcv.b((Object) this.n, (Object) zkxVar.n) && C14957gcv.b((Object) this.b, (Object) zkxVar.b) && C14957gcv.b((Object) this.c, (Object) zkxVar.c) && C14957gcv.b(this.f, zkxVar.f) && C14957gcv.b((Object) this.l, (Object) zkxVar.l) && C14957gcv.b(this.d, zkxVar.d) && C14957gcv.b(this.a, zkxVar.a) && C14957gcv.b((Object) this.t, (Object) zkxVar.t) && C14957gcv.b((Object) this.k, (Object) zkxVar.k) && C14957gcv.b(this.f9337o, zkxVar.f9337o) && C14957gcv.b((Object) this.g, (Object) zkxVar.g) && C14957gcv.b((Object) this.m, (Object) zkxVar.m) && C14957gcv.b((Object) this.q, (Object) zkxVar.q) && C14957gcv.b((Object) this.e, (Object) zkxVar.e); } }