Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzegp.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

36 lines
1017 B
Java

package com.google.android.gms.internal.ads;
import android.text.TextUtils;
import androidx.annotation.Nullable;
import csdk.gluads.Consts;
/* loaded from: classes3.dex */
final class zzegp {
final String zza;
final String zzb;
int zzc;
long zzd;
@Nullable
final Integer zze;
public zzegp(String str, String str2, int i, long j, @Nullable Integer num) {
this.zza = str;
this.zzb = str2;
this.zzc = i;
this.zzd = j;
this.zze = num;
}
public final String toString() {
String str = this.zza + Consts.STRING_PERIOD + this.zzc + Consts.STRING_PERIOD + this.zzd;
if (!TextUtils.isEmpty(this.zzb)) {
str = str + Consts.STRING_PERIOD + this.zzb;
}
if (!((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzbK)).booleanValue() || this.zze == null || TextUtils.isEmpty(this.zzb)) {
return str;
}
return str + Consts.STRING_PERIOD + this.zze;
}
}