package o; import com.google.gson.annotations.SerializedName; import java.util.Comparator; import java.util.List; import o.C17180ucA; import org.bouncycastle.i18n.ErrorBundle; /* renamed from: o.ijT, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C15803ijT { @SerializedName("duration") public final String a; @SerializedName("maximumCreditLimit") public final String b; @SerializedName("loanAmount") public final String c; @SerializedName("availableDurations") public final List d; @SerializedName(ErrorBundle.DETAIL_ENTRY) public final List e; @SerializedName("minimumCreditLimit") public final String g; @SerializedName("sliderInterval") public final String h; @SerializedName("monthlyPayment") public final String j; /* renamed from: o.ijT$RVV */ /* loaded from: classes3.dex */ public static final class RVV extends AbstractC14961gcz implements InterfaceC14894gbR { public static final RVV e = new RVV(); @Override // o.InterfaceC14894gbR public final /* synthetic */ C17180ucA invoke(Ylx ylx) { Ylx ylx2 = ylx; C14957gcv.e(ylx2, ""); C17180ucA.HBt hBt = new C17180ucA.HBt((byte) 0); hBt.b = ylx2.a; hBt.e = ylx2.b; hBt.c = ylx2.d; hBt.d = ylx2.e; hBt.h = ylx2.f; hBt.a = ylx2.c; return new C17180ucA(hBt, (byte) 0); } RVV() { super(1); } } /* renamed from: o.ijT$HBt */ /* loaded from: classes3.dex */ public static final class HBt implements Comparator { /* JADX WARN: Multi-variable type inference failed */ @Override // java.util.Comparator public final int compare(T t, T t2) { Integer valueOf = Integer.valueOf(((Ylx) t).a); Integer valueOf2 = Integer.valueOf(((Ylx) t2).a); if (valueOf == valueOf2) { return 0; } if (valueOf == null) { return -1; } if (valueOf2 == null) { return 1; } return valueOf.compareTo(valueOf2); } } public final String toString() { String str = this.g; String str2 = this.b; List list = this.d; String str3 = this.c; String str4 = this.h; String str5 = this.a; String str6 = this.j; List list2 = this.e; StringBuilder sb = new StringBuilder("MHMCCalculationEntity(minimumCreditLimit="); sb.append(str); sb.append(", maximumCreditLimit="); sb.append(str2); sb.append(", availableDurations="); sb.append(list); sb.append(", loanAmount="); sb.append(str3); sb.append(", sliderInterval="); sb.append(str4); sb.append(", duration="); sb.append(str5); sb.append(", monthlyPayment="); sb.append(str6); sb.append(", details="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((((this.g.hashCode() * 31) + this.b.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.h.hashCode()) * 31) + this.a.hashCode()) * 31) + this.j.hashCode()) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C15803ijT)) { return false; } C15803ijT c15803ijT = (C15803ijT) obj; return C14957gcv.b((Object) this.g, (Object) c15803ijT.g) && C14957gcv.b((Object) this.b, (Object) c15803ijT.b) && C14957gcv.b(this.d, c15803ijT.d) && C14957gcv.b((Object) this.c, (Object) c15803ijT.c) && C14957gcv.b((Object) this.h, (Object) c15803ijT.h) && C14957gcv.b((Object) this.a, (Object) c15803ijT.a) && C14957gcv.b((Object) this.j, (Object) c15803ijT.j) && C14957gcv.b(this.e, c15803ijT.e); } }