package D;

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

/* JADX INFO: loaded from: classes.dex */
public final class e extends h {

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

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

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

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

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

    public e(String str, List list, List list2, List list3, String str2, String str3) {
        super(str, 0);
        this.f347c = Collections.unmodifiableList(list);
        this.f348d = Collections.unmodifiableList(list2);
        this.f349e = Collections.unmodifiableList(list3);
        this.f350f = str2;
        this.f351g = str3;
    }
}
