package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class mUj { @SerializedName("annualInterest") public final String a; @SerializedName("dutyStampFee") public final Sts b; @SerializedName("installmentAmount") public final String c; @SerializedName("duration") public final String d; @SerializedName("installmentFrequency") public final LWm e; @SerializedName("repaymentStartDate") public final String f; @SerializedName("principal") public final String h; @SerializedName("tierRateList") public final List i; @SerializedName("repaymentDate") public final String j; /* loaded from: classes3.dex */ public static final class LWm { @SerializedName("unit") public final String a; @SerializedName("perUnit") public final String d; public final String toString() { String str = this.d; String str2 = this.a; StringBuilder sb = new StringBuilder("InstallmentFrequency(perUnit="); sb.append(str); sb.append(", unit="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.d.hashCode() * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof LWm)) { return false; } LWm lWm = (LWm) obj; return C14957gcv.b((Object) this.d, (Object) lWm.d) && C14957gcv.b((Object) this.a, (Object) lWm.a); } } /* loaded from: classes3.dex */ public static final class Sts { @SerializedName("maxAmount") public final String b; @SerializedName("rate") public final String c; public final String toString() { String str = this.c; String str2 = this.b; StringBuilder sb = new StringBuilder("MaxDutyStampFee(rate="); sb.append(str); sb.append(", amount="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.c.hashCode() * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Sts)) { return false; } Sts sts = (Sts) obj; return C14957gcv.b((Object) this.c, (Object) sts.c) && C14957gcv.b((Object) this.b, (Object) sts.b); } } public final String toString() { String str = this.h; String str2 = this.d; String str3 = this.c; LWm lWm = this.e; String str4 = this.j; String str5 = this.a; String str6 = this.f; List list = this.i; Sts sts = this.b; StringBuilder sb = new StringBuilder("HmlRequestedProductEntity(principal="); sb.append(str); sb.append(", duration="); sb.append(str2); sb.append(", installmentAmount="); sb.append(str3); sb.append(", installmentFrequencyEntity="); sb.append(lWm); sb.append(", repaymentDate="); sb.append(str4); sb.append(", annualInterest="); sb.append(str5); sb.append(", repaymentStartDate="); sb.append(str6); sb.append(", tierRateList="); sb.append(list); sb.append(", dutyStampFee="); sb.append(sts); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.h.hashCode(); int hashCode2 = this.d.hashCode(); int hashCode3 = this.c.hashCode(); int hashCode4 = this.e.hashCode(); int hashCode5 = this.j.hashCode(); int hashCode6 = this.a.hashCode(); int hashCode7 = this.f.hashCode(); int hashCode8 = this.i.hashCode(); Sts sts = this.b; return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (sts == null ? 0 : sts.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof mUj)) { return false; } mUj muj = (mUj) obj; return C14957gcv.b((Object) this.h, (Object) muj.h) && C14957gcv.b((Object) this.d, (Object) muj.d) && C14957gcv.b((Object) this.c, (Object) muj.c) && C14957gcv.b(this.e, muj.e) && C14957gcv.b((Object) this.j, (Object) muj.j) && C14957gcv.b((Object) this.a, (Object) muj.a) && C14957gcv.b((Object) this.f, (Object) muj.f) && C14957gcv.b(this.i, muj.i) && C14957gcv.b(this.b, muj.b); } }