package com.google.android.gms.internal.ads;

import androidx.annotation.Nullable;
import com.google.android.gms.ads.AdFormat;

/* JADX INFO: loaded from: classes2.dex */
public final class ff1 {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f11199a;

    @Nullable
    private final AdFormat zzb;

    @Nullable
    private String zzc;

    public ff1(String str, @Nullable AdFormat adFormat) {
        this.f11199a = str;
        this.zzb = adFormat;
    }

    public final void a(String str) {
        this.zzc = str;
    }

    public final /* synthetic */ AdFormat b() {
        return this.zzb;
    }

    public final /* synthetic */ String c() {
        return this.zzc;
    }
}
