what-the-bank/sources/com/google/android/gms/internal/p002firebaseauthapi/zzzr.java

170 lines
4.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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.Preconditions;
import com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable;
import com.google.android.gms.common.internal.safeparcel.SafeParcelWriter;
import com.google.firebase.auth.zze;
import java.util.ArrayList;
import java.util.List;
/* loaded from: classes2.dex */
public final class zzzr extends AbstractSafeParcelable {
public static final Parcelable.Creator<zzzr> CREATOR = new zzzs();
private String zza;
private String zzb;
private boolean zzc;
private String zzd;
private String zze;
private zzaag zzf;
private String zzg;
private String zzh;
private long zzi;
private long zzj;
private boolean zzk;
private zze zzl;
private List zzm;
public zzzr() {
this.zzf = new zzaag();
}
@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.writeBoolean(parcel, 4, this.zzc);
SafeParcelWriter.writeString(parcel, 5, this.zzd, false);
SafeParcelWriter.writeString(parcel, 6, this.zze, false);
SafeParcelWriter.writeParcelable(parcel, 7, this.zzf, i, false);
SafeParcelWriter.writeString(parcel, 8, this.zzg, false);
SafeParcelWriter.writeString(parcel, 9, this.zzh, false);
SafeParcelWriter.writeLong(parcel, 10, this.zzi);
SafeParcelWriter.writeLong(parcel, 11, this.zzj);
SafeParcelWriter.writeBoolean(parcel, 12, this.zzk);
SafeParcelWriter.writeParcelable(parcel, 13, this.zzl, i, false);
SafeParcelWriter.writeTypedList(parcel, 14, this.zzm, false);
SafeParcelWriter.finishObjectHeader(parcel, beginObjectHeader);
}
public final Uri zzc() {
if (TextUtils.isEmpty(this.zze)) {
return null;
}
return Uri.parse(this.zze);
}
public final zzzr zzi(String str) {
Preconditions.checkNotEmpty(str);
this.zzg = str;
return this;
}
public final zzzr zzk(List list) {
Preconditions.checkNotNull(list);
zzaag zzaagVar = new zzaag();
this.zzf = zzaagVar;
zzaagVar.zzc().addAll(list);
return this;
}
public final List zzr() {
return this.zzf.zzc();
}
public zzzr(String str, String str2, boolean z, String str3, String str4, zzaag zzaagVar, String str5, String str6, long j, long j2, boolean z2, zze zzeVar, List list) {
zzaag zzb;
this.zza = str;
this.zzb = str2;
this.zzc = z;
this.zzd = str3;
this.zze = str4;
if (zzaagVar == null) {
zzb = new zzaag();
} else {
zzb = zzaag.zzb(zzaagVar);
}
this.zzf = zzb;
this.zzg = str5;
this.zzh = str6;
this.zzi = j;
this.zzj = j2;
this.zzk = z2;
this.zzl = zzeVar;
this.zzm = list == null ? new ArrayList() : list;
}
public final boolean zzt() {
return this.zzk;
}
public final boolean zzs() {
return this.zzc;
}
public final List zzq() {
return this.zzm;
}
public final String zzp() {
return this.zzh;
}
public final String zzo() {
return this.zza;
}
public final String zzn() {
return this.zzb;
}
public final String zzm() {
return this.zzd;
}
public final zzaag zzl() {
return this.zzf;
}
public final zzzr zzj(String str) {
this.zze = str;
return this;
}
public final zzzr zzh(boolean z) {
this.zzk = z;
return this;
}
public final zzzr zzg(String str) {
this.zzb = str;
return this;
}
public final zzzr zzf(String str) {
this.zzd = str;
return this;
}
public final zzzr zze(zze zzeVar) {
this.zzl = zzeVar;
return this;
}
public final zze zzd() {
return this.zzl;
}
public final long zzb() {
return this.zzj;
}
public final long zza() {
return this.zzi;
}
}