package o; import java.util.List; /* loaded from: classes3.dex */ public final class FFN { public final List a; private final UOa b; private final double c; public final double d; private final String e; public FFN(double d, double d2, String str, List list, UOa uOa) { C14957gcv.e(str, ""); this.d = d; this.c = d2; this.e = str; this.a = list; this.b = uOa; } public final String toString() { double d = this.d; double d2 = this.c; String str = this.e; List list = this.a; UOa uOa = this.b; StringBuilder sb = new StringBuilder("BillPaymentLoanSchema(minimumEffectiveInterestRate="); sb.append(d); sb.append(", maximumEffectiveInterestRate="); sb.append(d2); sb.append(", tenorOptions="); sb.append(str); sb.append(", tenor="); sb.append(list); sb.append(", tenorSelected="); sb.append(uOa); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = Double.hashCode(this.d); int hashCode2 = Double.hashCode(this.c); int hashCode3 = this.e.hashCode(); List list = this.a; int hashCode4 = list == null ? 0 : list.hashCode(); UOa uOa = this.b; return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (uOa != null ? uOa.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof FFN)) { return false; } FFN ffn = (FFN) obj; return Double.compare(this.d, ffn.d) == 0 && Double.compare(this.c, ffn.c) == 0 && C14957gcv.b((Object) this.e, (Object) ffn.e) && C14957gcv.b(this.a, ffn.a) && C14957gcv.b(this.b, ffn.b); } }