83 lines
2.3 KiB
Java
83 lines
2.3 KiB
Java
package com.google.android.gms.internal.p002firebaseauthapi;
|
|
|
|
import android.net.Uri;
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import android.text.TextUtils;
|
|
import com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable;
|
|
import com.google.android.gms.common.internal.safeparcel.SafeParcelWriter;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class zzaae extends AbstractSafeParcelable {
|
|
public static final Parcelable.Creator<zzaae> CREATOR = new zzaaf();
|
|
private String zza;
|
|
private String zzb;
|
|
private String zzc;
|
|
private String zzd;
|
|
private String zze;
|
|
private String zzf;
|
|
private String zzg;
|
|
|
|
public zzaae() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
int beginObjectHeader = SafeParcelWriter.beginObjectHeader(parcel);
|
|
SafeParcelWriter.writeString(parcel, 2, this.zza, false);
|
|
SafeParcelWriter.writeString(parcel, 3, this.zzb, false);
|
|
SafeParcelWriter.writeString(parcel, 4, this.zzc, false);
|
|
SafeParcelWriter.writeString(parcel, 5, this.zzd, false);
|
|
SafeParcelWriter.writeString(parcel, 6, this.zze, false);
|
|
SafeParcelWriter.writeString(parcel, 7, this.zzf, false);
|
|
SafeParcelWriter.writeString(parcel, 8, this.zzg, false);
|
|
SafeParcelWriter.finishObjectHeader(parcel, beginObjectHeader);
|
|
}
|
|
|
|
public final Uri zza() {
|
|
if (TextUtils.isEmpty(this.zzc)) {
|
|
return null;
|
|
}
|
|
return Uri.parse(this.zzc);
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public zzaae(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
|
|
this.zza = str;
|
|
this.zzb = str2;
|
|
this.zzc = str3;
|
|
this.zzd = str4;
|
|
this.zze = str5;
|
|
this.zzf = str6;
|
|
this.zzg = str7;
|
|
}
|
|
|
|
public final void zzh(String str) {
|
|
this.zze = str;
|
|
}
|
|
|
|
public final String zzg() {
|
|
return this.zze;
|
|
}
|
|
|
|
public final String zzf() {
|
|
return this.zzd;
|
|
}
|
|
|
|
public final String zze() {
|
|
return this.zzf;
|
|
}
|
|
|
|
public final String zzd() {
|
|
return this.zza;
|
|
}
|
|
|
|
public final String zzc() {
|
|
return this.zzg;
|
|
}
|
|
|
|
public final String zzb() {
|
|
return this.zzb;
|
|
}
|
|
}
|