package w2;

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

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

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

    public C1698a(Object obj, EnumC1700c enumC1700c) {
        this.f18293a = obj;
        this.f18294b = enumC1700c;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof C1698a) {
            C1698a c1698a = (C1698a) obj;
            c1698a.getClass();
            if (this.f18293a.equals(c1698a.f18293a) && this.f18294b.equals(c1698a.f18294b)) {
                return true;
            }
        }
        return false;
    }

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

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