124 lines
3.8 KiB
Java
124 lines
3.8 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Unc {
|
|
public final BCM a;
|
|
public final String b;
|
|
public final List<ZYw> c;
|
|
public final oPA d;
|
|
public final Sts e;
|
|
public final int g;
|
|
public final ToF h;
|
|
public final String j;
|
|
|
|
public Unc(String str, String str2, oPA opa, ToF toF, BCM bcm, int i, Sts sts, List<ZYw> list) {
|
|
C14957gcv.e(opa, "");
|
|
C14957gcv.e(toF, "");
|
|
C14957gcv.e(bcm, "");
|
|
this.b = str;
|
|
this.j = str2;
|
|
this.d = opa;
|
|
this.h = toF;
|
|
this.a = bcm;
|
|
this.g = i;
|
|
this.e = sts;
|
|
this.c = list;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts {
|
|
public final String a;
|
|
public final String b;
|
|
|
|
public Sts(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.a = str;
|
|
this.b = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.b;
|
|
StringBuilder sb = new StringBuilder("MainOperatingAccount(accountNo=");
|
|
sb.append(str);
|
|
sb.append(", accountName=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.a.hashCode() * 31) + this.b.hashCode();
|
|
}
|
|
|
|
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.a, (Object) sts.a) && C14957gcv.b((Object) this.b, (Object) sts.b);
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.j;
|
|
oPA opa = this.d;
|
|
ToF toF = this.h;
|
|
BCM bcm = this.a;
|
|
int i = this.g;
|
|
Sts sts = this.e;
|
|
List<ZYw> list = this.c;
|
|
StringBuilder sb = new StringBuilder("HmlApplications(applicationUuid=");
|
|
sb.append(str);
|
|
sb.append(", productType=");
|
|
sb.append(str2);
|
|
sb.append(", customerContactInfo=");
|
|
sb.append(opa);
|
|
sb.append(", requestedProduct=");
|
|
sb.append(toF);
|
|
sb.append(", occupationInfo=");
|
|
sb.append(bcm);
|
|
sb.append(", uploadedDocumentAmount=");
|
|
sb.append(i);
|
|
sb.append(", mainOperatingAccount=");
|
|
sb.append(sts);
|
|
sb.append(", consents=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.b;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.j;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
int hashCode3 = this.d.hashCode();
|
|
int hashCode4 = this.h.hashCode();
|
|
int hashCode5 = this.a.hashCode();
|
|
int hashCode6 = Integer.hashCode(this.g);
|
|
Sts sts = this.e;
|
|
int hashCode7 = sts == null ? 0 : sts.hashCode();
|
|
List<ZYw> list = this.c;
|
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (list != null ? list.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof Unc)) {
|
|
return false;
|
|
}
|
|
Unc unc = (Unc) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) unc.b) && C14957gcv.b((Object) this.j, (Object) unc.j) && C14957gcv.b(this.d, unc.d) && C14957gcv.b(this.h, unc.h) && C14957gcv.b(this.a, unc.a) && this.g == unc.g && C14957gcv.b(this.e, unc.e) && C14957gcv.b(this.c, unc.c);
|
|
}
|
|
}
|