package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class iMI { @SerializedName("dutyStampFee") public final CLy a; @SerializedName("duration") public final String b; @SerializedName("principal") public final String c; @SerializedName("annualInterest") public final String d; @SerializedName("installment") public final gFW e; @SerializedName("repaymentDate") public final String f; @SerializedName("productType") public final String g; @SerializedName("promoCode") public final String h; @SerializedName("repaymentStartDate") public final String i; @SerializedName("tierRateList") public final List j; public final String toString() { String str = this.d; String str2 = this.b; CLy cLy = this.a; gFW gfw = this.e; String str3 = this.c; String str4 = this.g; String str5 = this.h; String str6 = this.f; String str7 = this.i; List list = this.j; StringBuilder sb = new StringBuilder("HmlBusinessOwnerSummaryEntity(annualInterest="); sb.append(str); sb.append(", duration="); sb.append(str2); sb.append(", dutyStampFee="); sb.append(cLy); sb.append(", installment="); sb.append(gfw); sb.append(", principal="); sb.append(str3); sb.append(", productType="); sb.append(str4); sb.append(", promoCode="); sb.append(str5); sb.append(", repaymentDate="); sb.append(str6); sb.append(", repaymentStartDate="); sb.append(str7); sb.append(", tierRateList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((((((((this.d.hashCode() * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.c.hashCode()) * 31) + this.g.hashCode()) * 31) + this.h.hashCode()) * 31) + this.f.hashCode()) * 31) + this.i.hashCode()) * 31) + this.j.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof iMI)) { return false; } iMI imi = (iMI) obj; return C14957gcv.b((Object) this.d, (Object) imi.d) && C14957gcv.b((Object) this.b, (Object) imi.b) && C14957gcv.b(this.a, imi.a) && C14957gcv.b(this.e, imi.e) && C14957gcv.b((Object) this.c, (Object) imi.c) && C14957gcv.b((Object) this.g, (Object) imi.g) && C14957gcv.b((Object) this.h, (Object) imi.h) && C14957gcv.b((Object) this.f, (Object) imi.f) && C14957gcv.b((Object) this.i, (Object) imi.i) && C14957gcv.b(this.j, imi.j); } }