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

215 lines
8.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class NEO {
@SerializedName("addressLine3")
private final String a;
@SerializedName("oldCardMaskedNo")
public final String b;
@SerializedName("addressLine2")
private final String c;
@SerializedName("accountNo")
private final String d;
@SerializedName("addressLine1")
private final String e;
@SerializedName("addressLine4")
private final String f;
@SerializedName("cardSubType")
private final String g;
@SerializedName("annualFee")
private final String h;
@SerializedName("cardType")
private final String i;
@SerializedName("binNo")
private final String j;
@SerializedName("oldCardSubType")
private final String k;
@SerializedName("oldCardType")
private final String l;
@SerializedName("issuingFee")
private final String m;
@SerializedName("deliveryFee")
private final String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("oldCardRef")
private final String f8280o;
@SerializedName("productType")
private final String p;
@SerializedName("promoCode")
private final String q;
@SerializedName("virtualCardRefNo")
private final String r;
@SerializedName("ucode")
private final String s;
@SerializedName("tilesVersion")
private final String t;
private NEO(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, String str18, String str19, String str20) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str8, "");
C14957gcv.e(str15, "");
C14957gcv.e(str16, "");
C14957gcv.e(str17, "");
C14957gcv.e(str18, "");
this.d = str;
this.i = str2;
this.g = str3;
this.j = str4;
this.e = str5;
this.c = str6;
this.a = str7;
this.f = str8;
this.t = str9;
this.s = str10;
this.f8280o = str11;
this.b = str12;
this.l = str13;
this.k = str14;
this.p = str15;
this.h = str16;
this.m = str17;
this.n = str18;
this.r = str19;
this.q = str20;
}
public /* synthetic */ NEO(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, String str18, String str19, String str20, int i) {
this(str, str2, str3, str4, str5, (i & 32) != 0 ? null : str6, (i & 64) != 0 ? null : str7, str8, (i & 256) != 0 ? null : str9, (i & 512) != 0 ? null : str10, (i & 1024) != 0 ? null : str11, (i & 2048) != 0 ? null : str12, (i & 4096) != 0 ? null : str13, (i & 8192) != 0 ? null : str14, str15, str16, str17, str18, (262144 & i) != 0 ? null : str19, (i & 524288) != 0 ? null : str20);
}
public final String toString() {
String str = this.d;
String str2 = this.i;
String str3 = this.g;
String str4 = this.j;
String str5 = this.e;
String str6 = this.c;
String str7 = this.a;
String str8 = this.f;
String str9 = this.t;
String str10 = this.s;
String str11 = this.f8280o;
String str12 = this.b;
String str13 = this.l;
String str14 = this.k;
String str15 = this.p;
String str16 = this.h;
String str17 = this.m;
String str18 = this.n;
String str19 = this.r;
String str20 = this.q;
StringBuilder sb = new StringBuilder("DebitCardVerificationRequest(accountNo=");
sb.append(str);
sb.append(", cardType=");
sb.append(str2);
sb.append(", cardSubType=");
sb.append(str3);
sb.append(", binNo=");
sb.append(str4);
sb.append(", addressLine1=");
sb.append(str5);
sb.append(", addressLine2=");
sb.append(str6);
sb.append(", addressLine3=");
sb.append(str7);
sb.append(", addressLine4=");
sb.append(str8);
sb.append(", tilesVersion=");
sb.append(str9);
sb.append(", ucode=");
sb.append(str10);
sb.append(", oldCardRef=");
sb.append(str11);
sb.append(", oldCardMaskedNo=");
sb.append(str12);
sb.append(", oldCardType=");
sb.append(str13);
sb.append(", oldCardSubType=");
sb.append(str14);
sb.append(", productType=");
sb.append(str15);
sb.append(", annualFee=");
sb.append(str16);
sb.append(", issuingFee=");
sb.append(str17);
sb.append(", deliveryFee=");
sb.append(str18);
sb.append(", virtualCardRefNo=");
sb.append(str19);
sb.append(", promoCode=");
sb.append(str20);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.d.hashCode();
int hashCode2 = this.i.hashCode();
int hashCode3 = this.g.hashCode();
int hashCode4 = this.j.hashCode();
int hashCode5 = this.e.hashCode();
String str = this.c;
int hashCode6 = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode7 = str2 == null ? 0 : str2.hashCode();
int hashCode8 = this.f.hashCode();
String str3 = this.t;
int hashCode9 = str3 == null ? 0 : str3.hashCode();
String str4 = this.s;
int hashCode10 = str4 == null ? 0 : str4.hashCode();
String str5 = this.f8280o;
int hashCode11 = str5 == null ? 0 : str5.hashCode();
String str6 = this.b;
int hashCode12 = str6 == null ? 0 : str6.hashCode();
String str7 = this.l;
int hashCode13 = str7 == null ? 0 : str7.hashCode();
String str8 = this.k;
int hashCode14 = str8 == null ? 0 : str8.hashCode();
int hashCode15 = this.p.hashCode();
int hashCode16 = this.h.hashCode();
int hashCode17 = this.m.hashCode();
int hashCode18 = this.n.hashCode();
String str9 = this.r;
int hashCode19 = str9 == null ? 0 : str9.hashCode();
String str10 = this.q;
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) + (str10 != null ? str10.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof NEO)) {
return false;
}
NEO neo = (NEO) obj;
return C14957gcv.b((Object) this.d, (Object) neo.d) && C14957gcv.b((Object) this.i, (Object) neo.i) && C14957gcv.b((Object) this.g, (Object) neo.g) && C14957gcv.b((Object) this.j, (Object) neo.j) && C14957gcv.b((Object) this.e, (Object) neo.e) && C14957gcv.b((Object) this.c, (Object) neo.c) && C14957gcv.b((Object) this.a, (Object) neo.a) && C14957gcv.b((Object) this.f, (Object) neo.f) && C14957gcv.b((Object) this.t, (Object) neo.t) && C14957gcv.b((Object) this.s, (Object) neo.s) && C14957gcv.b((Object) this.f8280o, (Object) neo.f8280o) && C14957gcv.b((Object) this.b, (Object) neo.b) && C14957gcv.b((Object) this.l, (Object) neo.l) && C14957gcv.b((Object) this.k, (Object) neo.k) && C14957gcv.b((Object) this.p, (Object) neo.p) && C14957gcv.b((Object) this.h, (Object) neo.h) && C14957gcv.b((Object) this.m, (Object) neo.m) && C14957gcv.b((Object) this.n, (Object) neo.n) && C14957gcv.b((Object) this.r, (Object) neo.r) && C14957gcv.b((Object) this.q, (Object) neo.q);
}
}