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

60 lines
1.9 KiB
Java

package o;
/* renamed from: o.eiz, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C11634eiz {
private final String a;
private final String b;
private final String c;
private final String d;
private final String e;
public C11634eiz(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.d = str;
this.a = str2;
this.e = str3;
this.b = str4;
this.c = str5;
}
public final String toString() {
String str = this.d;
String str2 = this.a;
String str3 = this.e;
String str4 = this.b;
String str5 = this.c;
StringBuilder sb = new StringBuilder("ExtraData(merchantId=");
sb.append(str);
sb.append(", merchantName=");
sb.append(str2);
sb.append(", merchantTerminalId=");
sb.append(str3);
sb.append(", transNo=");
sb.append(str4);
sb.append(", urlLogo=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((this.d.hashCode() * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C11634eiz)) {
return false;
}
C11634eiz c11634eiz = (C11634eiz) obj;
return C14957gcv.b((Object) this.d, (Object) c11634eiz.d) && C14957gcv.b((Object) this.a, (Object) c11634eiz.a) && C14957gcv.b((Object) this.e, (Object) c11634eiz.e) && C14957gcv.b((Object) this.b, (Object) c11634eiz.b) && C14957gcv.b((Object) this.c, (Object) c11634eiz.c);
}
}