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

143 lines
5.3 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class DKv {
public final double a;
public final String b;
public final String c;
public final String d;
public KsP e;
public final String f;
public final String g;
public final List<jSX> h;
public final String i;
public final String j;
public final String k;
public final String l;
public final String m;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final String f8129o;
public final String t;
public DKv(String str, String str2, String str3, double d, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, List<jSX> list, KsP ksP) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str9, "");
C14957gcv.e(str12, "");
C14957gcv.e(str13, "");
this.d = str;
this.f = str2;
this.j = str3;
this.a = d;
this.b = str4;
this.c = str5;
this.f8129o = str6;
this.n = str7;
this.t = str8;
this.k = str9;
this.l = str10;
this.m = str11;
this.i = str12;
this.g = str13;
this.h = list;
this.e = ksP;
}
public final String toString() {
String str = this.d;
String str2 = this.f;
String str3 = this.j;
double d = this.a;
String str4 = this.b;
String str5 = this.c;
String str6 = this.f8129o;
String str7 = this.n;
String str8 = this.t;
String str9 = this.k;
String str10 = this.l;
String str11 = this.m;
String str12 = this.i;
String str13 = this.g;
List<jSX> list = this.h;
KsP ksP = this.e;
StringBuilder sb = new StringBuilder("NsipPartnerPayment(partnerId=");
sb.append(str);
sb.append(", partnerName=");
sb.append(str2);
sb.append(", partnerTransactionId=");
sb.append(str3);
sb.append(", amount=");
sb.append(d);
sb.append(", accountFrom=");
sb.append(str4);
sb.append(", accountTo=");
sb.append(str5);
sb.append(", ref1Label=");
sb.append(str6);
sb.append(", ref2Label=");
sb.append(str7);
sb.append(", ref3Label=");
sb.append(str8);
sb.append(", ref1=");
sb.append(str9);
sb.append(", ref2=");
sb.append(str10);
sb.append(", ref3=");
sb.append(str11);
sb.append(", partnerType=");
sb.append(str12);
sb.append(", partnerSubType=");
sb.append(str13);
sb.append(", paymentInfoList=");
sb.append(list);
sb.append(", extraData=");
sb.append(ksP);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.d.hashCode();
int hashCode2 = this.f.hashCode();
int hashCode3 = this.j.hashCode();
int hashCode4 = Double.hashCode(this.a);
String str = this.b;
int hashCode5 = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode6 = str2 == null ? 0 : str2.hashCode();
String str3 = this.f8129o;
int hashCode7 = str3 == null ? 0 : str3.hashCode();
String str4 = this.n;
int hashCode8 = str4 == null ? 0 : str4.hashCode();
String str5 = this.t;
int hashCode9 = str5 == null ? 0 : str5.hashCode();
int hashCode10 = this.k.hashCode();
String str6 = this.l;
int hashCode11 = str6 == null ? 0 : str6.hashCode();
String str7 = this.m;
int hashCode12 = str7 == null ? 0 : str7.hashCode();
int hashCode13 = this.i.hashCode();
int hashCode14 = this.g.hashCode();
List<jSX> list = this.h;
int hashCode15 = list == null ? 0 : list.hashCode();
KsP ksP = this.e;
return (((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + (ksP != null ? ksP.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof DKv)) {
return false;
}
DKv dKv = (DKv) obj;
return C14957gcv.b((Object) this.d, (Object) dKv.d) && C14957gcv.b((Object) this.f, (Object) dKv.f) && C14957gcv.b((Object) this.j, (Object) dKv.j) && Double.compare(this.a, dKv.a) == 0 && C14957gcv.b((Object) this.b, (Object) dKv.b) && C14957gcv.b((Object) this.c, (Object) dKv.c) && C14957gcv.b((Object) this.f8129o, (Object) dKv.f8129o) && C14957gcv.b((Object) this.n, (Object) dKv.n) && C14957gcv.b((Object) this.t, (Object) dKv.t) && C14957gcv.b((Object) this.k, (Object) dKv.k) && C14957gcv.b((Object) this.l, (Object) dKv.l) && C14957gcv.b((Object) this.m, (Object) dKv.m) && C14957gcv.b((Object) this.i, (Object) dKv.i) && C14957gcv.b((Object) this.g, (Object) dKv.g) && C14957gcv.b(this.h, dKv.h) && C14957gcv.b(this.e, dKv.e);
}
}