package com.google.firebase.auth; import android.os.Parcel; import android.os.Parcelable; import com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable; import com.google.android.gms.common.internal.safeparcel.SafeParcelWriter; /* loaded from: classes2.dex */ public class d extends AbstractSafeParcelable { public static final Parcelable.Creator CREATOR = new e1(); /* renamed from: a, reason: collision with root package name */ private final String f5301a; /* renamed from: b, reason: collision with root package name */ private final String f5302b; /* renamed from: c, reason: collision with root package name */ private final String f5303c; /* renamed from: d, reason: collision with root package name */ private final String f5304d; /* renamed from: e, reason: collision with root package name */ private final boolean f5305e; /* renamed from: f, reason: collision with root package name */ private final String f5306f; /* renamed from: g, reason: collision with root package name */ private final boolean f5307g; /* renamed from: h, reason: collision with root package name */ private String f5308h; /* renamed from: i, reason: collision with root package name */ private int f5309i; /* renamed from: j, reason: collision with root package name */ private String f5310j; d(String str, String str2, String str3, String str4, boolean z10, String str5, boolean z11, String str6, int i10, String str7) { this.f5301a = str; this.f5302b = str2; this.f5303c = str3; this.f5304d = str4; this.f5305e = z10; this.f5306f = str5; this.f5307g = z11; this.f5308h = str6; this.f5309i = i10; this.f5310j = str7; } public boolean P() { return this.f5307g; } public boolean R() { return this.f5305e; } public String S() { return this.f5306f; } public String Y() { return this.f5304d; } public String a0() { return this.f5302b; } public String d0() { return this.f5301a; } public final String f0() { return this.f5303c; } public final void j0(int i10) { this.f5309i = i10; } @Override // android.os.Parcelable public void writeToParcel(Parcel parcel, int i10) { int beginObjectHeader = SafeParcelWriter.beginObjectHeader(parcel); SafeParcelWriter.writeString(parcel, 1, d0(), false); SafeParcelWriter.writeString(parcel, 2, a0(), false); SafeParcelWriter.writeString(parcel, 3, this.f5303c, false); SafeParcelWriter.writeString(parcel, 4, Y(), false); SafeParcelWriter.writeBoolean(parcel, 5, R()); SafeParcelWriter.writeString(parcel, 6, S(), false); SafeParcelWriter.writeBoolean(parcel, 7, P()); SafeParcelWriter.writeString(parcel, 8, this.f5308h, false); SafeParcelWriter.writeInt(parcel, 9, this.f5309i); SafeParcelWriter.writeString(parcel, 10, this.f5310j, false); SafeParcelWriter.finishObjectHeader(parcel, beginObjectHeader); } public final int zza() { return this.f5309i; } public final String zzc() { return this.f5310j; } public final String zze() { return this.f5308h; } }