what-the-bank/sources/o/WbY.java

56 lines
1.6 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class WbY {
private final Double a;
private final Double b;
public final String c;
private final Double d;
public WbY(Double d, String str, Double d2, Double d3) {
this.b = d;
this.c = str;
this.d = d2;
this.a = d3;
}
public final String toString() {
Double d = this.b;
String str = this.c;
Double d2 = this.d;
Double d3 = this.a;
StringBuilder sb = new StringBuilder("BillPaymentLoanInstallmentMain(installment=");
sb.append(d);
sb.append(", dueDate=");
sb.append(str);
sb.append(", normalInterestRate=");
sb.append(d2);
sb.append(", monthInterestRate=");
sb.append(d3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Double d = this.b;
int hashCode = d == null ? 0 : d.hashCode();
String str = this.c;
int hashCode2 = str == null ? 0 : str.hashCode();
Double d2 = this.d;
int hashCode3 = d2 == null ? 0 : d2.hashCode();
Double d3 = this.a;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (d3 != null ? d3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof WbY)) {
return false;
}
WbY wbY = (WbY) obj;
return C14957gcv.b(this.b, wbY.b) && C14957gcv.b((Object) this.c, (Object) wbY.c) && C14957gcv.b(this.d, wbY.d) && C14957gcv.b(this.a, wbY.a);
}
}