package r;

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

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

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

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

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

    public f(String str, long j2, List list) {
        this.f6309a = str;
        this.f6310b = j2;
        this.f6311c = Collections.unmodifiableList(list);
    }
}
