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

70 lines
2.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class nLk {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final int h;
public final String j;
public nLk(int i, String str, String str2, String str3, String str4, String str5, String str6) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
this.h = i;
this.e = str;
this.c = str2;
this.b = str3;
this.a = str4;
this.d = str5;
this.j = str6;
}
public final String toString() {
int i = this.h;
String str = this.e;
String str2 = this.c;
String str3 = this.b;
String str4 = this.a;
String str5 = this.d;
String str6 = this.j;
StringBuilder sb = new StringBuilder("SingleFormAccount(sortSequence=");
sb.append(i);
sb.append(", accountName=");
sb.append(str);
sb.append(", accountNickname=");
sb.append(str2);
sb.append(", accountNo=");
sb.append(str3);
sb.append(", accountBranch=");
sb.append(str4);
sb.append(", branchCode=");
sb.append(str5);
sb.append(", productTypeCode=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((Integer.hashCode(this.h) * 31) + this.e.hashCode()) * 31) + this.c.hashCode()) * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.j.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof nLk)) {
return false;
}
nLk nlk = (nLk) obj;
return this.h == nlk.h && C14957gcv.b((Object) this.e, (Object) nlk.e) && C14957gcv.b((Object) this.c, (Object) nlk.c) && C14957gcv.b((Object) this.b, (Object) nlk.b) && C14957gcv.b((Object) this.a, (Object) nlk.a) && C14957gcv.b((Object) this.d, (Object) nlk.d) && C14957gcv.b((Object) this.j, (Object) nlk.j);
}
}