package androidx.work;

import android.app.Notification;

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

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

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

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

    public j(int i10, int i11, Notification notification) {
        this.f4683a = i10;
        this.f4685c = notification;
        this.f4684b = i11;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || j.class != obj.getClass()) {
            return false;
        }
        j jVar = (j) obj;
        if (this.f4683a == jVar.f4683a && this.f4684b == jVar.f4684b) {
            return this.f4685c.equals(jVar.f4685c);
        }
        return false;
    }

    public final int hashCode() {
        return this.f4685c.hashCode() + (((this.f4683a * 31) + this.f4684b) * 31);
    }

    public final String toString() {
        return "ForegroundInfo{mNotificationId=" + this.f4683a + ", mForegroundServiceType=" + this.f4684b + ", mNotification=" + this.f4685c + '}';
    }
}
