96 lines
2.5 KiB
Java
96 lines
2.5 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
import java.util.LinkedList;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class PC extends OD implements Parcelable {
|
||
|
public static final Parcelable.Creator<PC> CREATOR = new Parcelable.Creator<PC>() { // from class: o.PC.3
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ PC createFromParcel(Parcel parcel) {
|
||
|
return new PC(parcel);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ PC[] newArray(int i) {
|
||
|
return new PC[i];
|
||
|
}
|
||
|
};
|
||
|
public String u;
|
||
|
private String v;
|
||
|
private String x;
|
||
|
private String y;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts {
|
||
|
public boolean a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public OL e;
|
||
|
public String f;
|
||
|
public LinkedList<OP> g;
|
||
|
public String h;
|
||
|
public String i;
|
||
|
public String j;
|
||
|
public String k;
|
||
|
public String l;
|
||
|
public String m;
|
||
|
public String n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public String f8313o;
|
||
|
public String r;
|
||
|
public String s;
|
||
|
public String t;
|
||
|
}
|
||
|
|
||
|
@Override // o.OD, o.EQ, android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
protected PC(Parcel parcel) {
|
||
|
super(parcel);
|
||
|
this.y = parcel.readString();
|
||
|
this.v = parcel.readString();
|
||
|
this.u = parcel.readString();
|
||
|
this.x = parcel.readString();
|
||
|
}
|
||
|
|
||
|
private PC(Sts sts) {
|
||
|
this.p = sts.t;
|
||
|
this.y = sts.r;
|
||
|
this.s = sts.k;
|
||
|
this.u = sts.n;
|
||
|
this.x = sts.f8313o;
|
||
|
this.v = sts.i;
|
||
|
this.n = sts.j;
|
||
|
this.m = sts.h;
|
||
|
this.j = sts.c;
|
||
|
this.r = sts.l;
|
||
|
this.q = sts.m;
|
||
|
this.a = sts.e;
|
||
|
this.d = sts.b;
|
||
|
this.c = sts.d;
|
||
|
this.l = sts.f;
|
||
|
this.i = sts.a;
|
||
|
this.t = sts.s;
|
||
|
this.k = sts.g;
|
||
|
}
|
||
|
|
||
|
@Override // o.OD, o.EQ, android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
super.writeToParcel(parcel, i);
|
||
|
parcel.writeString(this.y);
|
||
|
parcel.writeString(this.v);
|
||
|
parcel.writeString(this.u);
|
||
|
parcel.writeString(this.x);
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ PC(Sts sts, byte b) {
|
||
|
this(sts);
|
||
|
}
|
||
|
}
|