package o; import android.os.Parcel; import android.os.Parcelable; import java.util.List; import o.C0653Ll; /* renamed from: o.Lt, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0666Lt extends C0653Ll implements Parcelable { public static final Parcelable.Creator CREATOR = new Parcelable.Creator() { // from class: o.Lt.4 @Override // android.os.Parcelable.Creator public final /* synthetic */ C0666Lt createFromParcel(Parcel parcel) { return new C0666Lt(parcel); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ C0666Lt[] newArray(int i) { return new C0666Lt[i]; } }; private String A; public String f; public String g; public String h; public List i; public String j; public String n; /* renamed from: o, reason: collision with root package name */ public String f8257o; private String y; @Override // o.C0653Ll, o.LB, o.EQ, android.os.Parcelable public final int describeContents() { return 0; } private C0666Lt(Sts sts) { super(sts); this.e = sts.j; this.n = sts.l; this.f8257o = sts.m; this.y = sts.i; this.f = sts.c; this.g = sts.f; this.A = sts.n; this.j = sts.h; this.h = sts.k; this.i = sts.g; } public static Sts b() { return new Sts((byte) 0); } protected C0666Lt(Parcel parcel) { super(parcel); this.n = parcel.readString(); this.f8257o = parcel.readString(); this.y = parcel.readString(); this.f = parcel.readString(); this.g = parcel.readString(); this.A = parcel.readString(); this.j = parcel.readString(); this.h = parcel.readString(); this.i = parcel.createTypedArrayList(C0648Lh.CREATOR); } @Override // o.C0653Ll, o.LB, o.EQ, android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { super.writeToParcel(parcel, i); parcel.writeString(this.n); parcel.writeString(this.f8257o); parcel.writeString(this.y); parcel.writeString(this.f); parcel.writeString(this.g); parcel.writeString(this.A); parcel.writeString(this.j); parcel.writeString(this.h); parcel.writeTypedList(this.i); } /* renamed from: o.Lt$Sts */ /* loaded from: classes3.dex */ public static final class Sts extends C0653Ll.RVV { public String c; public String f; public List g; public String h; public String i; boolean j; public String k; public String l; public String m; public String n; private Sts() { } @Override // o.C0653Ll.RVV /* renamed from: b */ public final /* synthetic */ C0653Ll a() { return new C0666Lt(this, (byte) 0); } @Override // o.C0653Ll.RVV, o.LB.IeS public final /* synthetic */ LB a() { return new C0666Lt(this, (byte) 0); } /* synthetic */ Sts(byte b) { this(); } } @Override // o.LB public final boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass() || !super.equals(obj)) { return false; } C0666Lt c0666Lt = (C0666Lt) obj; String str = this.n; if (str == null ? c0666Lt.n != null : !str.equals(c0666Lt.n)) { return false; } String str2 = this.f8257o; if (str2 == null ? c0666Lt.f8257o != null : !str2.equals(c0666Lt.f8257o)) { return false; } String str3 = this.y; if (str3 == null ? c0666Lt.y != null : !str3.equals(c0666Lt.y)) { return false; } String str4 = this.f; if (str4 == null ? c0666Lt.f != null : !str4.equals(c0666Lt.f)) { return false; } String str5 = this.g; if (str5 == null ? c0666Lt.g != null : !str5.equals(c0666Lt.g)) { return false; } String str6 = this.A; if (str6 == null ? c0666Lt.A != null : !str6.equals(c0666Lt.A)) { return false; } String str7 = this.j; if (str7 == null ? c0666Lt.j != null : !str7.equals(c0666Lt.j)) { return false; } String str8 = this.h; if (str8 == null ? c0666Lt.h != null : !str8.equals(c0666Lt.h)) { return false; } List list = this.i; List list2 = c0666Lt.i; return list != null ? list.equals(list2) : list2 == null; } @Override // o.LB public final int hashCode() { int hashCode = super.hashCode(); String str = this.n; int hashCode2 = str != null ? str.hashCode() : 0; String str2 = this.f8257o; int hashCode3 = str2 != null ? str2.hashCode() : 0; String str3 = this.y; int hashCode4 = str3 != null ? str3.hashCode() : 0; String str4 = this.f; int hashCode5 = str4 != null ? str4.hashCode() : 0; String str5 = this.g; int hashCode6 = str5 != null ? str5.hashCode() : 0; String str6 = this.A; int hashCode7 = str6 != null ? str6.hashCode() : 0; String str7 = this.j; int hashCode8 = str7 != null ? str7.hashCode() : 0; String str8 = this.h; int hashCode9 = str8 != null ? str8.hashCode() : 0; List list = this.i; return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (list != null ? list.hashCode() : 0); } /* synthetic */ C0666Lt(Sts sts, byte b) { this(sts); } }