package P0;

import java.util.List;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private List f1570a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private int f1571b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private int f1572c;

    public void a(int i2) {
        this.f1572c = i2;
    }

    public void b(List list) {
        this.f1570a = list;
    }

    public void c(int i2) {
        this.f1571b = i2;
    }
}
