package w2;

import java.util.Set;

/* JADX INFO: loaded from: classes.dex */
public final class f {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f34145b;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final Set f34147d;

    public f(String str, int i10, String str2, Set set) {
        this.f34145b = i10;
        this.f34144a = str;
        this.f34146c = str2;
        this.f34147d = set;
    }
}
