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

107 lines
3.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* renamed from: o.wet, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17422wet {
public final C0427GiR a;
public final C0895Qxv b;
public final String c;
public final String d;
public final String e;
public final jFB f;
public final String g;
public final List<String> h;
public final String i;
public final String j;
public final String k;
public C17422wet(String str, String str2, String str3, String str4, String str5, String str6, List<String> list, C0427GiR c0427GiR, C0895Qxv c0895Qxv, jFB jfb, String str7) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(list, "");
C14957gcv.e(str7, "");
this.c = str;
this.e = str2;
this.i = str3;
this.g = str4;
this.j = str5;
this.k = str6;
this.h = list;
this.a = c0427GiR;
this.b = c0895Qxv;
this.f = jfb;
this.d = str7;
}
public final String toString() {
String str = this.c;
String str2 = this.e;
String str3 = this.i;
String str4 = this.g;
String str5 = this.j;
String str6 = this.k;
List<String> list = this.h;
C0427GiR c0427GiR = this.a;
C0895Qxv c0895Qxv = this.b;
jFB jfb = this.f;
String str7 = this.d;
StringBuilder sb = new StringBuilder("InitiatePayment(insAcctId=");
sb.append(str);
sb.append(", dataSource=");
sb.append(str2);
sb.append(", partnerId=");
sb.append(str3);
sb.append(", partnerName=");
sb.append(str4);
sb.append(", partnerTransactionId=");
sb.append(str5);
sb.append(", partnerType=");
sb.append(str6);
sb.append(", partnerSubType=");
sb.append(list);
sb.append(", billPayment=");
sb.append(c0427GiR);
sb.append(", creditCardFullAmount=");
sb.append(c0895Qxv);
sb.append(", merchantMetaData=");
sb.append(jfb);
sb.append(", deeplinkId=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.c.hashCode();
int hashCode2 = this.e.hashCode();
int hashCode3 = this.i.hashCode();
int hashCode4 = this.g.hashCode();
int hashCode5 = this.j.hashCode();
int hashCode6 = this.k.hashCode();
int hashCode7 = this.h.hashCode();
C0427GiR c0427GiR = this.a;
int hashCode8 = c0427GiR == null ? 0 : c0427GiR.hashCode();
C0895Qxv c0895Qxv = this.b;
int hashCode9 = c0895Qxv == null ? 0 : c0895Qxv.hashCode();
jFB jfb = this.f;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (jfb != null ? jfb.hashCode() : 0)) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17422wet)) {
return false;
}
C17422wet c17422wet = (C17422wet) obj;
return C14957gcv.b((Object) this.c, (Object) c17422wet.c) && C14957gcv.b((Object) this.e, (Object) c17422wet.e) && C14957gcv.b((Object) this.i, (Object) c17422wet.i) && C14957gcv.b((Object) this.g, (Object) c17422wet.g) && C14957gcv.b((Object) this.j, (Object) c17422wet.j) && C14957gcv.b((Object) this.k, (Object) c17422wet.k) && C14957gcv.b(this.h, c17422wet.h) && C14957gcv.b(this.a, c17422wet.a) && C14957gcv.b(this.b, c17422wet.b) && C14957gcv.b(this.f, c17422wet.f) && C14957gcv.b((Object) this.d, (Object) c17422wet.d);
}
}