package C2;

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

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

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

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

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

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

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

    static {
        Collections.unmodifiableList(new ArrayList());
    }

    public b(h hVar, List list, c cVar, String str) {
        this.f1162a = hVar;
        this.f1163b = list;
        this.f1164c = cVar;
        this.f1165d = str;
    }
}
