127 lines
3.5 KiB
Java
127 lines
3.5 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Ke, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0592Ke extends EQ implements Parcelable {
|
|
public static final Parcelable.Creator<C0592Ke> CREATOR = new Parcelable.Creator<C0592Ke>() { // from class: o.Ke.3
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0592Ke createFromParcel(Parcel parcel) {
|
|
return new C0592Ke(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0592Ke[] newArray(int i) {
|
|
return new C0592Ke[i];
|
|
}
|
|
};
|
|
public String a;
|
|
public List<C0606Kl> b;
|
|
public List<C0610Kp> c;
|
|
public String d;
|
|
public SP f;
|
|
public String g;
|
|
public String h;
|
|
private String i;
|
|
public String j;
|
|
private String k;
|
|
private String l;
|
|
private String m;
|
|
private String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
private String f8239o;
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
private C0592Ke(IeS ieS) {
|
|
this.h = ieS.f;
|
|
this.j = ieS.h;
|
|
this.n = ieS.g;
|
|
this.i = ieS.b;
|
|
this.d = ieS.a;
|
|
this.f = ieS.l;
|
|
this.a = ieS.e;
|
|
this.c = ieS.c;
|
|
this.l = ieS.n;
|
|
this.k = ieS.k;
|
|
this.b = ieS.d;
|
|
this.m = ieS.i;
|
|
this.f8239o = ieS.m;
|
|
this.g = ieS.j;
|
|
}
|
|
|
|
protected C0592Ke(Parcel parcel) {
|
|
this.h = parcel.readString();
|
|
this.j = parcel.readString();
|
|
this.i = parcel.readString();
|
|
this.d = parcel.readString();
|
|
this.f = (SP) parcel.readParcelable(SP.class.getClassLoader());
|
|
this.a = parcel.readString();
|
|
parcel.readList(this.c, C0610Kp.class.getClassLoader());
|
|
this.l = parcel.readString();
|
|
this.k = parcel.readString();
|
|
parcel.readList(this.b, C0606Kl.class.getClassLoader());
|
|
this.m = parcel.readString();
|
|
this.f8239o = parcel.readString();
|
|
this.g = parcel.readString();
|
|
}
|
|
|
|
public static IeS d() {
|
|
return new IeS((byte) 0);
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.d);
|
|
parcel.writeParcelable(this.f, i);
|
|
parcel.writeString(this.a);
|
|
parcel.writeList(this.c);
|
|
parcel.writeString(this.l);
|
|
parcel.writeString(this.k);
|
|
parcel.writeList(this.b);
|
|
parcel.writeString(this.m);
|
|
parcel.writeString(this.f8239o);
|
|
parcel.writeString(this.g);
|
|
}
|
|
|
|
/* renamed from: o.Ke$IeS */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS {
|
|
public String a;
|
|
public String b;
|
|
public List<C0610Kp> c;
|
|
public List<C0606Kl> d;
|
|
public String e;
|
|
public String f;
|
|
public String g;
|
|
public String h;
|
|
public String i;
|
|
public String j;
|
|
public String k;
|
|
public SP l;
|
|
public String m;
|
|
public String n;
|
|
|
|
private IeS() {
|
|
}
|
|
|
|
/* synthetic */ IeS(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public /* synthetic */ C0592Ke(IeS ieS, byte b) {
|
|
this(ieS);
|
|
}
|
|
}
|