155 lines
5.7 KiB
Java
155 lines
5.7 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Ge, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0419Ge implements Parcelable {
|
|
public static final Parcelable.Creator<C0419Ge> CREATOR = new LWm();
|
|
public String a;
|
|
public boolean b;
|
|
public String c;
|
|
public String d;
|
|
public String e;
|
|
public String f;
|
|
public String g;
|
|
public String h;
|
|
public String i;
|
|
private String j;
|
|
private String k;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0419Ge(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, boolean z) {
|
|
this.e = str;
|
|
this.i = str2;
|
|
this.g = str3;
|
|
this.h = str4;
|
|
this.k = str5;
|
|
this.d = str6;
|
|
this.c = str7;
|
|
this.j = str8;
|
|
this.a = str9;
|
|
this.f = str10;
|
|
this.b = z;
|
|
}
|
|
|
|
public /* synthetic */ C0419Ge(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10) {
|
|
this(str, str2, str3, str4, str5, str6, str7, str8, str9, str10, false);
|
|
}
|
|
|
|
/* renamed from: o.Ge$LWm */
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements Parcelable.Creator<C0419Ge> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0419Ge createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C0419Ge(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0419Ge[] newArray(int i) {
|
|
return new C0419Ge[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.k);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.f);
|
|
parcel.writeInt(this.b ? 1 : 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.i;
|
|
String str3 = this.g;
|
|
String str4 = this.h;
|
|
String str5 = this.k;
|
|
String str6 = this.d;
|
|
String str7 = this.c;
|
|
String str8 = this.j;
|
|
String str9 = this.a;
|
|
String str10 = this.f;
|
|
boolean z = this.b;
|
|
StringBuilder sb = new StringBuilder("CardTransactionModel(merchantName=");
|
|
sb.append(str);
|
|
sb.append(", transactionDateFormatted=");
|
|
sb.append(str2);
|
|
sb.append(", transactionDate=");
|
|
sb.append(str3);
|
|
sb.append(", transactionAmt=");
|
|
sb.append(str4);
|
|
sb.append(", postDateFormatted=");
|
|
sb.append(str5);
|
|
sb.append(", postDate=");
|
|
sb.append(str6);
|
|
sb.append(", refNo=");
|
|
sb.append(str7);
|
|
sb.append(", id=");
|
|
sb.append(str8);
|
|
sb.append(", cycleNo=");
|
|
sb.append(str9);
|
|
sb.append(", sequenceNo=");
|
|
sb.append(str10);
|
|
sb.append(", isChecked=");
|
|
sb.append(z);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
String str = this.e;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.i;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.g;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.h;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.k;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.d;
|
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.c;
|
|
int hashCode7 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.j;
|
|
int hashCode8 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.a;
|
|
int hashCode9 = str9 == null ? 0 : str9.hashCode();
|
|
String str10 = this.f;
|
|
int hashCode10 = str10 != null ? str10.hashCode() : 0;
|
|
boolean z = this.b;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + i;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0419Ge)) {
|
|
return false;
|
|
}
|
|
C0419Ge c0419Ge = (C0419Ge) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c0419Ge.e) && C14957gcv.b((Object) this.i, (Object) c0419Ge.i) && C14957gcv.b((Object) this.g, (Object) c0419Ge.g) && C14957gcv.b((Object) this.h, (Object) c0419Ge.h) && C14957gcv.b((Object) this.k, (Object) c0419Ge.k) && C14957gcv.b((Object) this.d, (Object) c0419Ge.d) && C14957gcv.b((Object) this.c, (Object) c0419Ge.c) && C14957gcv.b((Object) this.j, (Object) c0419Ge.j) && C14957gcv.b((Object) this.a, (Object) c0419Ge.a) && C14957gcv.b((Object) this.f, (Object) c0419Ge.f) && this.b == c0419Ge.b;
|
|
}
|
|
}
|