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

170 lines
6.6 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.rkt, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16842rkt {
@SerializedName("applicationId")
private final String a;
@SerializedName("debitCardRefNo")
private String b;
@SerializedName("eStatement")
private String c;
@SerializedName("debitCardMaskedNo")
private String d;
@SerializedName("tilesVersion")
public String e;
@SerializedName("receivingAccountName")
private String f;
@SerializedName("receivingAccountType")
private final String g;
@SerializedName("productType")
private final String h;
@SerializedName("receivingAccountNo")
private final String i;
@SerializedName("repaymentAccountName")
private String j;
@SerializedName("repaymentMethod")
private String k;
@SerializedName("repaymentAccountNo")
private String l;
@SerializedName("repaymentAccountType")
private String m;
@SerializedName("repaymentDueDate")
private String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("repaymentPlan")
private String f9259o;
private C16842rkt(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) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str15, "");
this.h = str;
this.a = str2;
this.i = str3;
this.g = str4;
this.f = str5;
this.l = str6;
this.m = str7;
this.j = str8;
this.b = str9;
this.d = str10;
this.k = str11;
this.f9259o = str12;
this.c = str13;
this.n = str14;
this.e = str15;
}
public /* synthetic */ C16842rkt(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, int i) {
this(str, str2, (i & 4) != 0 ? null : str3, (i & 8) != 0 ? null : str4, (i & 16) != 0 ? null : str5, (i & 32) != 0 ? null : str6, (i & 64) != 0 ? null : str7, (i & 128) != 0 ? null : 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, (i & 16384) != 0 ? "" : str15);
}
public final String toString() {
String str = this.h;
String str2 = this.a;
String str3 = this.i;
String str4 = this.g;
String str5 = this.f;
String str6 = this.l;
String str7 = this.m;
String str8 = this.j;
String str9 = this.b;
String str10 = this.d;
String str11 = this.k;
String str12 = this.f9259o;
String str13 = this.c;
String str14 = this.n;
String str15 = this.e;
StringBuilder sb = new StringBuilder("EasycashOperativeAccountRequest(productType=");
sb.append(str);
sb.append(", applicationId=");
sb.append(str2);
sb.append(", receivingAccountNo=");
sb.append(str3);
sb.append(", receivingAccountType=");
sb.append(str4);
sb.append(", receivingAccountName=");
sb.append(str5);
sb.append(", repaymentAccountNo=");
sb.append(str6);
sb.append(", repaymentAccountType=");
sb.append(str7);
sb.append(", repaymentAccountName=");
sb.append(str8);
sb.append(", debitCardRefNo=");
sb.append(str9);
sb.append(", debitCardMaskedNo=");
sb.append(str10);
sb.append(", repaymentMethod=");
sb.append(str11);
sb.append(", repaymentPlan=");
sb.append(str12);
sb.append(", eStatement=");
sb.append(str13);
sb.append(", repaymentDueDate=");
sb.append(str14);
sb.append(", tilesVersion=");
sb.append(str15);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.h.hashCode();
int hashCode2 = this.a.hashCode();
String str = this.i;
int hashCode3 = str == null ? 0 : str.hashCode();
String str2 = this.g;
int hashCode4 = str2 == null ? 0 : str2.hashCode();
String str3 = this.f;
int hashCode5 = str3 == null ? 0 : str3.hashCode();
String str4 = this.l;
int hashCode6 = str4 == null ? 0 : str4.hashCode();
String str5 = this.m;
int hashCode7 = str5 == null ? 0 : str5.hashCode();
String str6 = this.j;
int hashCode8 = str6 == null ? 0 : str6.hashCode();
String str7 = this.b;
int hashCode9 = str7 == null ? 0 : str7.hashCode();
String str8 = this.d;
int hashCode10 = str8 == null ? 0 : str8.hashCode();
String str9 = this.k;
int hashCode11 = str9 == null ? 0 : str9.hashCode();
String str10 = this.f9259o;
int hashCode12 = str10 == null ? 0 : str10.hashCode();
String str11 = this.c;
int hashCode13 = str11 == null ? 0 : str11.hashCode();
String str12 = this.n;
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) + (str12 != null ? str12.hashCode() : 0)) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16842rkt)) {
return false;
}
C16842rkt c16842rkt = (C16842rkt) obj;
return C14957gcv.b((Object) this.h, (Object) c16842rkt.h) && C14957gcv.b((Object) this.a, (Object) c16842rkt.a) && C14957gcv.b((Object) this.i, (Object) c16842rkt.i) && C14957gcv.b((Object) this.g, (Object) c16842rkt.g) && C14957gcv.b((Object) this.f, (Object) c16842rkt.f) && C14957gcv.b((Object) this.l, (Object) c16842rkt.l) && C14957gcv.b((Object) this.m, (Object) c16842rkt.m) && C14957gcv.b((Object) this.j, (Object) c16842rkt.j) && C14957gcv.b((Object) this.b, (Object) c16842rkt.b) && C14957gcv.b((Object) this.d, (Object) c16842rkt.d) && C14957gcv.b((Object) this.k, (Object) c16842rkt.k) && C14957gcv.b((Object) this.f9259o, (Object) c16842rkt.f9259o) && C14957gcv.b((Object) this.c, (Object) c16842rkt.c) && C14957gcv.b((Object) this.n, (Object) c16842rkt.n) && C14957gcv.b((Object) this.e, (Object) c16842rkt.e);
}
}