55 lines
1.7 KiB
Java
55 lines
1.7 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.aeH, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C2417aeH {
|
||
|
public final double a;
|
||
|
public final double b;
|
||
|
public final double c;
|
||
|
public final double d;
|
||
|
public final double e;
|
||
|
|
||
|
public C2417aeH(double d, double d2, double d3, double d4, double d5) {
|
||
|
this.c = d;
|
||
|
this.a = d2;
|
||
|
this.d = d3;
|
||
|
this.e = d4;
|
||
|
this.b = d5;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
double d = this.c;
|
||
|
double d2 = this.a;
|
||
|
double d3 = this.d;
|
||
|
double d4 = this.e;
|
||
|
double d5 = this.b;
|
||
|
StringBuilder sb = new StringBuilder("MinFullCalculationResponse(totalPrincipal=");
|
||
|
sb.append(d);
|
||
|
sb.append(", annualRate=");
|
||
|
sb.append(d2);
|
||
|
sb.append(", feeAndVat=");
|
||
|
sb.append(d3);
|
||
|
sb.append(", feeRate=");
|
||
|
sb.append(d4);
|
||
|
sb.append(", vatRate=");
|
||
|
sb.append(d5);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((((((Double.hashCode(this.c) * 31) + Double.hashCode(this.a)) * 31) + Double.hashCode(this.d)) * 31) + Double.hashCode(this.e)) * 31) + Double.hashCode(this.b);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C2417aeH)) {
|
||
|
return false;
|
||
|
}
|
||
|
C2417aeH c2417aeH = (C2417aeH) obj;
|
||
|
return Double.compare(this.c, c2417aeH.c) == 0 && Double.compare(this.a, c2417aeH.a) == 0 && Double.compare(this.d, c2417aeH.d) == 0 && Double.compare(this.e, c2417aeH.e) == 0 && Double.compare(this.b, c2417aeH.b) == 0;
|
||
|
}
|
||
|
}
|