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

155 lines
6.2 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
/* loaded from: classes3.dex */
public final class SC implements Parcelable {
public static final Parcelable.Creator<SC> CREATOR = new HBt();
public InterfaceC9493dkl a;
public boolean b;
public String c;
public InterfaceC9493dkl d;
public boolean e;
public String f;
public final String g;
public String h;
public String i;
public String j;
private int n;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public SC(int i, String str, String str2, String str3, String str4, String str5, InterfaceC9493dkl interfaceC9493dkl, InterfaceC9493dkl interfaceC9493dkl2, boolean z, boolean z2, String str6) {
this.n = i;
this.h = str;
this.j = str2;
this.i = str3;
this.f = str4;
this.c = str5;
this.d = interfaceC9493dkl;
this.a = interfaceC9493dkl2;
this.b = z;
this.e = z2;
this.g = str6;
}
public /* synthetic */ SC(int i, String str, String str2, String str3, String str4, String str5, InterfaceC9493dkl interfaceC9493dkl, InterfaceC9493dkl interfaceC9493dkl2, boolean z, String str6, int i2) {
this((i2 & 1) != 0 ? 0 : i, (i2 & 2) != 0 ? null : str, (i2 & 4) != 0 ? null : str2, (i2 & 8) != 0 ? null : str3, (i2 & 16) != 0 ? null : str4, (i2 & 32) != 0 ? null : str5, (i2 & 64) != 0 ? null : interfaceC9493dkl, (i2 & 128) != 0 ? null : interfaceC9493dkl2, (i2 & 256) != 0 ? true : z, false, (i2 & 1024) != 0 ? null : str6);
}
/* loaded from: classes3.dex */
public static final class HBt implements Parcelable.Creator<SC> {
@Override // android.os.Parcelable.Creator
public final /* synthetic */ SC createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new SC(parcel.readInt(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), (InterfaceC9493dkl) parcel.readParcelable(SC.class.getClassLoader()), (InterfaceC9493dkl) parcel.readParcelable(SC.class.getClassLoader()), parcel.readInt() != 0, parcel.readInt() != 0, parcel.readString());
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ SC[] newArray(int i) {
return new SC[i];
}
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeInt(this.n);
parcel.writeString(this.h);
parcel.writeString(this.j);
parcel.writeString(this.i);
parcel.writeString(this.f);
parcel.writeString(this.c);
parcel.writeParcelable(this.d, i);
parcel.writeParcelable(this.a, i);
parcel.writeInt(this.b ? 1 : 0);
parcel.writeInt(this.e ? 1 : 0);
parcel.writeString(this.g);
}
public final String toString() {
int i = this.n;
String str = this.h;
String str2 = this.j;
String str3 = this.i;
String str4 = this.f;
String str5 = this.c;
InterfaceC9493dkl interfaceC9493dkl = this.d;
InterfaceC9493dkl interfaceC9493dkl2 = this.a;
boolean z = this.b;
boolean z2 = this.e;
String str6 = this.g;
StringBuilder sb = new StringBuilder("NdidCommonErrorDisplay(imageId=");
sb.append(i);
sb.append(", pageTitle=");
sb.append(str);
sb.append(", title=");
sb.append(str2);
sb.append(", description=");
sb.append(str3);
sb.append(", buttonTopTitle=");
sb.append(str4);
sb.append(", buttonLowerTitle=");
sb.append(str5);
sb.append(", buttonTopAction=");
sb.append(interfaceC9493dkl);
sb.append(", buttonLowerAction=");
sb.append(interfaceC9493dkl2);
sb.append(", buttonLowerVisible=");
sb.append(z);
sb.append(", backButtonVisible=");
sb.append(z2);
sb.append(", errorType=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = Integer.hashCode(this.n);
String str = this.h;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.j;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.i;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.f;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.c;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
InterfaceC9493dkl interfaceC9493dkl = this.d;
int hashCode7 = interfaceC9493dkl == null ? 0 : interfaceC9493dkl.hashCode();
InterfaceC9493dkl interfaceC9493dkl2 = this.a;
int hashCode8 = interfaceC9493dkl2 == null ? 0 : interfaceC9493dkl2.hashCode();
boolean z = this.b;
int i = z;
if (z != 0) {
i = 1;
}
boolean z2 = this.e;
int i2 = z2 ? 1 : z2 ? 1 : 0;
String str6 = this.g;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + i) * 31) + i2) * 31) + (str6 != null ? str6.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof SC)) {
return false;
}
SC sc = (SC) obj;
return this.n == sc.n && C14957gcv.b((Object) this.h, (Object) sc.h) && C14957gcv.b((Object) this.j, (Object) sc.j) && C14957gcv.b((Object) this.i, (Object) sc.i) && C14957gcv.b((Object) this.f, (Object) sc.f) && C14957gcv.b((Object) this.c, (Object) sc.c) && C14957gcv.b(this.d, sc.d) && C14957gcv.b(this.a, sc.a) && this.b == sc.b && this.e == sc.e && C14957gcv.b((Object) this.g, (Object) sc.g);
}
public SC() {
this(0, (String) null, (String) null, (String) null, (String) null, (String) null, (InterfaceC9493dkl) null, (InterfaceC9493dkl) null, false, (String) null, 2047);
}
}