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

64 lines
2.0 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class siJ {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final int f;
public siJ(int i, String str, String str2, String str3, String str4, String str5) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
this.f = i;
this.b = str;
this.c = str2;
this.a = str3;
this.d = str4;
this.e = str5;
}
public final String toString() {
int i = this.f;
String str = this.b;
String str2 = this.c;
String str3 = this.a;
String str4 = this.d;
String str5 = this.e;
StringBuilder sb = new StringBuilder("Account(sortSequence=");
sb.append(i);
sb.append(", accountNickname=");
sb.append(str);
sb.append(", accountNo=");
sb.append(str2);
sb.append(", accountBranch=");
sb.append(str3);
sb.append(", branchCode=");
sb.append(str4);
sb.append(", productTypeCode=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((Integer.hashCode(this.f) * 31) + this.b.hashCode()) * 31) + this.c.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof siJ)) {
return false;
}
siJ sij = (siJ) obj;
return this.f == sij.f && C14957gcv.b((Object) this.b, (Object) sij.b) && C14957gcv.b((Object) this.c, (Object) sij.c) && C14957gcv.b((Object) this.a, (Object) sij.a) && C14957gcv.b((Object) this.d, (Object) sij.d) && C14957gcv.b((Object) this.e, (Object) sij.e);
}
}