106 lines
3.4 KiB
Java
106 lines
3.4 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Qk, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0871Qk {
|
|
public final int a;
|
|
public final String b;
|
|
public final boolean c;
|
|
public final List<C0873Qm> d;
|
|
public final boolean e;
|
|
public final String f;
|
|
public final int g;
|
|
public final String h;
|
|
public final boolean i;
|
|
public final List<C0872Ql> j;
|
|
|
|
public C0871Qk(int i, String str, String str2, int i2, String str3, List<C0872Ql> list, boolean z, boolean z2, List<C0873Qm> list2, boolean z3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(list, "");
|
|
C14957gcv.e(list2, "");
|
|
this.a = i;
|
|
this.f = str;
|
|
this.h = str2;
|
|
this.g = i2;
|
|
this.b = str3;
|
|
this.j = list;
|
|
this.c = z;
|
|
this.i = z2;
|
|
this.d = list2;
|
|
this.e = z3;
|
|
}
|
|
|
|
public final String toString() {
|
|
int i = this.a;
|
|
String str = this.f;
|
|
String str2 = this.h;
|
|
int i2 = this.g;
|
|
String str3 = this.b;
|
|
List<C0872Ql> list = this.j;
|
|
boolean z = this.c;
|
|
boolean z2 = this.i;
|
|
List<C0873Qm> list2 = this.d;
|
|
boolean z3 = this.e;
|
|
StringBuilder sb = new StringBuilder("ScbsLandingDisplay(arrowImage=");
|
|
sb.append(i);
|
|
sb.append(", marketValue=");
|
|
sb.append(str);
|
|
sb.append(", netGain=");
|
|
sb.append(str2);
|
|
sb.append(", netGainColor=");
|
|
sb.append(i2);
|
|
sb.append(", asOfDate=");
|
|
sb.append(str3);
|
|
sb.append(", pieChart=");
|
|
sb.append(list);
|
|
sb.append(", isPieChartVisible=");
|
|
sb.append(z);
|
|
sb.append(", isTradeNowVisible=");
|
|
sb.append(z2);
|
|
sb.append(", accounts=");
|
|
sb.append(list2);
|
|
sb.append(", isSingleApp=");
|
|
sb.append(z3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = Integer.hashCode(this.a);
|
|
int hashCode2 = this.f.hashCode();
|
|
int hashCode3 = this.h.hashCode();
|
|
int hashCode4 = Integer.hashCode(this.g);
|
|
String str = this.b;
|
|
int hashCode5 = str == null ? 0 : str.hashCode();
|
|
int hashCode6 = this.j.hashCode();
|
|
boolean z = this.c;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
boolean z2 = this.i;
|
|
int i2 = z2;
|
|
if (z2 != 0) {
|
|
i2 = 1;
|
|
}
|
|
int hashCode7 = this.d.hashCode();
|
|
boolean z3 = this.e;
|
|
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + i) * 31) + i2) * 31) + hashCode7) * 31) + (z3 ? 1 : z3 ? 1 : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0871Qk)) {
|
|
return false;
|
|
}
|
|
C0871Qk c0871Qk = (C0871Qk) obj;
|
|
return this.a == c0871Qk.a && C14957gcv.b((Object) this.f, (Object) c0871Qk.f) && C14957gcv.b((Object) this.h, (Object) c0871Qk.h) && this.g == c0871Qk.g && C14957gcv.b((Object) this.b, (Object) c0871Qk.b) && C14957gcv.b(this.j, c0871Qk.j) && this.c == c0871Qk.c && this.i == c0871Qk.i && C14957gcv.b(this.d, c0871Qk.d) && this.e == c0871Qk.e;
|
|
}
|
|
}
|