package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.DYw, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0280DYw { @SerializedName(alternate = {"contactInfo"}, value = "customerContactInfo") public final EiI a; @SerializedName("duration") public final String b; @SerializedName("installmentAmount") public final String c; @SerializedName("dutyStampFee") public final CLy d; @SerializedName("frontEndFee") public final CLy e; @SerializedName(alternate = {"netAmountReceived"}, value = "netTransferAmount") public final String f; @SerializedName("installmentFrequency") public final PbB g; @SerializedName("productType") public final String h; @SerializedName("repaymentDate") public final Sts i; @SerializedName("principal") public final String j; @SerializedName("interestRate") public final List k; @SerializedName("repaymentStartDate") public final String l; @SerializedName("transferFee") public final String n; /* renamed from: o.DYw$Sts */ /* loaded from: classes3.dex */ public static final class Sts { @SerializedName("description") public final String c; @SerializedName("code") public final String d; public final String toString() { String str = this.d; String str2 = this.c; StringBuilder sb = new StringBuilder("RepaymentDate(code="); sb.append(str); sb.append(", description="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.d.hashCode() * 31) + this.c.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.d, (Object) sts.d) && C14957gcv.b((Object) this.c, (Object) sts.c); } } public final String toString() { String str = this.j; String str2 = this.b; String str3 = this.c; PbB pbB = this.g; Sts sts = this.i; CLy cLy = this.d; CLy cLy2 = this.e; String str4 = this.n; String str5 = this.f; String str6 = this.l; String str7 = this.h; EiI eiI = this.a; List list = this.k; StringBuilder sb = new StringBuilder("HmlSetupEntity(principal="); sb.append(str); sb.append(", duration="); sb.append(str2); sb.append(", installmentAmount="); sb.append(str3); sb.append(", installmentFrequency="); sb.append(pbB); sb.append(", repaymentDate="); sb.append(sts); sb.append(", dutyStampFee="); sb.append(cLy); sb.append(", frontEndFee="); sb.append(cLy2); sb.append(", transferFee="); sb.append(str4); sb.append(", netTransferAmount="); sb.append(str5); sb.append(", repaymentStartDate="); sb.append(str6); sb.append(", productType="); sb.append(str7); sb.append(", customerContactInfo="); sb.append(eiI); sb.append(", tierRateList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.j.hashCode(); int hashCode2 = this.b.hashCode(); int hashCode3 = this.c.hashCode(); int hashCode4 = this.g.hashCode(); int hashCode5 = this.i.hashCode(); int hashCode6 = this.d.hashCode(); CLy cLy = this.e; int hashCode7 = cLy == null ? 0 : cLy.hashCode(); int hashCode8 = this.n.hashCode(); int hashCode9 = this.f.hashCode(); int hashCode10 = this.l.hashCode(); String str = this.h; int hashCode11 = str == null ? 0 : str.hashCode(); EiI eiI = this.a; return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + (eiI != null ? eiI.hashCode() : 0)) * 31) + this.k.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0280DYw)) { return false; } C0280DYw c0280DYw = (C0280DYw) obj; return C14957gcv.b((Object) this.j, (Object) c0280DYw.j) && C14957gcv.b((Object) this.b, (Object) c0280DYw.b) && C14957gcv.b((Object) this.c, (Object) c0280DYw.c) && C14957gcv.b(this.g, c0280DYw.g) && C14957gcv.b(this.i, c0280DYw.i) && C14957gcv.b(this.d, c0280DYw.d) && C14957gcv.b(this.e, c0280DYw.e) && C14957gcv.b((Object) this.n, (Object) c0280DYw.n) && C14957gcv.b((Object) this.f, (Object) c0280DYw.f) && C14957gcv.b((Object) this.l, (Object) c0280DYw.l) && C14957gcv.b((Object) this.h, (Object) c0280DYw.h) && C14957gcv.b(this.a, c0280DYw.a) && C14957gcv.b(this.k, c0280DYw.k); } }