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

132 lines
4.2 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class NL {
public final LWm a;
public final List<LT> b;
public final String c;
public final C0735Ni d;
public final NO e;
public final String f;
public final C0754Nv g;
public final String h;
public final String j;
public NL(String str, NO no, String str2, String str3, String str4, C0735Ni c0735Ni, C0754Nv c0754Nv, LWm lWm, List<LT> list) {
C14957gcv.e(str, "");
C14957gcv.e(no, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(c0735Ni, "");
C14957gcv.e(c0754Nv, "");
this.j = str;
this.e = no;
this.f = str2;
this.h = str3;
this.c = str4;
this.d = c0735Ni;
this.g = c0754Nv;
this.a = lWm;
this.b = list;
}
/* loaded from: classes3.dex */
public static final class LWm {
public final String a;
public final String c;
public LWm(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.a = str;
this.c = str2;
}
public final String toString() {
String str = this.a;
String str2 = this.c;
StringBuilder sb = new StringBuilder("MainOperatingAccountDisplay(accountName=");
sb.append(str);
sb.append(", accountNumber=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.a.hashCode() * 31) + this.c.hashCode();
}
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.a, (Object) lWm.a) && C14957gcv.b((Object) this.c, (Object) lWm.c);
}
}
public final String toString() {
String str = this.j;
NO no = this.e;
String str2 = this.f;
String str3 = this.h;
String str4 = this.c;
C0735Ni c0735Ni = this.d;
C0754Nv c0754Nv = this.g;
LWm lWm = this.a;
List<LT> list = this.b;
StringBuilder sb = new StringBuilder("HmlReviewDisplay(productType=");
sb.append(str);
sb.append(", hmlSummaryDisplay=");
sb.append(no);
sb.append(", title=");
sb.append(str2);
sb.append(", thaiName=");
sb.append(str3);
sb.append(", engName=");
sb.append(str4);
sb.append(", contactInfo=");
sb.append(c0735Ni);
sb.append(", occupationInfo=");
sb.append(c0754Nv);
sb.append(", mainOperatingAccount=");
sb.append(lWm);
sb.append(", consentsToShow=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.j.hashCode();
int hashCode2 = this.e.hashCode();
int hashCode3 = this.f.hashCode();
int hashCode4 = this.h.hashCode();
String str = this.c;
int hashCode5 = str == null ? 0 : str.hashCode();
int hashCode6 = this.d.hashCode();
int hashCode7 = this.g.hashCode();
LWm lWm = this.a;
int hashCode8 = lWm == null ? 0 : lWm.hashCode();
List<LT> list = this.b;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof NL)) {
return false;
}
NL nl = (NL) obj;
return C14957gcv.b((Object) this.j, (Object) nl.j) && C14957gcv.b(this.e, nl.e) && C14957gcv.b((Object) this.f, (Object) nl.f) && C14957gcv.b((Object) this.h, (Object) nl.h) && C14957gcv.b((Object) this.c, (Object) nl.c) && C14957gcv.b(this.d, nl.d) && C14957gcv.b(this.g, nl.g) && C14957gcv.b(this.a, nl.a) && C14957gcv.b(this.b, nl.b);
}
}