package o3;

/* JADX INFO: renamed from: o3.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2637a {

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

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

    public C2637a(Object obj, c cVar) {
        if (obj == null) {
            throw new NullPointerException("Null payload");
        }
        this.f21806a = obj;
        this.f21807b = cVar;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof C2637a) {
            C2637a c2637a = (C2637a) obj;
            c2637a.getClass();
            if (this.f21806a.equals(c2637a.f21806a) && this.f21807b.equals(c2637a.f21807b)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return (this.f21807b.hashCode() ^ (((1000003 * 1000003) ^ this.f21806a.hashCode()) * 1000003)) * (-721379959);
    }

    public final String toString() {
        return "Event{code=null, payload=" + this.f21806a + ", priority=" + this.f21807b + ", productData=null, eventContext=null}";
    }
}
