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

158 lines
5.3 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Parcel;
import android.os.Parcelable;
/* renamed from: o.Lz, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0675Lz implements Parcelable {
public static final Parcelable.Creator<C0675Lz> CREATOR;
public final String a;
public final String b;
public final String c;
public final Integer d;
public final String e;
public final boolean f;
public final String g;
public final String i;
public final String j;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public C0675Lz(String str, String str2, String str3, boolean z, String str4, Integer num, String str5, String str6, String str7) {
C14957gcv.e(str2, "");
this.j = str;
this.i = str2;
this.g = str3;
this.f = z;
this.a = str4;
this.d = num;
this.c = str5;
this.e = str6;
this.b = str7;
}
/* renamed from: o.Lz$HBt */
/* loaded from: classes3.dex */
public static final class HBt {
private HBt() {
}
public /* synthetic */ HBt(byte b) {
this();
}
}
/* renamed from: o.Lz$IeS */
/* loaded from: classes3.dex */
public static final class IeS implements Parcelable.Creator<C0675Lz> {
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C0675Lz createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new C0675Lz(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readString(), parcel.readInt() == 0 ? null : Integer.valueOf(parcel.readInt()), parcel.readString(), parcel.readString(), parcel.readString());
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C0675Lz[] newArray(int i) {
return new C0675Lz[i];
}
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
int intValue;
C14957gcv.e(parcel, "");
parcel.writeString(this.j);
parcel.writeString(this.i);
parcel.writeString(this.g);
parcel.writeInt(this.f ? 1 : 0);
parcel.writeString(this.a);
Integer num = this.d;
if (num == null) {
intValue = 0;
} else {
parcel.writeInt(1);
intValue = num.intValue();
}
parcel.writeInt(intValue);
parcel.writeString(this.c);
parcel.writeString(this.e);
parcel.writeString(this.b);
}
public final String toString() {
String str = this.j;
String str2 = this.i;
String str3 = this.g;
boolean z = this.f;
String str4 = this.a;
Integer num = this.d;
String str5 = this.c;
String str6 = this.e;
String str7 = this.b;
StringBuilder sb = new StringBuilder("EasycashProductDetailsSectionDisplay(sectionLabel=");
sb.append(str);
sb.append(", sectionDisplayType=");
sb.append(str2);
sb.append(", staticInfo=");
sb.append(str3);
sb.append(", isCollapsible=");
sb.append(z);
sb.append(", collapseIconPosition=");
sb.append(str4);
sb.append(", collapseBoxHeightPx=");
sb.append(num);
sb.append(", info1=");
sb.append(str5);
sb.append(", info2=");
sb.append(str6);
sb.append(", htmlContent=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
String str = this.j;
int hashCode = str == null ? 0 : str.hashCode();
int hashCode2 = this.i.hashCode();
String str2 = this.g;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
boolean z = this.f;
int i = z;
if (z != 0) {
i = 1;
}
String str3 = this.a;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
Integer num = this.d;
int hashCode5 = num == null ? 0 : num.hashCode();
String str4 = this.c;
int hashCode6 = str4 == null ? 0 : str4.hashCode();
String str5 = this.e;
int hashCode7 = str5 == null ? 0 : str5.hashCode();
String str6 = this.b;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + i) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str6 != null ? str6.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0675Lz)) {
return false;
}
C0675Lz c0675Lz = (C0675Lz) obj;
return C14957gcv.b((Object) this.j, (Object) c0675Lz.j) && C14957gcv.b((Object) this.i, (Object) c0675Lz.i) && C14957gcv.b((Object) this.g, (Object) c0675Lz.g) && this.f == c0675Lz.f && C14957gcv.b((Object) this.a, (Object) c0675Lz.a) && C14957gcv.b(this.d, c0675Lz.d) && C14957gcv.b((Object) this.c, (Object) c0675Lz.c) && C14957gcv.b((Object) this.e, (Object) c0675Lz.e) && C14957gcv.b((Object) this.b, (Object) c0675Lz.b);
}
static {
new HBt((byte) 0);
CREATOR = new IeS();
}
}