- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
54 lines
1.4 KiB
Java
54 lines
1.4 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzfpr extends zzfpz {
|
|
private String zza;
|
|
private byte zzb;
|
|
private int zzc;
|
|
private int zzd;
|
|
|
|
public final zzfpz zza(String str) {
|
|
this.zza = "";
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfpz
|
|
public final zzfpz zzb(boolean z) {
|
|
this.zzb = (byte) 1;
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfpz
|
|
public final zzfpz zzd(int i) {
|
|
this.zzc = i;
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfpz
|
|
public final zzfpz zze(int i) {
|
|
this.zzd = 1;
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfpz
|
|
public final zzfqa zzc() {
|
|
if (this.zzb == 1 && this.zza != null && this.zzc != 0 && this.zzd != 0) {
|
|
return new zzfpt(this.zza, false, this.zzc, null, null, this.zzd, null);
|
|
}
|
|
StringBuilder sb = new StringBuilder();
|
|
if (this.zza == null) {
|
|
sb.append(" fileOwner");
|
|
}
|
|
if (this.zzb == 0) {
|
|
sb.append(" hasDifferentDmaOwner");
|
|
}
|
|
if (this.zzc == 0) {
|
|
sb.append(" fileChecks");
|
|
}
|
|
if (this.zzd == 0) {
|
|
sb.append(" filePurpose");
|
|
}
|
|
throw new IllegalStateException("Missing required properties:".concat(sb.toString()));
|
|
}
|
|
}
|