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

100 lines
3.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class bGC {
@SerializedName("currency")
public final String a;
@SerializedName("marketValue")
public final String b;
@SerializedName("symbol")
public final String c;
@SerializedName("side")
public final String d;
@SerializedName("items")
public final List<KJe> e;
@SerializedName("unrealizedAmt")
public final String f;
@SerializedName("symbolPrice")
public final sPw g;
@SerializedName("symbolFullName")
public final C17568xqx h;
@SerializedName("unrealizedPercent")
public final String j;
public final String toString() {
String str = this.c;
String str2 = this.b;
String str3 = this.a;
String str4 = this.f;
String str5 = this.j;
String str6 = this.d;
sPw spw = this.g;
C17568xqx c17568xqx = this.h;
List<KJe> list = this.e;
StringBuilder sb = new StringBuilder("ProductEntity(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(spw);
sb.append(", symbolFullName=");
sb.append(c17568xqx);
sb.append(", items=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.b;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.a;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.f;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.j;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.d;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
sPw spw = this.g;
int hashCode7 = spw == null ? 0 : spw.hashCode();
C17568xqx c17568xqx = this.h;
int hashCode8 = c17568xqx == null ? 0 : c17568xqx.hashCode();
List<KJe> list = this.e;
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 bGC)) {
return false;
}
bGC bgc = (bGC) obj;
return C14957gcv.b((Object) this.c, (Object) bgc.c) && C14957gcv.b((Object) this.b, (Object) bgc.b) && C14957gcv.b((Object) this.a, (Object) bgc.a) && C14957gcv.b((Object) this.f, (Object) bgc.f) && C14957gcv.b((Object) this.j, (Object) bgc.j) && C14957gcv.b((Object) this.d, (Object) bgc.d) && C14957gcv.b(this.g, bgc.g) && C14957gcv.b(this.h, bgc.h) && C14957gcv.b(this.e, bgc.e);
}
}