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

78 lines
2.4 KiB
Java

package o;
import java.util.List;
/* renamed from: o.GqM, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0441GqM {
public final DdJ a;
public final KJx b;
public final List<IJP> c;
public final List<String> d;
public final boolean e;
public final C1267Zgj f;
/* JADX WARN: Multi-variable type inference failed */
public C0441GqM(List<String> list, boolean z, List<? extends IJP> list2, KJx kJx, C1267Zgj c1267Zgj, DdJ ddJ) {
C14957gcv.e(list2, "");
this.d = list;
this.e = z;
this.c = list2;
this.b = kJx;
this.f = c1267Zgj;
this.a = ddJ;
}
public final String toString() {
List<String> list = this.d;
boolean z = this.e;
List<IJP> list2 = this.c;
KJx kJx = this.b;
C1267Zgj c1267Zgj = this.f;
DdJ ddJ = this.a;
StringBuilder sb = new StringBuilder("TermFund(filterFundType=");
sb.append(list);
sb.append(", isDisplayYield=");
sb.append(z);
sb.append(", clientList=");
sb.append(list2);
sb.append(", profile=");
sb.append(kJx);
sb.append(", swoFund=");
sb.append(c1267Zgj);
sb.append(", swiFund=");
sb.append(ddJ);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
List<String> list = this.d;
int hashCode = list == null ? 0 : list.hashCode();
boolean z = this.e;
int i = z;
if (z != 0) {
i = 1;
}
int hashCode2 = this.c.hashCode();
KJx kJx = this.b;
int hashCode3 = kJx == null ? 0 : kJx.hashCode();
C1267Zgj c1267Zgj = this.f;
int hashCode4 = c1267Zgj == null ? 0 : c1267Zgj.hashCode();
DdJ ddJ = this.a;
return (((((((((hashCode * 31) + i) * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (ddJ != null ? ddJ.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0441GqM)) {
return false;
}
C0441GqM c0441GqM = (C0441GqM) obj;
return C14957gcv.b(this.d, c0441GqM.d) && this.e == c0441GqM.e && C14957gcv.b(this.c, c0441GqM.c) && C14957gcv.b(this.b, c0441GqM.b) && C14957gcv.b(this.f, c0441GqM.f) && C14957gcv.b(this.a, c0441GqM.a);
}
}