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

91 lines
3.0 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class msZ {
public final fEQ a;
public final int b;
public final C3785bGn c;
public final Integer d;
public final String e;
public final xEz g;
public final List<PbV> h;
public final Qve i;
public final C13529fbz j;
public msZ(xEz xez, fEQ feq, String str, C13529fbz c13529fbz, C3785bGn c3785bGn, Integer num, Qve qve, List<PbV> list, int i) {
C14957gcv.e(xez, "");
this.g = xez;
this.a = feq;
this.e = str;
this.j = c13529fbz;
this.c = c3785bGn;
this.d = num;
this.i = qve;
this.h = list;
this.b = i;
}
public final String toString() {
xEz xez = this.g;
fEQ feq = this.a;
String str = this.e;
C13529fbz c13529fbz = this.j;
C3785bGn c3785bGn = this.c;
Integer num = this.d;
Qve qve = this.i;
List<PbV> list = this.h;
int i = this.b;
StringBuilder sb = new StringBuilder("HmlBusinessInfo(validationConfig=");
sb.append(xez);
sb.append(", businessIndustry=");
sb.append(feq);
sb.append(", businessType=");
sb.append(str);
sb.append(", storeType=");
sb.append(c13529fbz);
sb.append(", loanPurpose=");
sb.append(c3785bGn);
sb.append(", netIncome=");
sb.append(num);
sb.append(", sourceOfIncome=");
sb.append(qve);
sb.append(", operatingAccount=");
sb.append(list);
sb.append(", minIncome=");
sb.append(i);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.g.hashCode();
fEQ feq = this.a;
int hashCode2 = feq == null ? 0 : feq.hashCode();
String str = this.e;
int hashCode3 = str == null ? 0 : str.hashCode();
C13529fbz c13529fbz = this.j;
int hashCode4 = c13529fbz == null ? 0 : c13529fbz.hashCode();
C3785bGn c3785bGn = this.c;
int hashCode5 = c3785bGn == null ? 0 : c3785bGn.hashCode();
Integer num = this.d;
int hashCode6 = num == null ? 0 : num.hashCode();
Qve qve = this.i;
int hashCode7 = qve == null ? 0 : qve.hashCode();
List<PbV> list = this.h;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (list != null ? list.hashCode() : 0)) * 31) + Integer.hashCode(this.b);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof msZ)) {
return false;
}
msZ msz = (msZ) obj;
return C14957gcv.b(this.g, msz.g) && C14957gcv.b(this.a, msz.a) && C14957gcv.b((Object) this.e, (Object) msz.e) && C14957gcv.b(this.j, msz.j) && C14957gcv.b(this.c, msz.c) && C14957gcv.b(this.d, msz.d) && C14957gcv.b(this.i, msz.i) && C14957gcv.b(this.h, msz.h) && this.b == msz.b;
}
}