98 lines
3.2 KiB
Java
98 lines
3.2 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class TJ extends EQ implements Parcelable {
|
||
|
public static final Parcelable.Creator<TJ> CREATOR = new Sts();
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public TO d;
|
||
|
public String f;
|
||
|
public String g;
|
||
|
public double h;
|
||
|
public XH i;
|
||
|
public String j;
|
||
|
public double k;
|
||
|
public String l;
|
||
|
public String m;
|
||
|
public String n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public String f8373o;
|
||
|
public String p;
|
||
|
private double q;
|
||
|
private String s;
|
||
|
|
||
|
public TJ(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, double d, XH xh, double d2, double d3, String str10, String str11, TO to, String str12) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(str6, "");
|
||
|
C14957gcv.e(str7, "");
|
||
|
C14957gcv.e(str8, "");
|
||
|
C14957gcv.e(str9, "");
|
||
|
C14957gcv.e(xh, "");
|
||
|
C14957gcv.e(str10, "");
|
||
|
C14957gcv.e(str11, "");
|
||
|
C14957gcv.e(to, "");
|
||
|
this.a = str;
|
||
|
this.b = str2;
|
||
|
this.c = str3;
|
||
|
this.f = str4;
|
||
|
this.g = str5;
|
||
|
this.n = str6;
|
||
|
this.f8373o = str7;
|
||
|
this.m = str8;
|
||
|
this.l = str9;
|
||
|
this.h = d;
|
||
|
this.i = xh;
|
||
|
this.k = d2;
|
||
|
this.q = d3;
|
||
|
this.s = str10;
|
||
|
this.p = str11;
|
||
|
this.d = to;
|
||
|
this.j = str12;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts implements Parcelable.Creator<TJ> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ TJ createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new TJ(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readDouble(), XH.CREATOR.createFromParcel(parcel), parcel.readDouble(), parcel.readDouble(), parcel.readString(), parcel.readString(), TO.CREATOR.createFromParcel(parcel), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ TJ[] newArray(int i) {
|
||
|
return new TJ[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.EQ, android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.a);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.n);
|
||
|
parcel.writeString(this.f8373o);
|
||
|
parcel.writeString(this.m);
|
||
|
parcel.writeString(this.l);
|
||
|
parcel.writeDouble(this.h);
|
||
|
this.i.writeToParcel(parcel, i);
|
||
|
parcel.writeDouble(this.k);
|
||
|
parcel.writeDouble(this.q);
|
||
|
parcel.writeString(this.s);
|
||
|
parcel.writeString(this.p);
|
||
|
this.d.writeToParcel(parcel, i);
|
||
|
parcel.writeString(this.j);
|
||
|
}
|
||
|
}
|