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

144 lines
5.3 KiB
Java

package o;
import java.util.List;
import o.Mqw;
/* loaded from: classes3.dex */
public final class VwU {
public final String a;
public final Mqw.Sts b;
public final String c;
public final List<String> d;
public final String e;
public final String f;
public final String g;
public final List<String> h;
public final String i;
public final String j;
public final Qve k;
public final List<RiT> l;
public final String m;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final MUd f8426o;
public final List<String> q;
public VwU(String str, String str2, List<String> list, String str3, Mqw.Sts sts, String str4, String str5, String str6, List<String> list2, String str7, List<String> list3, String str8, List<RiT> list4, String str9, MUd mUd, Qve qve) {
C14957gcv.e(str2, "");
C14957gcv.e(list, "");
C14957gcv.e(str3, "");
C14957gcv.e(sts, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(list2, "");
C14957gcv.e(list3, "");
C14957gcv.e(str8, "");
C14957gcv.e(list4, "");
C14957gcv.e(qve, "");
this.n = str;
this.e = str2;
this.d = list;
this.g = str3;
this.b = sts;
this.a = str4;
this.f = str5;
this.i = str6;
this.q = list2;
this.c = str7;
this.h = list3;
this.m = str8;
this.l = list4;
this.j = str9;
this.f8426o = mUd;
this.k = qve;
}
public final String toString() {
String str = this.n;
String str2 = this.e;
List<String> list = this.d;
String str3 = this.g;
Mqw.Sts sts = this.b;
String str4 = this.a;
String str5 = this.f;
String str6 = this.i;
List<String> list2 = this.q;
String str7 = this.c;
List<String> list3 = this.h;
String str8 = this.m;
List<RiT> list4 = this.l;
String str9 = this.j;
MUd mUd = this.f8426o;
Qve qve = this.k;
StringBuilder sb = new StringBuilder("HmlReviewBusinessInfo(privilegedProfession=");
sb.append(str);
sb.append(", businessName=");
sb.append(str2);
sb.append(", businessAddress=");
sb.append(list);
sb.append(", companyPhone=");
sb.append(str3);
sb.append(", businessExperience=");
sb.append(sts);
sb.append(", businessIndustry=");
sb.append(str4);
sb.append(", businessType=");
sb.append(str5);
sb.append(", businessRegistrationNo=");
sb.append(str6);
sb.append(", storeType=");
sb.append(list2);
sb.append(", businessOnLease=");
sb.append(str7);
sb.append(", loanPurpose=");
sb.append(list3);
sb.append(", netIncome=");
sb.append(str8);
sb.append(", operatingAccount=");
sb.append(list4);
sb.append(", businessUrl=");
sb.append(str9);
sb.append(", marketplaceUrl=");
sb.append(mUd);
sb.append(", sourceOfIncome=");
sb.append(qve);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.n;
int hashCode = str == null ? 0 : str.hashCode();
int hashCode2 = this.e.hashCode();
int hashCode3 = this.d.hashCode();
int hashCode4 = this.g.hashCode();
int hashCode5 = this.b.hashCode();
int hashCode6 = this.a.hashCode();
int hashCode7 = this.f.hashCode();
String str2 = this.i;
int hashCode8 = str2 == null ? 0 : str2.hashCode();
int hashCode9 = this.q.hashCode();
String str3 = this.c;
int hashCode10 = str3 == null ? 0 : str3.hashCode();
int hashCode11 = this.h.hashCode();
int hashCode12 = this.m.hashCode();
int hashCode13 = this.l.hashCode();
String str4 = this.j;
int hashCode14 = str4 == null ? 0 : str4.hashCode();
MUd mUd = this.f8426o;
return (((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + (mUd != null ? mUd.hashCode() : 0)) * 31) + this.k.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof VwU)) {
return false;
}
VwU vwU = (VwU) obj;
return C14957gcv.b((Object) this.n, (Object) vwU.n) && C14957gcv.b((Object) this.e, (Object) vwU.e) && C14957gcv.b(this.d, vwU.d) && C14957gcv.b((Object) this.g, (Object) vwU.g) && C14957gcv.b(this.b, vwU.b) && C14957gcv.b((Object) this.a, (Object) vwU.a) && C14957gcv.b((Object) this.f, (Object) vwU.f) && C14957gcv.b((Object) this.i, (Object) vwU.i) && C14957gcv.b(this.q, vwU.q) && C14957gcv.b((Object) this.c, (Object) vwU.c) && C14957gcv.b(this.h, vwU.h) && C14957gcv.b((Object) this.m, (Object) vwU.m) && C14957gcv.b(this.l, vwU.l) && C14957gcv.b((Object) this.j, (Object) vwU.j) && C14957gcv.b(this.f8426o, vwU.f8426o) && C14957gcv.b(this.k, vwU.k);
}
}