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

76 lines
2.4 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.vqF, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17331vqF {
public final String a;
public final String b;
public final String c;
public final boolean d;
public final String e;
public final String f;
public C17331vqF(String str, String str2, String str3, String str4, String str5, boolean z) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
this.f = str;
this.c = str2;
this.a = str3;
this.e = str4;
this.b = str5;
this.d = z;
}
public final String toString() {
String str = this.f;
String str2 = this.c;
String str3 = this.a;
String str4 = this.e;
String str5 = this.b;
boolean z = this.d;
StringBuilder sb = new StringBuilder("InvestmentReviewInfo(sourceOfIncome=");
sb.append(str);
sb.append(", sourceOfFund=");
sb.append(str2);
sb.append(", investPurpose=");
sb.append(str3);
sb.append(", creditLimit=");
sb.append(str4);
sb.append(", dividendWithholdingTaxFlag=");
sb.append(str5);
sb.append(", showCreditLimitFlag=");
sb.append(z);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.f.hashCode();
int hashCode2 = this.c.hashCode();
int hashCode3 = this.a.hashCode();
int hashCode4 = this.e.hashCode();
int hashCode5 = this.b.hashCode();
boolean z = this.d;
int i = z;
if (z != 0) {
i = 1;
}
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + i;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17331vqF)) {
return false;
}
C17331vqF c17331vqF = (C17331vqF) obj;
return C14957gcv.b((Object) this.f, (Object) c17331vqF.f) && C14957gcv.b((Object) this.c, (Object) c17331vqF.c) && C14957gcv.b((Object) this.a, (Object) c17331vqF.a) && C14957gcv.b((Object) this.e, (Object) c17331vqF.e) && C14957gcv.b((Object) this.b, (Object) c17331vqF.b) && this.d == c17331vqF.d;
}
}