120 lines
4.2 KiB
Java
120 lines
4.2 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class jTH {
|
|
public final double a;
|
|
public final Double b;
|
|
public final Double c;
|
|
public final List<WbY> d;
|
|
public final Double e;
|
|
public final Double f;
|
|
public final Double g;
|
|
public final Double h;
|
|
public final Integer i;
|
|
public final String j;
|
|
private final Double k;
|
|
private final List<vKo> l;
|
|
private final String n;
|
|
|
|
public jTH(double d, Double d2, Double d3, Double d4, Double d5, Double d6, Double d7, Double d8, Integer num, List<WbY> list, List<vKo> list2, String str, String str2) {
|
|
this.a = d;
|
|
this.h = d2;
|
|
this.f = d3;
|
|
this.c = d4;
|
|
this.b = d5;
|
|
this.g = d6;
|
|
this.e = d7;
|
|
this.k = d8;
|
|
this.i = num;
|
|
this.d = list;
|
|
this.l = list2;
|
|
this.j = str;
|
|
this.n = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
double d = this.a;
|
|
Double d2 = this.h;
|
|
Double d3 = this.f;
|
|
Double d4 = this.c;
|
|
Double d5 = this.b;
|
|
Double d6 = this.g;
|
|
Double d7 = this.e;
|
|
Double d8 = this.k;
|
|
Integer num = this.i;
|
|
List<WbY> list = this.d;
|
|
List<vKo> list2 = this.l;
|
|
String str = this.j;
|
|
String str2 = this.n;
|
|
StringBuilder sb = new StringBuilder("BillPaymentLoanInstallmentReview(loanAmtTotal=");
|
|
sb.append(d);
|
|
sb.append(", totalMonthlyInstallment=");
|
|
sb.append(d2);
|
|
sb.append(", totalInterest=");
|
|
sb.append(d3);
|
|
sb.append(", loanAmtWithCoins=");
|
|
sb.append(d4);
|
|
sb.append(", loanAmtWithoutCoins=");
|
|
sb.append(d5);
|
|
sb.append(", monthInstRate=");
|
|
sb.append(d6);
|
|
sb.append(", interestRate=");
|
|
sb.append(d7);
|
|
sb.append(", coinsValue=");
|
|
sb.append(d8);
|
|
sb.append(", totalPeriods=");
|
|
sb.append(num);
|
|
sb.append(", mainList=");
|
|
sb.append(list);
|
|
sb.append(", listCoin=");
|
|
sb.append(list2);
|
|
sb.append(", rpymDay=");
|
|
sb.append(str);
|
|
sb.append(", billDay=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Double.hashCode(this.a);
|
|
Double d = this.h;
|
|
int hashCode2 = d == null ? 0 : d.hashCode();
|
|
Double d2 = this.f;
|
|
int hashCode3 = d2 == null ? 0 : d2.hashCode();
|
|
Double d3 = this.c;
|
|
int hashCode4 = d3 == null ? 0 : d3.hashCode();
|
|
Double d4 = this.b;
|
|
int hashCode5 = d4 == null ? 0 : d4.hashCode();
|
|
Double d5 = this.g;
|
|
int hashCode6 = d5 == null ? 0 : d5.hashCode();
|
|
Double d6 = this.e;
|
|
int hashCode7 = d6 == null ? 0 : d6.hashCode();
|
|
Double d7 = this.k;
|
|
int hashCode8 = d7 == null ? 0 : d7.hashCode();
|
|
Integer num = this.i;
|
|
int hashCode9 = num == null ? 0 : num.hashCode();
|
|
List<WbY> list = this.d;
|
|
int hashCode10 = list == null ? 0 : list.hashCode();
|
|
List<vKo> list2 = this.l;
|
|
int hashCode11 = list2 == null ? 0 : list2.hashCode();
|
|
String str = this.j;
|
|
int hashCode12 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.n;
|
|
return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof jTH)) {
|
|
return false;
|
|
}
|
|
jTH jth = (jTH) obj;
|
|
return Double.compare(this.a, jth.a) == 0 && C14957gcv.b(this.h, jth.h) && C14957gcv.b(this.f, jth.f) && C14957gcv.b(this.c, jth.c) && C14957gcv.b(this.b, jth.b) && C14957gcv.b(this.g, jth.g) && C14957gcv.b(this.e, jth.e) && C14957gcv.b(this.k, jth.k) && C14957gcv.b(this.i, jth.i) && C14957gcv.b(this.d, jth.d) && C14957gcv.b(this.l, jth.l) && C14957gcv.b((Object) this.j, (Object) jth.j) && C14957gcv.b((Object) this.n, (Object) jth.n);
|
|
}
|
|
}
|