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

161 lines
5.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Parcel;
import android.os.Parcelable;
/* renamed from: o.Ng, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0732Ng implements InterfaceC0755Nw {
public static final LWm CREATOR = new LWm(0);
public final String a;
public final WZ b;
public final String c;
public final String d;
public final String e;
public final String j;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public C0732Ng(String str, String str2, String str3, String str4, WZ wz, String str5) {
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
this.j = str;
this.e = str2;
this.a = str3;
this.d = str4;
this.b = wz;
this.c = str5;
}
/* JADX WARN: Illegal instructions before constructor call */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public C0732Ng(android.os.Parcel r9) {
/*
r8 = this;
java.lang.String r0 = ""
o.C14957gcv.e(r9, r0)
java.lang.String r2 = r9.readString()
o.C14957gcv.e(r9, r0)
java.lang.String r1 = r9.readString()
if (r1 != 0) goto L14
r3 = r0
goto L15
L14:
r3 = r1
L15:
o.C14957gcv.e(r9, r0)
java.lang.String r1 = r9.readString()
if (r1 != 0) goto L20
r4 = r0
goto L21
L20:
r4 = r1
L21:
o.C14957gcv.e(r9, r0)
java.lang.String r1 = r9.readString()
if (r1 != 0) goto L2c
r5 = r0
goto L2d
L2c:
r5 = r1
L2d:
java.lang.Class<o.WZ> r0 = o.WZ.class
java.lang.ClassLoader r0 = r0.getClassLoader()
android.os.Parcelable r0 = r9.readParcelable(r0)
r6 = r0
o.WZ r6 = (o.WZ) r6
java.lang.String r7 = r9.readString()
r1 = r8
r1.<init>(r2, r3, r4, r5, r6, r7)
return
*/
throw new UnsupportedOperationException("Method not decompiled: o.C0732Ng.<init>(android.os.Parcel):void");
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeString(this.j);
parcel.writeString(this.e);
parcel.writeString(this.a);
parcel.writeString(this.d);
parcel.writeParcelable(this.b, i);
parcel.writeString(this.c);
}
/* renamed from: o.Ng$LWm */
/* loaded from: classes3.dex */
public static final class LWm implements Parcelable.Creator<C0732Ng> {
private LWm() {
}
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C0732Ng createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new C0732Ng(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C0732Ng[] newArray(int i) {
return new C0732Ng[i];
}
public /* synthetic */ LWm(byte b) {
this();
}
}
public final String toString() {
String str = this.j;
String str2 = this.e;
String str3 = this.a;
String str4 = this.d;
WZ wz = this.b;
String str5 = this.c;
StringBuilder sb = new StringBuilder("HmlCounterOfferDisplay(title=");
sb.append(str);
sb.append(", header=");
sb.append(str2);
sb.append(", amount=");
sb.append(str3);
sb.append(", frequency=");
sb.append(str4);
sb.append(", promotion=");
sb.append(wz);
sb.append(", icon=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.j;
int hashCode = str == null ? 0 : str.hashCode();
int hashCode2 = this.e.hashCode();
int hashCode3 = this.a.hashCode();
int hashCode4 = this.d.hashCode();
WZ wz = this.b;
int hashCode5 = wz == null ? 0 : wz.hashCode();
String str2 = this.c;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0732Ng)) {
return false;
}
C0732Ng c0732Ng = (C0732Ng) obj;
return C14957gcv.b((Object) this.j, (Object) c0732Ng.j) && C14957gcv.b((Object) this.e, (Object) c0732Ng.e) && C14957gcv.b((Object) this.a, (Object) c0732Ng.a) && C14957gcv.b((Object) this.d, (Object) c0732Ng.d) && C14957gcv.b(this.b, c0732Ng.b) && C14957gcv.b((Object) this.c, (Object) c0732Ng.c);
}
}