76 lines
2.3 KiB
Java
76 lines
2.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class hYc {
|
|
|
|
@SerializedName("cashBalance")
|
|
public final String a;
|
|
|
|
@SerializedName("asOfDate")
|
|
public final String b;
|
|
|
|
@SerializedName("cashOffshore")
|
|
public final List<Yzz> c;
|
|
|
|
@SerializedName("liquidationValue")
|
|
public final String d;
|
|
|
|
@SerializedName("currency")
|
|
public final String e;
|
|
|
|
@SerializedName("products")
|
|
public final List<bGC> g;
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.d;
|
|
String str3 = this.a;
|
|
String str4 = this.e;
|
|
List<Yzz> list = this.c;
|
|
List<bGC> list2 = this.g;
|
|
StringBuilder sb = new StringBuilder("SecuritiesAccountDetailsEntity(asOfDate=");
|
|
sb.append(str);
|
|
sb.append(", liquidationValue=");
|
|
sb.append(str2);
|
|
sb.append(", cashBalance=");
|
|
sb.append(str3);
|
|
sb.append(", currency=");
|
|
sb.append(str4);
|
|
sb.append(", cashOffshore=");
|
|
sb.append(list);
|
|
sb.append(", products=");
|
|
sb.append(list2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.b;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.d;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.a;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.e;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
List<Yzz> list = this.c;
|
|
int hashCode5 = list == null ? 0 : list.hashCode();
|
|
List<bGC> list2 = this.g;
|
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (list2 != null ? list2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof hYc)) {
|
|
return false;
|
|
}
|
|
hYc hyc = (hYc) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) hyc.b) && C14957gcv.b((Object) this.d, (Object) hyc.d) && C14957gcv.b((Object) this.a, (Object) hyc.a) && C14957gcv.b((Object) this.e, (Object) hyc.e) && C14957gcv.b(this.c, hyc.c) && C14957gcv.b(this.g, hyc.g);
|
|
}
|
|
}
|