218 lines
6.4 KiB
Java
218 lines
6.4 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import org.bouncycastle.asn1.cmp.PKIFailureInfo;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class TY implements InterfaceC1027Ua, Parcelable {
|
|
public static final Parcelable.Creator<TY> CREATOR = new RVV();
|
|
public String a;
|
|
public String b;
|
|
public String c;
|
|
public String d;
|
|
public String e;
|
|
public String f;
|
|
private String g;
|
|
private String h;
|
|
public String i;
|
|
private String j;
|
|
private String k;
|
|
private TO l;
|
|
private String m;
|
|
private String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
private String f8376o;
|
|
private String p;
|
|
private String q;
|
|
private String r;
|
|
private String s;
|
|
private String t;
|
|
private String v;
|
|
private YC x;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public TY(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14, String str15, TO to, String str16, YC yc, String str17, String str18, String str19, String str20) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(str9, "");
|
|
C14957gcv.e(str10, "");
|
|
C14957gcv.e(str11, "");
|
|
C14957gcv.e(str12, "");
|
|
C14957gcv.e(str14, "");
|
|
C14957gcv.e(str16, "");
|
|
this.f = str;
|
|
this.b = str2;
|
|
this.r = str3;
|
|
this.s = str4;
|
|
this.g = str5;
|
|
this.j = str6;
|
|
this.m = str7;
|
|
this.h = str8;
|
|
this.k = str9;
|
|
this.p = str10;
|
|
this.t = str11;
|
|
this.q = str12;
|
|
this.f8376o = str13;
|
|
this.v = str14;
|
|
this.n = str15;
|
|
this.l = to;
|
|
this.c = str16;
|
|
this.x = yc;
|
|
this.a = str17;
|
|
this.i = str18;
|
|
this.e = str19;
|
|
this.d = str20;
|
|
}
|
|
|
|
public /* synthetic */ TY(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14, String str15, TO to, String str16, String str17, String str18, String str19, String str20, int i) {
|
|
this(str, str2, str3, str4, str5, str6, str7, str8, str9, str10, str11, str12, str13, str14, (i & 16384) != 0 ? null : str15, (32768 & i) != 0 ? null : to, str16, (YC) null, str17, str18, str19, (i & PKIFailureInfo.badSenderNonce) != 0 ? null : str20);
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV implements Parcelable.Creator<TY> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ TY createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new TY(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.readString(), parcel.readString(), parcel.readString(), parcel.readInt() == 0 ? null : TO.CREATOR.createFromParcel(parcel), parcel.readString(), parcel.readInt() != 0 ? YC.CREATOR.createFromParcel(parcel) : null, parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ TY[] newArray(int i) {
|
|
return new TY[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.r);
|
|
parcel.writeString(this.s);
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.m);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.k);
|
|
parcel.writeString(this.p);
|
|
parcel.writeString(this.t);
|
|
parcel.writeString(this.q);
|
|
parcel.writeString(this.f8376o);
|
|
parcel.writeString(this.v);
|
|
parcel.writeString(this.n);
|
|
TO to = this.l;
|
|
if (to == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
to.writeToParcel(parcel, i);
|
|
}
|
|
parcel.writeString(this.c);
|
|
YC yc = this.x;
|
|
if (yc == null) {
|
|
parcel.writeInt(0);
|
|
} else {
|
|
parcel.writeInt(1);
|
|
yc.writeToParcel(parcel, i);
|
|
}
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.d);
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final void a(TO to) {
|
|
this.l = to;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final YC t() {
|
|
return this.x;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String l() {
|
|
return this.v;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String o() {
|
|
return this.p;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String n() {
|
|
return this.t;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String k() {
|
|
return this.b;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String m() {
|
|
return this.s;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String f() {
|
|
return this.r;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String j() {
|
|
return this.q;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String h() {
|
|
return this.f8376o;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String i() {
|
|
return this.n;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final TO g() {
|
|
return this.l;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String c() {
|
|
return this.k;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String e() {
|
|
return this.m;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String b() {
|
|
return this.h;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String d() {
|
|
return this.j;
|
|
}
|
|
|
|
@Override // o.InterfaceC1027Ua
|
|
public final String a() {
|
|
return this.g;
|
|
}
|
|
}
|