package b0;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public int f3067a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public String f3068b;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public int f3070d;

    public q() {
        this.f3067a = -1;
        this.f3068b = null;
    }

    public void a() {
        this.f3067a = -1;
        this.f3068b = null;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && getClass() == obj.getClass()) {
            q qVar = (q) obj;
            if (n.e() && this.f3067a == qVar.f3067a && D.a(this.f3068b, qVar.f3068b) && this.f3069c == qVar.f3069c && this.f3070d == qVar.f3070d) {
                return true;
            }
            if (!n.e() && this.f3067a == qVar.f3067a && D.a(this.f3068b, qVar.f3068b)) {
                return true;
            }
        }
        return false;
    }

    public q(q qVar) {
        this.f3067a = qVar.f3067a;
        this.f3068b = qVar.f3068b;
    }
}
