150 lines
4.4 KiB
Java
150 lines
4.4 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class EW extends EO implements Parcelable {
|
|
public static final Parcelable.Creator<EW> CREATOR = new Parcelable.Creator<EW>() { // from class: o.EW.2
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ EW createFromParcel(Parcel parcel) {
|
|
return new EW(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ EW[] newArray(int i) {
|
|
return new EW[i];
|
|
}
|
|
};
|
|
public String a;
|
|
public String b;
|
|
public List<QL> c;
|
|
public boolean d;
|
|
public EV e;
|
|
public String f;
|
|
public boolean g;
|
|
public String h;
|
|
public List<EM> i;
|
|
public boolean j;
|
|
public IQv k;
|
|
private boolean l;
|
|
private String m;
|
|
public EnumC1276Zl n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
private String f8146o;
|
|
private String t;
|
|
|
|
@Override // android.os.Parcelable
|
|
public int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
protected EW(LWm lWm) {
|
|
this.n = lWm.l;
|
|
this.f = lWm.f;
|
|
this.h = lWm.i;
|
|
this.e = lWm.e;
|
|
this.a = lWm.c;
|
|
this.i = lWm.h;
|
|
this.c = lWm.b;
|
|
this.b = lWm.d;
|
|
this.j = lWm.n;
|
|
this.d = lWm.a;
|
|
this.g = lWm.g;
|
|
this.k = lWm.t;
|
|
this.l = lWm.j;
|
|
this.f8146o = lWm.k;
|
|
this.t = lWm.m;
|
|
this.m = lWm.f8147o;
|
|
}
|
|
|
|
public static LWm b(List<EM> list, String str) {
|
|
return new LWm(list, str);
|
|
}
|
|
|
|
public final String d(String str) {
|
|
StringBuilder sb = new StringBuilder();
|
|
sb.append(this.b);
|
|
sb.append("_");
|
|
sb.append(str);
|
|
return sb.toString();
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static class LWm<T extends LWm<T>> {
|
|
public boolean a;
|
|
public List<QL> b;
|
|
public String c;
|
|
String d;
|
|
public EV e;
|
|
public String f;
|
|
public boolean g;
|
|
List<EM> h;
|
|
public String i;
|
|
public boolean j;
|
|
public String k;
|
|
public EnumC1276Zl l = EnumC1276Zl.DEFAULT;
|
|
public String m;
|
|
public boolean n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public String f8147o;
|
|
public IQv t;
|
|
|
|
public LWm(List<EM> list, String str) {
|
|
this.h = list;
|
|
this.d = str;
|
|
}
|
|
|
|
public final EW c() {
|
|
return new EW(this);
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public void writeToParcel(Parcel parcel, int i) {
|
|
EnumC1276Zl enumC1276Zl = this.n;
|
|
parcel.writeInt(enumC1276Zl == null ? -1 : enumC1276Zl.ordinal());
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.h);
|
|
parcel.writeParcelable(this.e, i);
|
|
parcel.writeString(this.a);
|
|
parcel.writeList(this.i);
|
|
parcel.writeList(this.c);
|
|
parcel.writeString(this.b);
|
|
parcel.writeByte(this.j ? (byte) 1 : (byte) 0);
|
|
parcel.writeByte(this.d ? (byte) 1 : (byte) 0);
|
|
parcel.writeByte(this.g ? (byte) 1 : (byte) 0);
|
|
parcel.writeParcelable(this.k, i);
|
|
parcel.writeByte(this.l ? (byte) 1 : (byte) 0);
|
|
parcel.writeString(this.f8146o);
|
|
parcel.writeString(this.t);
|
|
parcel.writeString(this.m);
|
|
}
|
|
|
|
protected EW(Parcel parcel) {
|
|
int readInt = parcel.readInt();
|
|
this.n = readInt == -1 ? EnumC1276Zl.DEFAULT : EnumC1276Zl.values()[readInt];
|
|
this.f = parcel.readString();
|
|
this.h = parcel.readString();
|
|
this.e = (EV) parcel.readParcelable(EV.class.getClassLoader());
|
|
this.a = parcel.readString();
|
|
this.i = new ArrayList();
|
|
this.c = new ArrayList();
|
|
parcel.readList(this.i, EM.class.getClassLoader());
|
|
parcel.readList(this.c, QL.class.getClassLoader());
|
|
this.b = parcel.readString();
|
|
this.j = parcel.readByte() != 0;
|
|
this.d = parcel.readByte() != 0;
|
|
this.g = parcel.readByte() != 0;
|
|
this.k = (IQv) parcel.readParcelable(IQv.class.getClassLoader());
|
|
this.l = parcel.readByte() != 0;
|
|
this.f8146o = parcel.readString();
|
|
this.t = parcel.readString();
|
|
this.m = parcel.readString();
|
|
}
|
|
}
|