package e.s.c;

import java.io.Serializable;

/* JADX INFO: loaded from: classes.dex */
public class a implements h, Serializable {

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

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

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

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

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

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

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

    public a(int i2, Object obj, Class cls, String str, String str2, int i3) {
        this.f6005b = obj;
        this.f6006c = cls;
        this.f6007d = str;
        this.f6008e = str2;
        this.f6009f = (i3 & 1) == 1;
        this.f6010g = i2;
        this.f6011h = i3 >> 1;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof a)) {
            return false;
        }
        a aVar = (a) obj;
        return this.f6009f == aVar.f6009f && this.f6010g == aVar.f6010g && this.f6011h == aVar.f6011h && k.a(this.f6005b, aVar.f6005b) && k.a(this.f6006c, aVar.f6006c) && this.f6007d.equals(aVar.f6007d) && this.f6008e.equals(aVar.f6008e);
    }

    public int hashCode() {
        Object obj = this.f6005b;
        int iHashCode = (obj != null ? obj.hashCode() : 0) * 31;
        Class cls = this.f6006c;
        return ((((a.b.c.a.a.G(this.f6008e, a.b.c.a.a.G(this.f6007d, (iHashCode + (cls != null ? cls.hashCode() : 0)) * 31, 31), 31) + (this.f6009f ? 1231 : 1237)) * 31) + this.f6010g) * 31) + this.f6011h;
    }

    public String toString() {
        return r.f6031a.a(this);
    }
}
