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

91 lines
2.9 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class MW {
public final String a;
public final MY b;
public final Integer c;
public final C0750Ns d;
public final int e;
public final NN g;
public final List<MX> h;
public final NQ i;
public final Qve j;
public MW(NQ nq, MY my, String str, NN nn, C0750Ns c0750Ns, Integer num, Qve qve, List<MX> list, int i) {
C14957gcv.e(nq, "");
this.i = nq;
this.b = my;
this.a = str;
this.g = nn;
this.d = c0750Ns;
this.c = num;
this.j = qve;
this.h = list;
this.e = i;
}
public final String toString() {
NQ nq = this.i;
MY my = this.b;
String str = this.a;
NN nn = this.g;
C0750Ns c0750Ns = this.d;
Integer num = this.c;
Qve qve = this.j;
List<MX> list = this.h;
int i = this.e;
StringBuilder sb = new StringBuilder("HmlBusinessInfoDisplay(validationConfig=");
sb.append(nq);
sb.append(", businessIndustry=");
sb.append(my);
sb.append(", businessType=");
sb.append(str);
sb.append(", storeType=");
sb.append(nn);
sb.append(", loanPurpose=");
sb.append(c0750Ns);
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.i.hashCode();
MY my = this.b;
int hashCode2 = my == null ? 0 : my.hashCode();
String str = this.a;
int hashCode3 = str == null ? 0 : str.hashCode();
NN nn = this.g;
int hashCode4 = nn == null ? 0 : nn.hashCode();
C0750Ns c0750Ns = this.d;
int hashCode5 = c0750Ns == null ? 0 : c0750Ns.hashCode();
Integer num = this.c;
int hashCode6 = num == null ? 0 : num.hashCode();
Qve qve = this.j;
int hashCode7 = qve == null ? 0 : qve.hashCode();
List<MX> 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.e);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof MW)) {
return false;
}
MW mw = (MW) obj;
return C14957gcv.b(this.i, mw.i) && C14957gcv.b(this.b, mw.b) && C14957gcv.b((Object) this.a, (Object) mw.a) && C14957gcv.b(this.g, mw.g) && C14957gcv.b(this.d, mw.d) && C14957gcv.b(this.c, mw.c) && C14957gcv.b(this.j, mw.j) && C14957gcv.b(this.h, mw.h) && this.e == mw.e;
}
}