152 lines
5.0 KiB
Java
152 lines
5.0 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class XO implements Parcelable {
|
||
|
public static final Parcelable.Creator<XO> CREATOR = new HBt();
|
||
|
public XS a;
|
||
|
public String b;
|
||
|
public XV c;
|
||
|
public String d;
|
||
|
public String e;
|
||
|
public XT f;
|
||
|
private Double h;
|
||
|
public String i;
|
||
|
public String j;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public XO(String str, String str2, String str3, String str4, String str5, Double d, XS xs, XT xt, XV xv) {
|
||
|
this.d = str;
|
||
|
this.j = str2;
|
||
|
this.b = str3;
|
||
|
this.e = str4;
|
||
|
this.i = str5;
|
||
|
this.h = d;
|
||
|
this.a = xs;
|
||
|
this.f = xt;
|
||
|
this.c = xv;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt implements Parcelable.Creator<XO> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ XO createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new XO(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() == 0 ? null : Double.valueOf(parcel.readDouble()), parcel.readInt() == 0 ? null : XS.CREATOR.createFromParcel(parcel), parcel.readInt() == 0 ? null : XT.CREATOR.createFromParcel(parcel), parcel.readInt() != 0 ? XV.CREATOR.createFromParcel(parcel) : null);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ XO[] newArray(int i) {
|
||
|
return new XO[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.i);
|
||
|
Double d = this.h;
|
||
|
if (d == null) {
|
||
|
parcel.writeInt(0);
|
||
|
} else {
|
||
|
parcel.writeInt(1);
|
||
|
parcel.writeDouble(d.doubleValue());
|
||
|
}
|
||
|
XS xs = this.a;
|
||
|
if (xs == null) {
|
||
|
parcel.writeInt(0);
|
||
|
} else {
|
||
|
parcel.writeInt(1);
|
||
|
xs.writeToParcel(parcel, i);
|
||
|
}
|
||
|
XT xt = this.f;
|
||
|
if (xt == null) {
|
||
|
parcel.writeInt(0);
|
||
|
} else {
|
||
|
parcel.writeInt(1);
|
||
|
xt.writeToParcel(parcel, i);
|
||
|
}
|
||
|
XV xv = this.c;
|
||
|
if (xv == null) {
|
||
|
parcel.writeInt(0);
|
||
|
} else {
|
||
|
parcel.writeInt(1);
|
||
|
xv.writeToParcel(parcel, i);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.j;
|
||
|
String str3 = this.b;
|
||
|
String str4 = this.e;
|
||
|
String str5 = this.i;
|
||
|
Double d = this.h;
|
||
|
XS xs = this.a;
|
||
|
XT xt = this.f;
|
||
|
XV xv = this.c;
|
||
|
StringBuilder sb = new StringBuilder("PullSlipDisplay(dateTime=");
|
||
|
sb.append(str);
|
||
|
sb.append(", transRef=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", ref1=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", ref2=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", ref3=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", fee=");
|
||
|
sb.append(d);
|
||
|
sb.append(", function=");
|
||
|
sb.append(xs);
|
||
|
sb.append(", sender=");
|
||
|
sb.append(xt);
|
||
|
sb.append(", receiver=");
|
||
|
sb.append(xv);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.d;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.j;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.b;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.e;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.i;
|
||
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
||
|
Double d = this.h;
|
||
|
int hashCode6 = d == null ? 0 : d.hashCode();
|
||
|
XS xs = this.a;
|
||
|
int hashCode7 = xs == null ? 0 : xs.hashCode();
|
||
|
XT xt = this.f;
|
||
|
int hashCode8 = xt == null ? 0 : xt.hashCode();
|
||
|
XV xv = this.c;
|
||
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (xv != null ? xv.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof XO)) {
|
||
|
return false;
|
||
|
}
|
||
|
XO xo = (XO) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) xo.d) && C14957gcv.b((Object) this.j, (Object) xo.j) && C14957gcv.b((Object) this.b, (Object) xo.b) && C14957gcv.b((Object) this.e, (Object) xo.e) && C14957gcv.b((Object) this.i, (Object) xo.i) && C14957gcv.b(this.h, xo.h) && this.a == xo.a && C14957gcv.b(this.f, xo.f) && C14957gcv.b(this.c, xo.c);
|
||
|
}
|
||
|
}
|