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

96 lines
3.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class NEQ {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String f;
public final double g;
public final String h;
public final String i;
public final String j;
/* renamed from: o, reason: collision with root package name */
private final String f8281o;
public NEQ(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, double d, String str9, String str10) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(str9, "");
C14957gcv.e(str10, "");
this.h = str;
this.f = str2;
this.f8281o = str3;
this.b = str4;
this.d = str5;
this.c = str6;
this.e = str7;
this.a = str8;
this.g = d;
this.j = str9;
this.i = str10;
}
public final String toString() {
String str = this.h;
String str2 = this.f;
String str3 = this.f8281o;
String str4 = this.b;
String str5 = this.d;
String str6 = this.c;
String str7 = this.e;
String str8 = this.a;
double d = this.g;
String str9 = this.j;
String str10 = this.i;
StringBuilder sb = new StringBuilder("BankingAgentTransaction(refId=");
sb.append(str);
sb.append(", timestamp=");
sb.append(str2);
sb.append(", transactionType=");
sb.append(str3);
sb.append(", accountNo=");
sb.append(str4);
sb.append(", accountName=");
sb.append(str5);
sb.append(", agentCode=");
sb.append(str6);
sb.append(", agentName=");
sb.append(str7);
sb.append(", agentLogo=");
sb.append(str8);
sb.append(", amount=");
sb.append(d);
sb.append(", postingType=");
sb.append(str9);
sb.append(", branchNo=");
sb.append(str10);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((((((((this.h.hashCode() * 31) + this.f.hashCode()) * 31) + this.f8281o.hashCode()) * 31) + this.b.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + Double.hashCode(this.g)) * 31) + this.j.hashCode()) * 31) + this.i.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof NEQ)) {
return false;
}
NEQ neq = (NEQ) obj;
return C14957gcv.b((Object) this.h, (Object) neq.h) && C14957gcv.b((Object) this.f, (Object) neq.f) && C14957gcv.b((Object) this.f8281o, (Object) neq.f8281o) && C14957gcv.b((Object) this.b, (Object) neq.b) && C14957gcv.b((Object) this.d, (Object) neq.d) && C14957gcv.b((Object) this.c, (Object) neq.c) && C14957gcv.b((Object) this.e, (Object) neq.e) && C14957gcv.b((Object) this.a, (Object) neq.a) && Double.compare(this.g, neq.g) == 0 && C14957gcv.b((Object) this.j, (Object) neq.j) && C14957gcv.b((Object) this.i, (Object) neq.i);
}
}