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

91 lines
2.6 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.JgO, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0552JgO {
public CoP a;
public boolean b;
public Double c;
public Double d;
public Double e;
public Double g;
public Glc i;
private C0552JgO(byte b) {
this.a = null;
this.i = null;
this.c = null;
this.d = null;
this.e = null;
this.g = null;
this.b = false;
}
public /* synthetic */ C0552JgO(char c) {
this((byte) 0);
}
public final String toString() {
CoP coP = this.a;
Glc glc = this.i;
Double d = this.c;
Double d2 = this.d;
Double d3 = this.e;
Double d4 = this.g;
boolean z = this.b;
StringBuilder sb = new StringBuilder("InstallmentsResponse(installmentsStatus=");
sb.append(coP);
sb.append(", unbillInfo=");
sb.append(glc);
sb.append(", monthlyPayment=");
sb.append(d);
sb.append(", currAmount=");
sb.append(d2);
sb.append(", totalInterest=");
sb.append(d3);
sb.append(", totalPayment=");
sb.append(d4);
sb.append(", success=");
sb.append(z);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
CoP coP = this.a;
int hashCode = coP == null ? 0 : coP.hashCode();
Glc glc = this.i;
int hashCode2 = glc == null ? 0 : glc.hashCode();
Double d = this.c;
int hashCode3 = d == null ? 0 : d.hashCode();
Double d2 = this.d;
int hashCode4 = d2 == null ? 0 : d2.hashCode();
Double d3 = this.e;
int hashCode5 = d3 == null ? 0 : d3.hashCode();
Double d4 = this.g;
int hashCode6 = d4 != null ? d4.hashCode() : 0;
boolean z = this.b;
int i = z;
if (z != 0) {
i = 1;
}
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + i;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0552JgO)) {
return false;
}
C0552JgO c0552JgO = (C0552JgO) obj;
return C14957gcv.b(this.a, c0552JgO.a) && C14957gcv.b(this.i, c0552JgO.i) && C14957gcv.b(this.c, c0552JgO.c) && C14957gcv.b(this.d, c0552JgO.d) && C14957gcv.b(this.e, c0552JgO.e) && C14957gcv.b(this.g, c0552JgO.g) && this.b == c0552JgO.b;
}
public C0552JgO() {
this((char) 0);
}
}