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

174 lines
6.2 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.olo, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16488olo {
@SerializedName("accountNo")
public final String a;
@SerializedName("buttonLabel")
public final String b;
@SerializedName("accountName")
public final String c;
@SerializedName("annualRemark")
public final String d;
@SerializedName("annualFee")
public final String e;
@SerializedName("debitCardName")
public final String f;
@SerializedName("cardMaskedNo")
public final String g;
@SerializedName("cardFormat")
public final String h;
@SerializedName("deliveryFee")
public final String i;
@SerializedName("debitPlusRemark")
public final String j;
@SerializedName("mailingAddress")
public final List<String> k;
@SerializedName("merchantMetaData")
public final TIx l;
@SerializedName("information")
public final String m;
@SerializedName("issuingFee")
public final String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("fee")
public final String f9233o;
@SerializedName("remark")
public final String p;
@SerializedName("transactionToken")
public final String q;
@SerializedName("requestType")
public final String r;
@SerializedName("strikethroughFee")
public final qnT s;
@SerializedName("productType")
public final String t;
public final String toString() {
String str = this.r;
String str2 = this.a;
String str3 = this.c;
String str4 = this.f;
String str5 = this.f9233o;
String str6 = this.e;
String str7 = this.n;
String str8 = this.i;
List<String> list = this.k;
String str9 = this.q;
String str10 = this.p;
String str11 = this.j;
TIx tIx = this.l;
String str12 = this.h;
String str13 = this.g;
String str14 = this.t;
String str15 = this.b;
String str16 = this.m;
String str17 = this.d;
qnT qnt = this.s;
StringBuilder sb = new StringBuilder("DebitCardVerificationEntity(requestType=");
sb.append(str);
sb.append(", accountNo=");
sb.append(str2);
sb.append(", accountName=");
sb.append(str3);
sb.append(", debitCardName=");
sb.append(str4);
sb.append(", fee=");
sb.append(str5);
sb.append(", annualFee=");
sb.append(str6);
sb.append(", issuingFee=");
sb.append(str7);
sb.append(", deliveryFee=");
sb.append(str8);
sb.append(", mailingAddress=");
sb.append(list);
sb.append(", transactionToken=");
sb.append(str9);
sb.append(", remark=");
sb.append(str10);
sb.append(", debitPlusRemark=");
sb.append(str11);
sb.append(", merchantMetaData=");
sb.append(tIx);
sb.append(", cardFormat=");
sb.append(str12);
sb.append(", cardMaskedNo=");
sb.append(str13);
sb.append(", productType=");
sb.append(str14);
sb.append(", buttonLabel=");
sb.append(str15);
sb.append(", information=");
sb.append(str16);
sb.append(", annualRemark=");
sb.append(str17);
sb.append(", strikeThroughFee=");
sb.append(qnt);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.r.hashCode();
int hashCode2 = this.a.hashCode();
int hashCode3 = this.c.hashCode();
int hashCode4 = this.f.hashCode();
int hashCode5 = this.f9233o.hashCode();
int hashCode6 = this.e.hashCode();
int hashCode7 = this.n.hashCode();
int hashCode8 = this.i.hashCode();
int hashCode9 = this.k.hashCode();
int hashCode10 = this.q.hashCode();
int hashCode11 = this.p.hashCode();
String str = this.j;
int hashCode12 = str == null ? 0 : str.hashCode();
TIx tIx = this.l;
int hashCode13 = tIx == null ? 0 : tIx.hashCode();
int hashCode14 = this.h.hashCode();
String str2 = this.g;
int hashCode15 = str2 == null ? 0 : str2.hashCode();
int hashCode16 = this.t.hashCode();
int hashCode17 = this.b.hashCode();
int hashCode18 = this.m.hashCode();
int hashCode19 = this.d.hashCode();
qnT qnt = this.s;
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) + hashCode17) * 31) + hashCode18) * 31) + hashCode19) * 31) + (qnt != null ? qnt.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16488olo)) {
return false;
}
C16488olo c16488olo = (C16488olo) obj;
return C14957gcv.b((Object) this.r, (Object) c16488olo.r) && C14957gcv.b((Object) this.a, (Object) c16488olo.a) && C14957gcv.b((Object) this.c, (Object) c16488olo.c) && C14957gcv.b((Object) this.f, (Object) c16488olo.f) && C14957gcv.b((Object) this.f9233o, (Object) c16488olo.f9233o) && C14957gcv.b((Object) this.e, (Object) c16488olo.e) && C14957gcv.b((Object) this.n, (Object) c16488olo.n) && C14957gcv.b((Object) this.i, (Object) c16488olo.i) && C14957gcv.b(this.k, c16488olo.k) && C14957gcv.b((Object) this.q, (Object) c16488olo.q) && C14957gcv.b((Object) this.p, (Object) c16488olo.p) && C14957gcv.b((Object) this.j, (Object) c16488olo.j) && C14957gcv.b(this.l, c16488olo.l) && C14957gcv.b((Object) this.h, (Object) c16488olo.h) && C14957gcv.b((Object) this.g, (Object) c16488olo.g) && C14957gcv.b((Object) this.t, (Object) c16488olo.t) && C14957gcv.b((Object) this.b, (Object) c16488olo.b) && C14957gcv.b((Object) this.m, (Object) c16488olo.m) && C14957gcv.b((Object) this.d, (Object) c16488olo.d) && C14957gcv.b(this.s, c16488olo.s);
}
}