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

90 lines
3.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.Pq, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0839Pq {
public final String a;
public final String b;
public final String c;
public final String d;
public final EnumC0823Pg e;
public final String f;
public final String g;
public final String h;
public final String i;
public final String j;
public C0839Pq(String str, String str2, String str3, String str4, String str5, String str6, String str7, EnumC0823Pg enumC0823Pg, String str8, String str9) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(enumC0823Pg, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
this.b = str;
this.i = str2;
this.d = str3;
this.c = str4;
this.j = str5;
this.a = str6;
this.h = str7;
this.e = enumC0823Pg;
this.g = str8;
this.f = str9;
}
public final String toString() {
String str = this.b;
String str2 = this.i;
String str3 = this.d;
String str4 = this.c;
String str5 = this.j;
String str6 = this.a;
String str7 = this.h;
EnumC0823Pg enumC0823Pg = this.e;
String str8 = this.g;
String str9 = this.f;
StringBuilder sb = new StringBuilder("RecommendDisplay(assetType=");
sb.append(str);
sb.append(", fundPicturePath=");
sb.append(str2);
sb.append(", caption=");
sb.append(str3);
sb.append(", fundCode=");
sb.append(str4);
sb.append(", fundDayEndNav=");
sb.append(str5);
sb.append(", fundChange=");
sb.append(str6);
sb.append(", fundNavDate=");
sb.append(str7);
sb.append(", changeType=");
sb.append(enumC0823Pg);
sb.append(", ipoFundName=");
sb.append(str8);
sb.append(", ipoPeriodDate=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((((((this.b.hashCode() * 31) + this.i.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.j.hashCode()) * 31) + this.a.hashCode()) * 31) + this.h.hashCode()) * 31) + this.e.hashCode()) * 31) + this.g.hashCode()) * 31) + this.f.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0839Pq)) {
return false;
}
C0839Pq c0839Pq = (C0839Pq) obj;
return C14957gcv.b((Object) this.b, (Object) c0839Pq.b) && C14957gcv.b((Object) this.i, (Object) c0839Pq.i) && C14957gcv.b((Object) this.d, (Object) c0839Pq.d) && C14957gcv.b((Object) this.c, (Object) c0839Pq.c) && C14957gcv.b((Object) this.j, (Object) c0839Pq.j) && C14957gcv.b((Object) this.a, (Object) c0839Pq.a) && C14957gcv.b((Object) this.h, (Object) c0839Pq.h) && this.e == c0839Pq.e && C14957gcv.b((Object) this.g, (Object) c0839Pq.g) && C14957gcv.b((Object) this.f, (Object) c0839Pq.f);
}
}