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

149 lines
5.7 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class ERW {
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 String g;
public final String 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 f8143o;
public final String s;
public final String t;
public ERW(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14, String str15, String str16, String str17) {
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str7, "");
C14957gcv.e(str9, "");
C14957gcv.e(str10, "");
C14957gcv.e(str13, "");
C14957gcv.e(str16, "");
this.d = str;
this.b = str2;
this.m = str3;
this.t = str4;
this.s = str5;
this.g = str6;
this.e = str7;
this.a = str8;
this.n = str9;
this.f8143o = str10;
this.k = str11;
this.l = str12;
this.i = str13;
this.j = str14;
this.f = str15;
this.c = str16;
this.h = str17;
}
public final String toString() {
String str = this.d;
String str2 = this.b;
String str3 = this.m;
String str4 = this.t;
String str5 = this.s;
String str6 = this.g;
String str7 = this.e;
String str8 = this.a;
String str9 = this.n;
String str10 = this.f8143o;
String str11 = this.k;
String str12 = this.l;
String str13 = this.i;
String str14 = this.j;
String str15 = this.f;
String str16 = this.c;
String str17 = this.h;
StringBuilder sb = new StringBuilder("BillPaymentRepeatResponse(accountFrom=");
sb.append(str);
sb.append(", accountTo=");
sb.append(str2);
sb.append(", referenceNo1=");
sb.append(str3);
sb.append(", referenceNo2=");
sb.append(str4);
sb.append(", referenceNo3=");
sb.append(str5);
sb.append(", paymentAmount=");
sb.append(str6);
sb.append(", billerLogo=");
sb.append(str7);
sb.append(", billerShortName=");
sb.append(str8);
sb.append(", refType=");
sb.append(str9);
sb.append(", ref1Label=");
sb.append(str10);
sb.append(", ref2Label=");
sb.append(str11);
sb.append(", ref3Label=");
sb.append(str12);
sb.append(", placeholderRef1=");
sb.append(str13);
sb.append(", placeholderRef2=");
sb.append(str14);
sb.append(", placeholderRef3=");
sb.append(str15);
sb.append(", amountType=");
sb.append(str16);
sb.append(", promptpayFlag=");
sb.append(str17);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
int hashCode2 = this.b.hashCode();
int hashCode3 = this.m.hashCode();
String str2 = this.t;
int hashCode4 = str2 == null ? 0 : str2.hashCode();
String str3 = this.s;
int hashCode5 = str3 == null ? 0 : str3.hashCode();
String str4 = this.g;
int hashCode6 = str4 == null ? 0 : str4.hashCode();
int hashCode7 = this.e.hashCode();
String str5 = this.a;
int hashCode8 = str5 == null ? 0 : str5.hashCode();
int hashCode9 = this.n.hashCode();
int hashCode10 = this.f8143o.hashCode();
String str6 = this.k;
int hashCode11 = str6 == null ? 0 : str6.hashCode();
String str7 = this.l;
int hashCode12 = str7 == null ? 0 : str7.hashCode();
int hashCode13 = this.i.hashCode();
String str8 = this.j;
int hashCode14 = str8 == null ? 0 : str8.hashCode();
String str9 = this.f;
int hashCode15 = str9 == null ? 0 : str9.hashCode();
int hashCode16 = this.c.hashCode();
String str10 = this.h;
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) + hashCode16) * 31) + (str10 != null ? str10.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof ERW)) {
return false;
}
ERW erw = (ERW) obj;
return C14957gcv.b((Object) this.d, (Object) erw.d) && C14957gcv.b((Object) this.b, (Object) erw.b) && C14957gcv.b((Object) this.m, (Object) erw.m) && C14957gcv.b((Object) this.t, (Object) erw.t) && C14957gcv.b((Object) this.s, (Object) erw.s) && C14957gcv.b((Object) this.g, (Object) erw.g) && C14957gcv.b((Object) this.e, (Object) erw.e) && C14957gcv.b((Object) this.a, (Object) erw.a) && C14957gcv.b((Object) this.n, (Object) erw.n) && C14957gcv.b((Object) this.f8143o, (Object) erw.f8143o) && C14957gcv.b((Object) this.k, (Object) erw.k) && C14957gcv.b((Object) this.l, (Object) erw.l) && C14957gcv.b((Object) this.i, (Object) erw.i) && C14957gcv.b((Object) this.j, (Object) erw.j) && C14957gcv.b((Object) this.f, (Object) erw.f) && C14957gcv.b((Object) this.c, (Object) erw.c) && C14957gcv.b((Object) this.h, (Object) erw.h);
}
}