157 lines
5.4 KiB
Java
157 lines
5.4 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.vQj, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C17271vQj {
|
||
|
|
||
|
@SerializedName("averageCostUnit")
|
||
|
public final Double a;
|
||
|
|
||
|
@SerializedName("averageCostValue")
|
||
|
public final Double b;
|
||
|
|
||
|
@SerializedName("fund")
|
||
|
public final yzb c;
|
||
|
|
||
|
@SerializedName("fullFundCode")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("dividendFlag")
|
||
|
public final String e;
|
||
|
|
||
|
@SerializedName("isOmnibusFund")
|
||
|
public final Boolean f;
|
||
|
|
||
|
@SerializedName("nav")
|
||
|
public final Double g;
|
||
|
|
||
|
@SerializedName("fundType")
|
||
|
public final String h;
|
||
|
|
||
|
@SerializedName("ltfFlag")
|
||
|
public final String i;
|
||
|
|
||
|
@SerializedName("isSelectedFund")
|
||
|
public final Boolean j;
|
||
|
|
||
|
@SerializedName("navDate")
|
||
|
public final String k;
|
||
|
|
||
|
@SerializedName("netGain")
|
||
|
public final Double l;
|
||
|
|
||
|
@SerializedName("sortSequence")
|
||
|
public final Integer m;
|
||
|
|
||
|
@SerializedName("totalBalance")
|
||
|
public final Double n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
@SerializedName("netGainPercent")
|
||
|
public final Double f9292o;
|
||
|
|
||
|
@SerializedName("totalUnit")
|
||
|
public final Double r;
|
||
|
|
||
|
public final String toString() {
|
||
|
Integer num = this.m;
|
||
|
String str = this.h;
|
||
|
yzb yzbVar = this.c;
|
||
|
String str2 = this.d;
|
||
|
Boolean bool = this.j;
|
||
|
Double d = this.g;
|
||
|
String str3 = this.k;
|
||
|
Double d2 = this.n;
|
||
|
Double d3 = this.l;
|
||
|
Double d4 = this.f9292o;
|
||
|
Double d5 = this.r;
|
||
|
String str4 = this.i;
|
||
|
String str5 = this.e;
|
||
|
Double d6 = this.a;
|
||
|
Double d7 = this.b;
|
||
|
Boolean bool2 = this.f;
|
||
|
StringBuilder sb = new StringBuilder("InvestmentDetailsFundEntity(sortSequence=");
|
||
|
sb.append(num);
|
||
|
sb.append(", fundType=");
|
||
|
sb.append(str);
|
||
|
sb.append(", fund=");
|
||
|
sb.append(yzbVar);
|
||
|
sb.append(", fullFundCode=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", isSelectedFund=");
|
||
|
sb.append(bool);
|
||
|
sb.append(", nav=");
|
||
|
sb.append(d);
|
||
|
sb.append(", navDate=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", totalBalance=");
|
||
|
sb.append(d2);
|
||
|
sb.append(", netGain=");
|
||
|
sb.append(d3);
|
||
|
sb.append(", netGainPercent=");
|
||
|
sb.append(d4);
|
||
|
sb.append(", totalUnit=");
|
||
|
sb.append(d5);
|
||
|
sb.append(", ltfFlag=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", dividendFlag=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", averageCostUnit=");
|
||
|
sb.append(d6);
|
||
|
sb.append(", averageCostValue=");
|
||
|
sb.append(d7);
|
||
|
sb.append(", isOmnibusFund=");
|
||
|
sb.append(bool2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
Integer num = this.m;
|
||
|
int hashCode = num == null ? 0 : num.hashCode();
|
||
|
String str = this.h;
|
||
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
||
|
yzb yzbVar = this.c;
|
||
|
int hashCode3 = yzbVar == null ? 0 : yzbVar.hashCode();
|
||
|
String str2 = this.d;
|
||
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
||
|
Boolean bool = this.j;
|
||
|
int hashCode5 = bool == null ? 0 : bool.hashCode();
|
||
|
Double d = this.g;
|
||
|
int hashCode6 = d == null ? 0 : d.hashCode();
|
||
|
String str3 = this.k;
|
||
|
int hashCode7 = str3 == null ? 0 : str3.hashCode();
|
||
|
Double d2 = this.n;
|
||
|
int hashCode8 = d2 == null ? 0 : d2.hashCode();
|
||
|
Double d3 = this.l;
|
||
|
int hashCode9 = d3 == null ? 0 : d3.hashCode();
|
||
|
Double d4 = this.f9292o;
|
||
|
int hashCode10 = d4 == null ? 0 : d4.hashCode();
|
||
|
Double d5 = this.r;
|
||
|
int hashCode11 = d5 == null ? 0 : d5.hashCode();
|
||
|
String str4 = this.i;
|
||
|
int hashCode12 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.e;
|
||
|
int hashCode13 = str5 == null ? 0 : str5.hashCode();
|
||
|
Double d6 = this.a;
|
||
|
int hashCode14 = d6 == null ? 0 : d6.hashCode();
|
||
|
Double d7 = this.b;
|
||
|
int hashCode15 = d7 == null ? 0 : d7.hashCode();
|
||
|
Boolean bool2 = this.f;
|
||
|
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) + hashCode15) * 31) + (bool2 != null ? bool2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C17271vQj)) {
|
||
|
return false;
|
||
|
}
|
||
|
C17271vQj c17271vQj = (C17271vQj) obj;
|
||
|
return C14957gcv.b(this.m, c17271vQj.m) && C14957gcv.b((Object) this.h, (Object) c17271vQj.h) && C14957gcv.b(this.c, c17271vQj.c) && C14957gcv.b((Object) this.d, (Object) c17271vQj.d) && C14957gcv.b(this.j, c17271vQj.j) && C14957gcv.b(this.g, c17271vQj.g) && C14957gcv.b((Object) this.k, (Object) c17271vQj.k) && C14957gcv.b(this.n, c17271vQj.n) && C14957gcv.b(this.l, c17271vQj.l) && C14957gcv.b(this.f9292o, c17271vQj.f9292o) && C14957gcv.b(this.r, c17271vQj.r) && C14957gcv.b((Object) this.i, (Object) c17271vQj.i) && C14957gcv.b((Object) this.e, (Object) c17271vQj.e) && C14957gcv.b(this.a, c17271vQj.a) && C14957gcv.b(this.b, c17271vQj.b) && C14957gcv.b(this.f, c17271vQj.f);
|
||
|
}
|
||
|
}
|