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

93 lines
3.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class hHE {
public final String a;
public final List<Kvg> b;
public final String c;
public final String d;
public final String e;
public final DAG g;
public final String h;
public final String i;
public final aRO j;
public hHE(String str, String str2, String str3, String str4, String str5, String str6, aRO aro, DAG dag, List<Kvg> list) {
this.d = str;
this.e = str2;
this.c = str3;
this.i = str4;
this.h = str5;
this.a = str6;
this.j = aro;
this.g = dag;
this.b = list;
}
public final String toString() {
String str = this.d;
String str2 = this.e;
String str3 = this.c;
String str4 = this.i;
String str5 = this.h;
String str6 = this.a;
aRO aro = this.j;
DAG dag = this.g;
List<Kvg> list = this.b;
StringBuilder sb = new StringBuilder("Product(symbol=");
sb.append(str);
sb.append(", marketValue=");
sb.append(str2);
sb.append(", currency=");
sb.append(str3);
sb.append(", unrealizedAmt=");
sb.append(str4);
sb.append(", unrealizedPercent=");
sb.append(str5);
sb.append(", side=");
sb.append(str6);
sb.append(", symbolPrice=");
sb.append(aro);
sb.append(", symbolFullName=");
sb.append(dag);
sb.append(", items=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.i;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.h;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.a;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
aRO aro = this.j;
int hashCode7 = aro == null ? 0 : aro.hashCode();
DAG dag = this.g;
int hashCode8 = dag == null ? 0 : dag.hashCode();
List<Kvg> list = this.b;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof hHE)) {
return false;
}
hHE hhe = (hHE) obj;
return C14957gcv.b((Object) this.d, (Object) hhe.d) && C14957gcv.b((Object) this.e, (Object) hhe.e) && C14957gcv.b((Object) this.c, (Object) hhe.c) && C14957gcv.b((Object) this.i, (Object) hhe.i) && C14957gcv.b((Object) this.h, (Object) hhe.h) && C14957gcv.b((Object) this.a, (Object) hhe.a) && C14957gcv.b(this.j, hhe.j) && C14957gcv.b(this.g, hhe.g) && C14957gcv.b(this.b, hhe.b);
}
}