105 lines
3.3 KiB
Java
105 lines
3.3 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Mt, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0708Mt extends EQ implements Parcelable {
|
|
public static final RVV CREATOR = new RVV(0);
|
|
public String a;
|
|
public String b;
|
|
public String c;
|
|
public boolean d;
|
|
public String f;
|
|
public String g;
|
|
public String h;
|
|
public List<String> i;
|
|
public String j;
|
|
private String k;
|
|
public String l;
|
|
private String m;
|
|
private String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
private String f8278o;
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
private /* synthetic */ C0708Mt(byte b) {
|
|
this(null, null, null, null, null, null, null, null, null, null, null, null, null, false);
|
|
}
|
|
|
|
public C0708Mt(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, List<String> list, boolean z) {
|
|
this.g = str;
|
|
this.c = str2;
|
|
this.b = str3;
|
|
this.a = str4;
|
|
this.m = str5;
|
|
this.f = str6;
|
|
this.h = str7;
|
|
this.n = str8;
|
|
this.f8278o = str9;
|
|
this.j = str10;
|
|
this.k = str11;
|
|
this.l = str12;
|
|
this.i = list;
|
|
this.d = z;
|
|
}
|
|
|
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
|
public C0708Mt(Parcel parcel) {
|
|
this(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.createStringArrayList(), parcel.readByte() != 0);
|
|
C14957gcv.e(parcel, "");
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.m);
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.n);
|
|
parcel.writeString(this.f8278o);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.k);
|
|
parcel.writeString(this.l);
|
|
parcel.writeStringList(this.i);
|
|
parcel.writeByte(this.d ? (byte) 1 : (byte) 0);
|
|
}
|
|
|
|
/* renamed from: o.Mt$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV implements Parcelable.Creator<C0708Mt> {
|
|
private RVV() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0708Mt createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C0708Mt(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0708Mt[] newArray(int i) {
|
|
return new C0708Mt[i];
|
|
}
|
|
|
|
public /* synthetic */ RVV(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public C0708Mt() {
|
|
this((byte) 0);
|
|
}
|
|
}
|