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

102 lines
3.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.kVo, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16015kVo {
@SerializedName("billerMaxCoinPercentage")
public final Double a;
@SerializedName("availableLoanStatus")
public final boolean b;
@SerializedName("billerMinAmount")
public final Integer c;
@SerializedName("billerMinCoin")
public final Double d;
@SerializedName("customerName")
public final String e;
@SerializedName("prodPackageId")
public final String f;
@SerializedName("toggleCoinSection")
public final Integer g;
@SerializedName("deeplinkLanding")
public final String h;
@SerializedName("deeplinkIntroduction")
public final String j;
public final String toString() {
String str = this.f;
boolean z = this.b;
String str2 = this.e;
String str3 = this.j;
String str4 = this.h;
Integer num = this.g;
Integer num2 = this.c;
Double d = this.d;
Double d2 = this.a;
StringBuilder sb = new StringBuilder("BNPLLoanInfoDataEntity(prodPackageId=");
sb.append(str);
sb.append(", availableLoanStatus=");
sb.append(z);
sb.append(", customerName=");
sb.append(str2);
sb.append(", deeplinkIntroduction=");
sb.append(str3);
sb.append(", deeplinkLanding=");
sb.append(str4);
sb.append(", toggleCoinSection=");
sb.append(num);
sb.append(", billerMinAmount=");
sb.append(num2);
sb.append(", billerMinCoin=");
sb.append(d);
sb.append(", billerMaxCoinPercentage=");
sb.append(d2);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.f.hashCode();
boolean z = this.b;
int i = z;
if (z != 0) {
i = 1;
}
int hashCode2 = this.e.hashCode();
String str = this.j;
int hashCode3 = str == null ? 0 : str.hashCode();
String str2 = this.h;
int hashCode4 = str2 == null ? 0 : str2.hashCode();
Integer num = this.g;
int hashCode5 = num == null ? 0 : num.hashCode();
Integer num2 = this.c;
int hashCode6 = num2 == null ? 0 : num2.hashCode();
Double d = this.d;
int hashCode7 = d == null ? 0 : d.hashCode();
Double d2 = this.a;
return (((((((((((((((hashCode * 31) + i) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (d2 != null ? d2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16015kVo)) {
return false;
}
C16015kVo c16015kVo = (C16015kVo) obj;
return C14957gcv.b((Object) this.f, (Object) c16015kVo.f) && this.b == c16015kVo.b && C14957gcv.b((Object) this.e, (Object) c16015kVo.e) && C14957gcv.b((Object) this.j, (Object) c16015kVo.j) && C14957gcv.b((Object) this.h, (Object) c16015kVo.h) && C14957gcv.b(this.g, c16015kVo.g) && C14957gcv.b(this.c, c16015kVo.c) && C14957gcv.b(this.d, c16015kVo.d) && C14957gcv.b(this.a, c16015kVo.a);
}
}