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

59 lines
1.8 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class EY {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public EY(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.b = str;
this.d = str2;
this.e = str3;
this.a = str4;
this.c = str5;
}
public final String toString() {
String str = this.b;
String str2 = this.d;
String str3 = this.e;
String str4 = this.a;
String str5 = this.c;
StringBuilder sb = new StringBuilder("SuccessInformationDisplay(title=");
sb.append(str);
sb.append(", accountNo=");
sb.append(str2);
sb.append(", branchDesc=");
sb.append(str3);
sb.append(", accountTypeDesc=");
sb.append(str4);
sb.append(", bonus=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((this.b.hashCode() * 31) + this.d.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof EY)) {
return false;
}
EY ey = (EY) obj;
return C14957gcv.b((Object) this.b, (Object) ey.b) && C14957gcv.b((Object) this.d, (Object) ey.d) && C14957gcv.b((Object) this.e, (Object) ey.e) && C14957gcv.b((Object) this.a, (Object) ey.a) && C14957gcv.b((Object) this.c, (Object) ey.c);
}
}