172 lines
6.4 KiB
Java
172 lines
6.4 KiB
Java
package o;
|
|
|
|
import android.graphics.Bitmap;
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Xn, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1188Xn implements Parcelable {
|
|
public static final Parcelable.Creator<C1188Xn> CREATOR = new Sts();
|
|
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 Boolean g;
|
|
public final Bitmap h;
|
|
public final String i;
|
|
public final String j;
|
|
public final String l;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C1188Xn(String str, String str2, String str3, String str4, String str5, Bitmap bitmap, String str6, String str7, String str8, String str9, Boolean bool) {
|
|
this.j = str;
|
|
this.i = str2;
|
|
this.d = str3;
|
|
this.a = str4;
|
|
this.c = str5;
|
|
this.h = bitmap;
|
|
this.l = str6;
|
|
this.b = str7;
|
|
this.e = str8;
|
|
this.f = str9;
|
|
this.g = bool;
|
|
}
|
|
|
|
/* renamed from: o.Xn$Sts */
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements Parcelable.Creator<C1188Xn> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C1188Xn createFromParcel(Parcel parcel) {
|
|
Boolean valueOf;
|
|
C14957gcv.e(parcel, "");
|
|
String readString = parcel.readString();
|
|
String readString2 = parcel.readString();
|
|
String readString3 = parcel.readString();
|
|
String readString4 = parcel.readString();
|
|
String readString5 = parcel.readString();
|
|
Bitmap bitmap = (Bitmap) parcel.readParcelable(C1188Xn.class.getClassLoader());
|
|
String readString6 = parcel.readString();
|
|
String readString7 = parcel.readString();
|
|
String readString8 = parcel.readString();
|
|
String readString9 = parcel.readString();
|
|
if (parcel.readInt() == 0) {
|
|
valueOf = null;
|
|
} else {
|
|
valueOf = Boolean.valueOf(parcel.readInt() != 0);
|
|
}
|
|
return new C1188Xn(readString, readString2, readString3, readString4, readString5, bitmap, readString6, readString7, readString8, readString9, valueOf);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C1188Xn[] newArray(int i) {
|
|
return new C1188Xn[i];
|
|
}
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
int i2;
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.c);
|
|
parcel.writeParcelable(this.h, i);
|
|
parcel.writeString(this.l);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.f);
|
|
Boolean bool = this.g;
|
|
if (bool == null) {
|
|
i2 = 0;
|
|
} else {
|
|
parcel.writeInt(1);
|
|
i2 = bool.booleanValue();
|
|
}
|
|
parcel.writeInt(i2);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.j;
|
|
String str2 = this.i;
|
|
String str3 = this.d;
|
|
String str4 = this.a;
|
|
String str5 = this.c;
|
|
Bitmap bitmap = this.h;
|
|
String str6 = this.l;
|
|
String str7 = this.b;
|
|
String str8 = this.e;
|
|
String str9 = this.f;
|
|
Boolean bool = this.g;
|
|
StringBuilder sb = new StringBuilder("LevelUpRepaymentQrCodeSuccessDisplay(headerTitle=");
|
|
sb.append(str);
|
|
sb.append(", headerDescription=");
|
|
sb.append(str2);
|
|
sb.append(", billerName=");
|
|
sb.append(str3);
|
|
sb.append(", billerRef1=");
|
|
sb.append(str4);
|
|
sb.append(", billerRef2=");
|
|
sb.append(str5);
|
|
sb.append(", imageQrCode=");
|
|
sb.append(bitmap);
|
|
sb.append(", title=");
|
|
sb.append(str6);
|
|
sb.append(", description=");
|
|
sb.append(str7);
|
|
sb.append(", amount=");
|
|
sb.append(str8);
|
|
sb.append(", remark=");
|
|
sb.append(str9);
|
|
sb.append(", isFullAmount=");
|
|
sb.append(bool);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.j;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.i;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.d;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.a;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.c;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
Bitmap bitmap = this.h;
|
|
int hashCode6 = bitmap == null ? 0 : bitmap.hashCode();
|
|
String str6 = this.l;
|
|
int hashCode7 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.b;
|
|
int hashCode8 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.e;
|
|
int hashCode9 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.f;
|
|
int hashCode10 = str9 == null ? 0 : str9.hashCode();
|
|
Boolean bool = this.g;
|
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (bool != null ? bool.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1188Xn)) {
|
|
return false;
|
|
}
|
|
C1188Xn c1188Xn = (C1188Xn) obj;
|
|
return C14957gcv.b((Object) this.j, (Object) c1188Xn.j) && C14957gcv.b((Object) this.i, (Object) c1188Xn.i) && C14957gcv.b((Object) this.d, (Object) c1188Xn.d) && C14957gcv.b((Object) this.a, (Object) c1188Xn.a) && C14957gcv.b((Object) this.c, (Object) c1188Xn.c) && C14957gcv.b(this.h, c1188Xn.h) && C14957gcv.b((Object) this.l, (Object) c1188Xn.l) && C14957gcv.b((Object) this.b, (Object) c1188Xn.b) && C14957gcv.b((Object) this.e, (Object) c1188Xn.e) && C14957gcv.b((Object) this.f, (Object) c1188Xn.f) && C14957gcv.b(this.g, c1188Xn.g);
|
|
}
|
|
}
|