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

126 lines
4.0 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.rlI, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16845rlI {
@SerializedName("mainOperatingAccount")
public final Sts a;
@SerializedName("occupationInfo")
public final EJy b;
@SerializedName("consentDocuments")
public final List<C15866jJa> c;
@SerializedName("customerContactInfo")
public final tHP d;
@SerializedName("applicationUuid")
public final String e;
@SerializedName("requestedProduct")
public final mUj f;
@SerializedName("productType")
public final String g;
@SerializedName("uploadedDocumentAmount")
public final String i;
/* renamed from: o.rlI$Sts */
/* loaded from: classes3.dex */
public static final class Sts {
@SerializedName("accountName")
public final String d;
@SerializedName("accountNo")
public final String e;
public final String toString() {
String str = this.e;
String str2 = this.d;
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.e.hashCode() * 31) + this.d.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.e, (Object) sts.e) && C14957gcv.b((Object) this.d, (Object) sts.d);
}
}
public final String toString() {
String str = this.e;
String str2 = this.g;
tHP thp = this.d;
mUj muj = this.f;
EJy eJy = this.b;
String str3 = this.i;
Sts sts = this.a;
List<C15866jJa> list = this.c;
StringBuilder sb = new StringBuilder("HmlApplicationsEntity(applicationUuid=");
sb.append(str);
sb.append(", productType=");
sb.append(str2);
sb.append(", customerContactInfo=");
sb.append(thp);
sb.append(", requestedProduct=");
sb.append(muj);
sb.append(", occupationInfo=");
sb.append(eJy);
sb.append(", uploadedDocumentAmount=");
sb.append(str3);
sb.append(", mainOperatingAccount=");
sb.append(sts);
sb.append(", consentDocuments=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.e;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.g;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
int hashCode3 = this.d.hashCode();
int hashCode4 = this.f.hashCode();
int hashCode5 = this.b.hashCode();
int hashCode6 = this.i.hashCode();
Sts sts = this.a;
int hashCode7 = sts == null ? 0 : sts.hashCode();
List<C15866jJa> 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 C16845rlI)) {
return false;
}
C16845rlI c16845rlI = (C16845rlI) obj;
return C14957gcv.b((Object) this.e, (Object) c16845rlI.e) && C14957gcv.b((Object) this.g, (Object) c16845rlI.g) && C14957gcv.b(this.d, c16845rlI.d) && C14957gcv.b(this.f, c16845rlI.f) && C14957gcv.b(this.b, c16845rlI.b) && C14957gcv.b((Object) this.i, (Object) c16845rlI.i) && C14957gcv.b(this.a, c16845rlI.a) && C14957gcv.b(this.c, c16845rlI.c);
}
}