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

211 lines
6.2 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class Mqw {
public final LWm a;
public final Sts b;
public final IeS c;
public final String d;
public final String e;
public final String i;
public Mqw(String str, LWm lWm, IeS ieS, Sts sts, String str2, String str3) {
C14957gcv.e(lWm, "");
C14957gcv.e(ieS, "");
C14957gcv.e(sts, "");
this.d = str;
this.a = lWm;
this.c = ieS;
this.b = sts;
this.e = str2;
this.i = str3;
}
/* loaded from: classes3.dex */
public static final class IeS {
public final String c;
public final boolean e;
public IeS(boolean z, String str) {
this.e = z;
this.c = str;
}
/* loaded from: classes3.dex */
public static final class LWm {
private LWm() {
}
public /* synthetic */ LWm(byte b) {
this();
}
}
public final String toString() {
boolean z = this.e;
String str = this.c;
StringBuilder sb = new StringBuilder("PrivilegedProfession(flag=");
sb.append(z);
sb.append(", code=");
sb.append(str);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARN: Type inference failed for: r0v1, types: [int] */
/* JADX WARN: Type inference failed for: r0v4 */
/* JADX WARN: Type inference failed for: r0v5 */
public final int hashCode() {
boolean z = this.e;
?? r0 = z;
if (z) {
r0 = 1;
}
String str = this.c;
return (r0 * 31) + (str == null ? 0 : str.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IeS)) {
return false;
}
IeS ieS = (IeS) obj;
return this.e == ieS.e && C14957gcv.b((Object) this.c, (Object) ieS.c);
}
static {
new LWm((byte) 0);
}
}
/* loaded from: classes3.dex */
public static final class LWm {
public final GJE c;
public final String e;
public LWm(String str, GJE gje) {
this.e = str;
this.c = gje;
}
public final String toString() {
String str = this.e;
GJE gje = this.c;
StringBuilder sb = new StringBuilder("Contact(companyPhone=");
sb.append(str);
sb.append(", businessAddress=");
sb.append(gje);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.e;
int hashCode = str == null ? 0 : str.hashCode();
GJE gje = this.c;
return (hashCode * 31) + (gje != null ? gje.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof LWm)) {
return false;
}
LWm lWm = (LWm) obj;
return C14957gcv.b((Object) this.e, (Object) lWm.e) && C14957gcv.b(this.c, lWm.c);
}
}
/* loaded from: classes3.dex */
public static final class Sts {
public final String c;
public final String e;
public Sts(String str, String str2) {
this.c = str;
this.e = str2;
}
public final String toString() {
String str = this.c;
String str2 = this.e;
StringBuilder sb = new StringBuilder("BusinessExperience(year=");
sb.append(str);
sb.append(", month=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.e;
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Sts)) {
return false;
}
Sts sts = (Sts) obj;
return C14957gcv.b((Object) this.c, (Object) sts.c) && C14957gcv.b((Object) this.e, (Object) sts.e);
}
}
public final String toString() {
String str = this.d;
LWm lWm = this.a;
IeS ieS = this.c;
Sts sts = this.b;
String str2 = this.e;
String str3 = this.i;
StringBuilder sb = new StringBuilder("BusinessProfileDetails(businessName=");
sb.append(str);
sb.append(", contact=");
sb.append(lWm);
sb.append(", privilegedProfession=");
sb.append(ieS);
sb.append(", businessExperience=");
sb.append(sts);
sb.append(", applicationUuid=");
sb.append(str2);
sb.append(", productType=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
int hashCode2 = this.a.hashCode();
int hashCode3 = this.c.hashCode();
int hashCode4 = this.b.hashCode();
String str2 = this.e;
int hashCode5 = str2 == null ? 0 : str2.hashCode();
String str3 = this.i;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Mqw)) {
return false;
}
Mqw mqw = (Mqw) obj;
return C14957gcv.b((Object) this.d, (Object) mqw.d) && C14957gcv.b(this.a, mqw.a) && C14957gcv.b(this.c, mqw.c) && C14957gcv.b(this.b, mqw.b) && C14957gcv.b((Object) this.e, (Object) mqw.e) && C14957gcv.b((Object) this.i, (Object) mqw.i);
}
}