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

90 lines
3.1 KiB
Java

package o;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class szZ {
public final String a;
public final boolean b;
public final String c;
public final String d;
public final OffsetDateTime e;
public final String g;
public final String i;
public final String j;
public szZ(String str, String str2, String str3, String str4, String str5, OffsetDateTime offsetDateTime, boolean z, String str6) {
this.c = str;
this.d = str2;
this.i = str3;
this.g = str4;
this.j = str5;
this.e = offsetDateTime;
this.b = z;
this.a = str6;
}
public final String toString() {
String str = this.c;
String str2 = this.d;
String str3 = this.i;
String str4 = this.g;
String str5 = this.j;
OffsetDateTime offsetDateTime = this.e;
boolean z = this.b;
String str6 = this.a;
StringBuilder sb = new StringBuilder("Securities(cardTitle=");
sb.append(str);
sb.append(", iconUrl=");
sb.append(str2);
sb.append(", unrealizedAmt=");
sb.append(str3);
sb.append(", unrealizedPercent=");
sb.append(str4);
sb.append(", marketValue=");
sb.append(str5);
sb.append(", asOfDate=");
sb.append(offsetDateTime);
sb.append(", allSCBSAccountClosed=");
sb.append(z);
sb.append(", errorDescription=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.d;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.i;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.g;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.j;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
OffsetDateTime offsetDateTime = this.e;
int hashCode6 = offsetDateTime == null ? 0 : offsetDateTime.hashCode();
boolean z = this.b;
int i = z;
if (z != 0) {
i = 1;
}
String str6 = this.a;
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + i) * 31) + (str6 != null ? str6.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof szZ)) {
return false;
}
szZ szz = (szZ) obj;
return C14957gcv.b((Object) this.c, (Object) szz.c) && C14957gcv.b((Object) this.d, (Object) szz.d) && C14957gcv.b((Object) this.i, (Object) szz.i) && C14957gcv.b((Object) this.g, (Object) szz.g) && C14957gcv.b((Object) this.j, (Object) szz.j) && C14957gcv.b(this.e, szz.e) && this.b == szz.b && C14957gcv.b((Object) this.a, (Object) szz.a);
}
}