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

import androidx.annotation.Nullable;

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

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

    @Nullable
    private final String zza;

    @Deprecated
    public a(@Nullable String str, boolean z10) {
        this.zza = str;
        this.f7871a = z10;
    }

    @Nullable
    public String getId() {
        return this.zza;
    }

    public final String toString() {
        String str = this.zza;
        StringBuilder sb = new StringBuilder(String.valueOf(str).length() + 7);
        sb.append("{");
        sb.append(str);
        sb.append("}");
        sb.append(this.f7871a);
        return sb.toString();
    }
}
