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

60 lines
1.8 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.vKL, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17255vKL {
@SerializedName("installment")
public final Double b;
@SerializedName("dueDate")
public final String c;
@SerializedName("monthInterestRate")
public final Double d;
@SerializedName("normalInterestRate")
public final Double e;
public final String toString() {
Double d = this.b;
String str = this.c;
Double d2 = this.e;
Double d3 = this.d;
StringBuilder sb = new StringBuilder("BillPaymentLoanInstallmentMainEntity(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.e;
int hashCode3 = d2 == null ? 0 : d2.hashCode();
Double d3 = this.d;
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 C17255vKL)) {
return false;
}
C17255vKL c17255vKL = (C17255vKL) obj;
return C14957gcv.b(this.b, c17255vKL.b) && C14957gcv.b((Object) this.c, (Object) c17255vKL.c) && C14957gcv.b(this.e, c17255vKL.e) && C14957gcv.b(this.d, c17255vKL.d);
}
}