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

149 lines
5.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class DmS {
@SerializedName("allowPurchase")
public final String a;
@SerializedName("allowSwitch")
public final String b;
@SerializedName("fundList")
public final List<C17271vQj> c;
@SerializedName("clientNo")
public final String d;
@SerializedName("allowRedeem")
public final String e;
@SerializedName("netGainPercent")
public final Double f;
@SerializedName("isNonSCBAcc")
public final Boolean g;
@SerializedName("nickname")
public final String h;
@SerializedName("netGain")
public final Double i;
@SerializedName("isOmnibusAcc")
public final Boolean j;
@SerializedName("noOfFunds")
public final Integer k;
@SerializedName("sortSequence")
public final Integer l;
@SerializedName("totalBalance")
public final Double m;
@SerializedName("taxIndicator")
public final Integer n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("redemptionAcc")
public final String f8134o;
public final String toString() {
Integer num = this.l;
String str = this.d;
String str2 = this.h;
Integer num2 = this.k;
Integer num3 = this.n;
Double d = this.m;
Double d2 = this.i;
Double d3 = this.f;
String str3 = this.a;
String str4 = this.e;
String str5 = this.b;
Boolean bool = this.j;
String str6 = this.f8134o;
Boolean bool2 = this.g;
List<C17271vQj> list = this.c;
StringBuilder sb = new StringBuilder("InvestmentDetailsClientEntity(sortSequence=");
sb.append(num);
sb.append(", clientNo=");
sb.append(str);
sb.append(", nickname=");
sb.append(str2);
sb.append(", noOfFunds=");
sb.append(num2);
sb.append(", taxIndicator=");
sb.append(num3);
sb.append(", totalBalance=");
sb.append(d);
sb.append(", netGain=");
sb.append(d2);
sb.append(", netGainPercent=");
sb.append(d3);
sb.append(", allowPurchase=");
sb.append(str3);
sb.append(", allowRedeem=");
sb.append(str4);
sb.append(", allowSwitch=");
sb.append(str5);
sb.append(", isOmnibusAcc=");
sb.append(bool);
sb.append(", redemptionAcc=");
sb.append(str6);
sb.append(", isNonSCBAcc=");
sb.append(bool2);
sb.append(", fundList=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.l;
int hashCode = num == null ? 0 : num.hashCode();
String str = this.d;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.h;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
Integer num2 = this.k;
int hashCode4 = num2 == null ? 0 : num2.hashCode();
Integer num3 = this.n;
int hashCode5 = num3 == null ? 0 : num3.hashCode();
Double d = this.m;
int hashCode6 = d == null ? 0 : d.hashCode();
Double d2 = this.i;
int hashCode7 = d2 == null ? 0 : d2.hashCode();
Double d3 = this.f;
int hashCode8 = d3 == null ? 0 : d3.hashCode();
String str3 = this.a;
int hashCode9 = str3 == null ? 0 : str3.hashCode();
String str4 = this.e;
int hashCode10 = str4 == null ? 0 : str4.hashCode();
String str5 = this.b;
int hashCode11 = str5 == null ? 0 : str5.hashCode();
Boolean bool = this.j;
int hashCode12 = bool == null ? 0 : bool.hashCode();
String str6 = this.f8134o;
int hashCode13 = str6 == null ? 0 : str6.hashCode();
Boolean bool2 = this.g;
int hashCode14 = bool2 == null ? 0 : bool2.hashCode();
List<C17271vQj> list = this.c;
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) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof DmS)) {
return false;
}
DmS dmS = (DmS) obj;
return C14957gcv.b(this.l, dmS.l) && C14957gcv.b((Object) this.d, (Object) dmS.d) && C14957gcv.b((Object) this.h, (Object) dmS.h) && C14957gcv.b(this.k, dmS.k) && C14957gcv.b(this.n, dmS.n) && C14957gcv.b(this.m, dmS.m) && C14957gcv.b(this.i, dmS.i) && C14957gcv.b(this.f, dmS.f) && C14957gcv.b((Object) this.a, (Object) dmS.a) && C14957gcv.b((Object) this.e, (Object) dmS.e) && C14957gcv.b((Object) this.b, (Object) dmS.b) && C14957gcv.b(this.j, dmS.j) && C14957gcv.b((Object) this.f8134o, (Object) dmS.f8134o) && C14957gcv.b(this.g, dmS.g) && C14957gcv.b(this.c, dmS.c);
}
}