package o; import android.os.Parcel; import android.os.Parcelable; /* loaded from: classes3.dex */ public class QN extends EM implements Parcelable { public static final Parcelable.Creator CREATOR = new Parcelable.Creator() { // from class: o.QN.1 @Override // android.os.Parcelable.Creator public final /* synthetic */ QN createFromParcel(Parcel parcel) { return new QN(parcel); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ QN[] newArray(int i) { return new QN[i]; } }; public int a; public int b; public String c; public int e; public String f; public String g; public int h; public String j; @Override // o.EM, android.os.Parcelable public int describeContents() { return 0; } private QN(HBt hBt) { super(YD.SUCCESS_HEADER); this.g = hBt.f; this.h = hBt.i; this.j = hBt.h; this.c = hBt.a; this.f = hBt.c; this.a = hBt.d; this.b = hBt.b; this.e = hBt.e; } private QN(HBt hBt, YD yd) { super(yd); this.g = hBt.f; this.h = hBt.i; this.j = hBt.h; this.c = hBt.a; this.f = hBt.c; this.a = hBt.d; this.b = hBt.b; this.e = hBt.e; } protected QN(Parcel parcel) { super(parcel); this.g = parcel.readString(); this.h = parcel.readInt(); this.j = parcel.readString(); this.c = parcel.readString(); this.f = parcel.readString(); this.a = parcel.readInt(); this.b = parcel.readInt(); this.e = parcel.readInt(); } @Override // o.EM public final void UU_(Parcel parcel, int i) { parcel.writeString(this.g); parcel.writeInt(this.h); parcel.writeString(this.j); parcel.writeString(this.c); parcel.writeString(this.f); parcel.writeInt(this.a); parcel.writeInt(this.b); parcel.writeInt(this.e); } public static HBt a() { return new HBt((byte) 0); } /* loaded from: classes3.dex */ public static final class HBt { public String a; public int b; public String c; public int d; public int e; public String f; public String h; public int i; private HBt() { } /* synthetic */ HBt(byte b) { this(); } } public /* synthetic */ QN(HBt hBt, YD yd, byte b) { this(hBt, yd); } public /* synthetic */ QN(HBt hBt, byte b) { this(hBt); } }