143 lines
5.7 KiB
Java
143 lines
5.7 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class Csf {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final Eiv c;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
public final String f;
|
||
|
public final boolean g;
|
||
|
public final String h;
|
||
|
public final String i;
|
||
|
public final String j;
|
||
|
public final Integer k;
|
||
|
public final String l;
|
||
|
public final boolean m;
|
||
|
public final String n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public final String f8125o;
|
||
|
|
||
|
private Csf(Integer num, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, boolean z, boolean z2, Eiv eiv, String str9, String str10, String str11) {
|
||
|
this.k = num;
|
||
|
this.j = str;
|
||
|
this.n = str2;
|
||
|
this.l = str3;
|
||
|
this.f = str4;
|
||
|
this.b = str5;
|
||
|
this.e = str6;
|
||
|
this.a = str7;
|
||
|
this.d = str8;
|
||
|
this.m = z;
|
||
|
this.g = z2;
|
||
|
this.c = eiv;
|
||
|
this.i = str9;
|
||
|
this.h = str10;
|
||
|
this.f8125o = str11;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ Csf(Integer num, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, boolean z, boolean z2, Eiv eiv, String str9, String str10, String str11, int i) {
|
||
|
this(num, (i & 2) != 0 ? "" : str, (i & 4) != 0 ? "" : str2, (i & 8) != 0 ? null : str3, (i & 16) != 0 ? null : str4, (i & 32) != 0 ? null : str5, (i & 64) != 0 ? null : str6, (i & 128) != 0 ? null : str7, (i & 256) != 0 ? null : str8, z, z2, (i & 2048) != 0 ? null : eiv, (i & 4096) != 0 ? null : str9, (i & 8192) != 0 ? null : str10, (i & 16384) != 0 ? null : str11);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
Integer num = this.k;
|
||
|
String str = this.j;
|
||
|
String str2 = this.n;
|
||
|
String str3 = this.l;
|
||
|
String str4 = this.f;
|
||
|
String str5 = this.b;
|
||
|
String str6 = this.e;
|
||
|
String str7 = this.a;
|
||
|
String str8 = this.d;
|
||
|
boolean z = this.m;
|
||
|
boolean z2 = this.g;
|
||
|
Eiv eiv = this.c;
|
||
|
String str9 = this.i;
|
||
|
String str10 = this.h;
|
||
|
String str11 = this.f8125o;
|
||
|
StringBuilder sb = new StringBuilder("HistoryTransactionResponse(sortSequence=");
|
||
|
sb.append(num);
|
||
|
sb.append(", id=");
|
||
|
sb.append(str);
|
||
|
sb.append(", transactionDateTime=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", serviceNumber=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", referenceNo1=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", accountTo=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", accountToName=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", bankLogo=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", amount=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", repeatFlag=");
|
||
|
sb.append(z);
|
||
|
sb.append(", regenerateFlag=");
|
||
|
sb.append(z2);
|
||
|
sb.append(", biller=");
|
||
|
sb.append(eiv);
|
||
|
sb.append(", promptpayId=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", promptpayType=");
|
||
|
sb.append(str10);
|
||
|
sb.append(", transferType=");
|
||
|
sb.append(str11);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public final int hashCode() {
|
||
|
Integer num = this.k;
|
||
|
int hashCode = num == null ? 0 : num.hashCode();
|
||
|
String str = this.j;
|
||
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.n;
|
||
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.l;
|
||
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.f;
|
||
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.b;
|
||
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.e;
|
||
|
int hashCode7 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.a;
|
||
|
int hashCode8 = str7 == null ? 0 : str7.hashCode();
|
||
|
String str8 = this.d;
|
||
|
int hashCode9 = str8 == null ? 0 : str8.hashCode();
|
||
|
boolean z = this.m;
|
||
|
int i = z;
|
||
|
if (z != 0) {
|
||
|
i = 1;
|
||
|
}
|
||
|
boolean z2 = this.g;
|
||
|
int i2 = z2 ? 1 : z2 ? 1 : 0;
|
||
|
Eiv eiv = this.c;
|
||
|
int hashCode10 = eiv == null ? 0 : eiv.hashCode();
|
||
|
String str9 = this.i;
|
||
|
int hashCode11 = str9 == null ? 0 : str9.hashCode();
|
||
|
String str10 = this.h;
|
||
|
int hashCode12 = str10 == null ? 0 : str10.hashCode();
|
||
|
String str11 = this.f8125o;
|
||
|
return (((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + i) * 31) + i2) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + (str11 != null ? str11.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof Csf)) {
|
||
|
return false;
|
||
|
}
|
||
|
Csf csf = (Csf) obj;
|
||
|
return C14957gcv.b(this.k, csf.k) && C14957gcv.b((Object) this.j, (Object) csf.j) && C14957gcv.b((Object) this.n, (Object) csf.n) && C14957gcv.b((Object) this.l, (Object) csf.l) && C14957gcv.b((Object) this.f, (Object) csf.f) && C14957gcv.b((Object) this.b, (Object) csf.b) && C14957gcv.b((Object) this.e, (Object) csf.e) && C14957gcv.b((Object) this.a, (Object) csf.a) && C14957gcv.b((Object) this.d, (Object) csf.d) && this.m == csf.m && this.g == csf.g && C14957gcv.b(this.c, csf.c) && C14957gcv.b((Object) this.i, (Object) csf.i) && C14957gcv.b((Object) this.h, (Object) csf.h) && C14957gcv.b((Object) this.f8125o, (Object) csf.f8125o);
|
||
|
}
|
||
|
}
|