85 lines
2.7 KiB
Java
85 lines
2.7 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import com.huawei.hms.support.feature.result.CommonConstant;
|
|
|
|
/* renamed from: o.ueD, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17183ueD {
|
|
|
|
@SerializedName("success")
|
|
public final Boolean a;
|
|
|
|
@SerializedName(CommonConstant.KEY_STATUS)
|
|
public final C15104ghK b;
|
|
|
|
@SerializedName("currAmount")
|
|
public final Double c;
|
|
|
|
@SerializedName("monthlyPayment")
|
|
public final Double d;
|
|
|
|
@SerializedName("totalInterest")
|
|
public final Double e;
|
|
|
|
@SerializedName("totalPayment")
|
|
public final Double g;
|
|
|
|
@SerializedName("transactionInfo")
|
|
public final Dzh j;
|
|
|
|
public final String toString() {
|
|
C15104ghK c15104ghK = this.b;
|
|
Dzh dzh = this.j;
|
|
Double d = this.d;
|
|
Double d2 = this.c;
|
|
Double d3 = this.e;
|
|
Double d4 = this.g;
|
|
Boolean bool = this.a;
|
|
StringBuilder sb = new StringBuilder("InstallmentsResponseEntity(status=");
|
|
sb.append(c15104ghK);
|
|
sb.append(", transactionInfo=");
|
|
sb.append(dzh);
|
|
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(", isSuccess=");
|
|
sb.append(bool);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
C15104ghK c15104ghK = this.b;
|
|
int hashCode = c15104ghK == null ? 0 : c15104ghK.hashCode();
|
|
Dzh dzh = this.j;
|
|
int hashCode2 = dzh == null ? 0 : dzh.hashCode();
|
|
Double d = this.d;
|
|
int hashCode3 = d == null ? 0 : d.hashCode();
|
|
Double d2 = this.c;
|
|
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 ? 0 : d4.hashCode();
|
|
Boolean bool = this.a;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (bool != null ? bool.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C17183ueD)) {
|
|
return false;
|
|
}
|
|
C17183ueD c17183ueD = (C17183ueD) obj;
|
|
return C14957gcv.b(this.b, c17183ueD.b) && C14957gcv.b(this.j, c17183ueD.j) && C14957gcv.b(this.d, c17183ueD.d) && C14957gcv.b(this.c, c17183ueD.c) && C14957gcv.b(this.e, c17183ueD.e) && C14957gcv.b(this.g, c17183ueD.g) && C14957gcv.b(this.a, c17183ueD.a);
|
|
}
|
|
}
|