package z1;

import java.util.Set;

/* JADX INFO: renamed from: z1.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1785e {

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

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

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

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

    public C1785e(String str, int i, String str2, Set set) {
        this.f19211b = i;
        this.f19210a = str;
        this.f19212c = str2;
        this.f19213d = set;
    }
}
