package y6;

import java.util.Collections;
import java.util.List;

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

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final /* synthetic */ int f36848e = 0;

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

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

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

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

    static {
        Collections.unmodifiableList((List) new u.e(4).f33126b);
    }

    public a(f fVar, List list, b bVar, String str) {
        this.f36849a = fVar;
        this.f36850b = list;
        this.f36851c = bVar;
        this.f36852d = str;
    }
}
