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

148 lines
4.9 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class RQi {
@SerializedName("maturedAmount")
public final Double a;
@SerializedName("maturedPercent")
public final Double b;
@SerializedName("maturedCost")
public final Double c;
@SerializedName("currentYear")
public final String d;
@SerializedName("investmentYear")
public final String e;
@SerializedName("maturedUnit")
public final Double f;
@SerializedName("maturityYear")
public final String g;
@SerializedName("netPercent")
public final Double h;
@SerializedName("netGain")
public final Double i;
@SerializedName("maturityStatus")
public final String j;
@SerializedName("sortSequence")
public final Integer k;
@SerializedName("period")
public final String l;
@SerializedName("units")
public final Double m;
@SerializedName("totalCost")
public final Double n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("totalBalance")
public final Double f8341o;
public final String toString() {
Integer num = this.k;
String str = this.j;
String str2 = this.e;
String str3 = this.d;
String str4 = this.l;
String str5 = this.g;
Double d = this.m;
Double d2 = this.n;
Double d3 = this.f8341o;
Double d4 = this.i;
Double d5 = this.h;
Double d6 = this.c;
Double d7 = this.f;
Double d8 = this.a;
Double d9 = this.b;
StringBuilder sb = new StringBuilder("FundSummaryEntity(sortSequence=");
sb.append(num);
sb.append(", maturityStatus=");
sb.append(str);
sb.append(", investmentYear=");
sb.append(str2);
sb.append(", currentYear=");
sb.append(str3);
sb.append(", period=");
sb.append(str4);
sb.append(", maturityYear=");
sb.append(str5);
sb.append(", units=");
sb.append(d);
sb.append(", totalCost=");
sb.append(d2);
sb.append(", totalBalance=");
sb.append(d3);
sb.append(", netGain=");
sb.append(d4);
sb.append(", netGainPercent=");
sb.append(d5);
sb.append(", maturedCost=");
sb.append(d6);
sb.append(", maturedUnit=");
sb.append(d7);
sb.append(", maturedAmount=");
sb.append(d8);
sb.append(", maturedPercent=");
sb.append(d9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.k;
int hashCode = num == null ? 0 : num.hashCode();
String str = this.j;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.d;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.l;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.g;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
Double d = this.m;
int hashCode7 = d == null ? 0 : d.hashCode();
Double d2 = this.n;
int hashCode8 = d2 == null ? 0 : d2.hashCode();
Double d3 = this.f8341o;
int hashCode9 = d3 == null ? 0 : d3.hashCode();
Double d4 = this.i;
int hashCode10 = d4 == null ? 0 : d4.hashCode();
Double d5 = this.h;
int hashCode11 = d5 == null ? 0 : d5.hashCode();
Double d6 = this.c;
int hashCode12 = d6 == null ? 0 : d6.hashCode();
Double d7 = this.f;
int hashCode13 = d7 == null ? 0 : d7.hashCode();
Double d8 = this.a;
int hashCode14 = d8 == null ? 0 : d8.hashCode();
Double d9 = this.b;
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) + (d9 != null ? d9.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof RQi)) {
return false;
}
RQi rQi = (RQi) obj;
return C14957gcv.b(this.k, rQi.k) && C14957gcv.b((Object) this.j, (Object) rQi.j) && C14957gcv.b((Object) this.e, (Object) rQi.e) && C14957gcv.b((Object) this.d, (Object) rQi.d) && C14957gcv.b((Object) this.l, (Object) rQi.l) && C14957gcv.b((Object) this.g, (Object) rQi.g) && C14957gcv.b(this.m, rQi.m) && C14957gcv.b(this.n, rQi.n) && C14957gcv.b(this.f8341o, rQi.f8341o) && C14957gcv.b(this.i, rQi.i) && C14957gcv.b(this.h, rQi.h) && C14957gcv.b(this.c, rQi.c) && C14957gcv.b(this.f, rQi.f) && C14957gcv.b(this.a, rQi.a) && C14957gcv.b(this.b, rQi.b);
}
}