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

187 lines
7.0 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
/* renamed from: o.Vj, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1089Vj implements Parcelable {
public static final Parcelable.Creator<C1089Vj> CREATOR = new RVV();
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String f;
public final String g;
public boolean h;
public final boolean i;
public final C1094Vm j;
public final boolean k;
private final int l;
public final String m;
/* renamed from: o, reason: collision with root package name */
public final String f8423o;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public C1089Vj(int i, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, boolean z, boolean z2, C1094Vm c1094Vm, boolean z3, String str9) {
C14957gcv.e(str, "");
C14957gcv.e(str9, "");
this.l = i;
this.f = str;
this.f8423o = str2;
this.m = str3;
this.g = str4;
this.c = str5;
this.d = str6;
this.b = str7;
this.e = str8;
this.k = z;
this.i = z2;
this.j = c1094Vm;
this.h = z3;
this.a = str9;
}
public /* synthetic */ C1089Vj(int i, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, boolean z, boolean z2, C1094Vm c1094Vm, String str9) {
this(i, str, str2, str3, str4, str5, str6, str7, str8, z, z2, c1094Vm, false, str9);
}
/* renamed from: o.Vj$RVV */
/* loaded from: classes3.dex */
public static final class RVV implements Parcelable.Creator<C1089Vj> {
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C1089Vj createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new C1089Vj(parcel.readInt(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readInt() != 0, parcel.readInt() == 0 ? null : C1094Vm.CREATOR.createFromParcel(parcel), parcel.readInt() != 0, parcel.readString());
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C1089Vj[] newArray(int i) {
return new C1089Vj[i];
}
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeInt(this.l);
parcel.writeString(this.f);
parcel.writeString(this.f8423o);
parcel.writeString(this.m);
parcel.writeString(this.g);
parcel.writeString(this.c);
parcel.writeString(this.d);
parcel.writeString(this.b);
parcel.writeString(this.e);
parcel.writeInt(this.k ? 1 : 0);
parcel.writeInt(this.i ? 1 : 0);
C1094Vm c1094Vm = this.j;
if (c1094Vm == null) {
parcel.writeInt(0);
} else {
parcel.writeInt(1);
c1094Vm.writeToParcel(parcel, i);
}
parcel.writeInt(this.h ? 1 : 0);
parcel.writeString(this.a);
}
public final String toString() {
int i = this.l;
String str = this.f;
String str2 = this.f8423o;
String str3 = this.m;
String str4 = this.g;
String str5 = this.c;
String str6 = this.d;
String str7 = this.b;
String str8 = this.e;
boolean z = this.k;
boolean z2 = this.i;
C1094Vm c1094Vm = this.j;
boolean z3 = this.h;
String str9 = this.a;
StringBuilder sb = new StringBuilder("HistoryTransactionDisplay(sortSequence=");
sb.append(i);
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(c1094Vm);
sb.append(", expanded=");
sb.append(z3);
sb.append(", accountToNumber=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = Integer.hashCode(this.l);
int hashCode2 = this.f.hashCode();
String str = this.f8423o;
int hashCode3 = str == null ? 0 : str.hashCode();
String str2 = this.m;
int hashCode4 = str2 == null ? 0 : str2.hashCode();
String str3 = this.g;
int hashCode5 = str3 == null ? 0 : str3.hashCode();
String str4 = this.c;
int hashCode6 = str4 == null ? 0 : str4.hashCode();
String str5 = this.d;
int hashCode7 = str5 == null ? 0 : str5.hashCode();
String str6 = this.b;
int hashCode8 = str6 == null ? 0 : str6.hashCode();
String str7 = this.e;
int hashCode9 = str7 == null ? 0 : str7.hashCode();
boolean z = this.k;
int i = z;
if (z != 0) {
i = 1;
}
boolean z2 = this.i;
int i2 = z2;
if (z2 != 0) {
i2 = 1;
}
C1094Vm c1094Vm = this.j;
int hashCode10 = c1094Vm != null ? c1094Vm.hashCode() : 0;
boolean z3 = this.h;
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) + (z3 ? 1 : z3 ? 1 : 0)) * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1089Vj)) {
return false;
}
C1089Vj c1089Vj = (C1089Vj) obj;
return this.l == c1089Vj.l && C14957gcv.b((Object) this.f, (Object) c1089Vj.f) && C14957gcv.b((Object) this.f8423o, (Object) c1089Vj.f8423o) && C14957gcv.b((Object) this.m, (Object) c1089Vj.m) && C14957gcv.b((Object) this.g, (Object) c1089Vj.g) && C14957gcv.b((Object) this.c, (Object) c1089Vj.c) && C14957gcv.b((Object) this.d, (Object) c1089Vj.d) && C14957gcv.b((Object) this.b, (Object) c1089Vj.b) && C14957gcv.b((Object) this.e, (Object) c1089Vj.e) && this.k == c1089Vj.k && this.i == c1089Vj.i && C14957gcv.b(this.j, c1089Vj.j) && this.h == c1089Vj.h && C14957gcv.b((Object) this.a, (Object) c1089Vj.a);
}
}