package g.d.a.t.j;

import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public class c implements g.d.a.t.d {
    public final String a;

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

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

    public c(String str, int i2, Object obj) {
        this.a = str;
        this.f3524b = i2;
        this.f3525c = obj.getClass();
    }

    @Override // g.d.a.t.d
    public boolean a(List<Object> list) {
        return true;
    }

    public boolean equals(Object obj) {
        if (!(obj instanceof c)) {
            return false;
        }
        c cVar = (c) obj;
        return this.f3524b == cVar.f3524b && this.a.equals(cVar.a) && this.f3525c.equals(cVar.f3525c);
    }

    public int hashCode() {
        return this.f3525c.hashCode() + (((this.a.hashCode() * 43) + this.f3524b) * 43);
    }

    public String toString() {
        StringBuilder sbF = g.a.a.a.a.F("[DotGuard: ");
        sbF.append(this.a);
        sbF.append(" ");
        sbF.append(this.f3524b);
        sbF.append(" ");
        sbF.append(this.f3525c.getName());
        sbF.append("]");
        return sbF.toString();
    }
}
