package o; import android.os.Parcel; import android.os.Parcelable; import android.text.TextUtils; /* loaded from: classes3.dex */ public class QR extends EM implements Parcelable { public static final Parcelable.Creator CREATOR = new Parcelable.Creator() { // from class: o.QR.4 @Override // android.os.Parcelable.Creator public final /* synthetic */ QR createFromParcel(Parcel parcel) { return new QR(parcel); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ QR[] newArray(int i) { return new QR[i]; } }; public CharSequence a; public String b; public int c; public String e; public String f; public int g; public boolean h; public String i; public boolean j; public boolean l; public boolean m; private QR(LWm lWm) { super(YD.SIMPLE_BOTTOM); this.i = lWm.g; this.b = lWm.e; this.e = lWm.b; this.a = lWm.a; this.g = lWm.d; this.f = lWm.f; this.m = lWm.n; this.j = lWm.j; this.h = lWm.h; this.l = lWm.i; this.c = lWm.c; } public static LWm b() { return new LWm((byte) 0); } @Override // o.EM public final void UU_(Parcel parcel, int i) { parcel.writeString(this.i); parcel.writeString(this.b); parcel.writeString(this.e); TextUtils.writeToParcel(this.a, parcel, i); parcel.writeInt(this.g); parcel.writeString(this.f); parcel.writeByte(this.m ? (byte) 1 : (byte) 0); parcel.writeByte(this.j ? (byte) 1 : (byte) 0); parcel.writeByte(this.h ? (byte) 1 : (byte) 0); parcel.writeByte(this.l ? (byte) 1 : (byte) 0); } /* loaded from: classes3.dex */ public static final class LWm { public CharSequence a; public String b; public int c; public int d; public String e; public String f; public String g; public boolean h; public boolean i; public boolean j; public boolean n; private LWm() { this.d = -1; this.n = false; this.j = false; this.h = false; this.i = false; } /* synthetic */ LWm(byte b) { this(); } } @Override // o.EM public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass() || !super.equals(obj)) { return false; } QR qr = (QR) obj; if (this.l != qr.l || this.g != qr.g || this.m != qr.m || this.j != qr.j || this.h != qr.h || this.c != qr.c) { return false; } String str = this.i; if (str == null ? qr.i != null : !str.equals(qr.i)) { return false; } String str2 = this.b; if (str2 == null ? qr.b != null : !str2.equals(qr.b)) { return false; } String str3 = this.e; if (str3 == null ? qr.e != null : !str3.equals(qr.e)) { return false; } CharSequence charSequence = this.a; if (charSequence == null ? qr.a != null : !charSequence.equals(qr.a)) { return false; } String str4 = this.f; String str5 = qr.f; return str4 != null ? str4.equals(str5) : str5 == null; } @Override // o.EM public int hashCode() { int hashCode = super.hashCode(); String str = this.i; int hashCode2 = str != null ? str.hashCode() : 0; String str2 = this.b; int hashCode3 = str2 != null ? str2.hashCode() : 0; String str3 = this.e; int hashCode4 = str3 != null ? str3.hashCode() : 0; CharSequence charSequence = this.a; int hashCode5 = charSequence != null ? charSequence.hashCode() : 0; boolean z = this.l; int i = this.g; String str4 = this.f; return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (z ? 1 : 0)) * 31) + i) * 31) + (str4 != null ? str4.hashCode() : 0)) * 31) + (this.m ? 1 : 0)) * 31) + (this.j ? 1 : 0)) * 31) + (this.h ? 1 : 0)) * 31) + this.c; } @Override // o.EM public String toString() { StringBuilder sb = new StringBuilder("ItemSimpleBottomDisplay{componentLeftLabel='"); sb.append(this.i); sb.append("', componentBottomLabel='"); sb.append(this.b); sb.append("', componentBottomExtraLabel='"); sb.append(this.e); sb.append("', componentBottomLongLabel="); sb.append((Object) this.a); sb.append(", componentIcon='"); sb.append(this.g); sb.append("', componentIconLabel='"); sb.append(this.f); sb.append("', usePSLfont='"); sb.append(this.m); sb.append("', isNoPaddingBottom='"); sb.append(this.j); sb.append("', isNoPaddingTop='"); sb.append(this.h); sb.append("', shouldHideSectionInSlip='"); sb.append(this.l); sb.append("'}"); return sb.toString(); } protected QR(Parcel parcel) { super(parcel); this.i = parcel.readString(); this.b = parcel.readString(); this.e = parcel.readString(); this.a = (CharSequence) TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(parcel); this.g = parcel.readInt(); this.f = parcel.readString(); this.m = parcel.readByte() != 0; this.j = parcel.readByte() != 0; this.h = parcel.readByte() != 0; this.l = parcel.readByte() != 0; } public /* synthetic */ QR(LWm lWm, byte b) { this(lWm); } }