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

148 lines
5.0 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class kqr {
@SerializedName("exchPoints")
public final Double a;
@SerializedName("availablePoints")
public final Double b;
@SerializedName("exchRatio")
public final Double c;
@SerializedName("exchProd")
public final String d;
@SerializedName("exchRuleCode")
public final String e;
@SerializedName("igAcctNo")
public final String f;
@SerializedName("exchValue")
public final Double g;
@SerializedName("exchType")
public final String h;
@SerializedName("igUnitPoints")
public final Double i;
@SerializedName("exchUnitValue")
public final Double j;
@SerializedName("usedPoints")
public final Double k;
@SerializedName("openAcctDate")
public final String l;
@SerializedName("totalPoints")
public final Double m;
@SerializedName("pendingExpiryPoints")
public final Double n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("invalidPoints")
public final Double f9194o;
public final String toString() {
String str = this.f;
String str2 = this.l;
Double d = this.b;
Double d2 = this.f9194o;
Double d3 = this.k;
Double d4 = this.m;
Double d5 = this.n;
String str3 = this.e;
String str4 = this.h;
Double d6 = this.i;
Double d7 = this.j;
Double d8 = this.c;
Double d9 = this.a;
Double d10 = this.g;
String str5 = this.d;
StringBuilder sb = new StringBuilder("BillPaymentCoinSummaryDataEntity(igAcctNo=");
sb.append(str);
sb.append(", openAcctDate=");
sb.append(str2);
sb.append(", availablePoints=");
sb.append(d);
sb.append(", invalidPoints=");
sb.append(d2);
sb.append(", usedPoints=");
sb.append(d3);
sb.append(", totalPoints=");
sb.append(d4);
sb.append(", pendingExpiryPoints=");
sb.append(d5);
sb.append(", exchRuleCode=");
sb.append(str3);
sb.append(", exchType=");
sb.append(str4);
sb.append(", igUnitPoints=");
sb.append(d6);
sb.append(", exchUnitValue=");
sb.append(d7);
sb.append(", exchRatio=");
sb.append(d8);
sb.append(", exchPoints=");
sb.append(d9);
sb.append(", exchValue=");
sb.append(d10);
sb.append(", exchProd=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.f;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.l;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
Double d = this.b;
int hashCode3 = d == null ? 0 : d.hashCode();
Double d2 = this.f9194o;
int hashCode4 = d2 == null ? 0 : d2.hashCode();
Double d3 = this.k;
int hashCode5 = d3 == null ? 0 : d3.hashCode();
Double d4 = this.m;
int hashCode6 = d4 == null ? 0 : d4.hashCode();
Double d5 = this.n;
int hashCode7 = d5 == null ? 0 : d5.hashCode();
String str3 = this.e;
int hashCode8 = str3 == null ? 0 : str3.hashCode();
String str4 = this.h;
int hashCode9 = str4 == null ? 0 : str4.hashCode();
Double d6 = this.i;
int hashCode10 = d6 == null ? 0 : d6.hashCode();
Double d7 = this.j;
int hashCode11 = d7 == null ? 0 : d7.hashCode();
Double d8 = this.c;
int hashCode12 = d8 == null ? 0 : d8.hashCode();
Double d9 = this.a;
int hashCode13 = d9 == null ? 0 : d9.hashCode();
Double d10 = this.g;
int hashCode14 = d10 == null ? 0 : d10.hashCode();
String str5 = this.d;
return (((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + (str5 != null ? str5.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof kqr)) {
return false;
}
kqr kqrVar = (kqr) obj;
return C14957gcv.b((Object) this.f, (Object) kqrVar.f) && C14957gcv.b((Object) this.l, (Object) kqrVar.l) && C14957gcv.b(this.b, kqrVar.b) && C14957gcv.b(this.f9194o, kqrVar.f9194o) && C14957gcv.b(this.k, kqrVar.k) && C14957gcv.b(this.m, kqrVar.m) && C14957gcv.b(this.n, kqrVar.n) && C14957gcv.b((Object) this.e, (Object) kqrVar.e) && C14957gcv.b((Object) this.h, (Object) kqrVar.h) && C14957gcv.b(this.i, kqrVar.i) && C14957gcv.b(this.j, kqrVar.j) && C14957gcv.b(this.c, kqrVar.c) && C14957gcv.b(this.a, kqrVar.a) && C14957gcv.b(this.g, kqrVar.g) && C14957gcv.b((Object) this.d, (Object) kqrVar.d);
}
}