package p037.p123;

import android.app.Notification;

/* JADX INFO: renamed from: މ.ޗ.އ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C2557 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final int f8060;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final int f8061;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final Notification f8062;

    public C2557(int i, Notification notification) {
        this.f8060 = i;
        this.f8062 = notification;
        this.f8061 = 0;
    }

    public C2557(int i, Notification notification, int i2) {
        this.f8060 = i;
        this.f8062 = notification;
        this.f8061 = i2;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C2557.class != obj.getClass()) {
            return false;
        }
        C2557 c2557 = (C2557) obj;
        if (this.f8060 == c2557.f8060 && this.f8061 == c2557.f8061) {
            return this.f8062.equals(c2557.f8062);
        }
        return false;
    }

    public int hashCode() {
        return this.f8062.hashCode() + (((this.f8060 * 31) + this.f8061) * 31);
    }

    public String toString() {
        return "ForegroundInfo{mNotificationId=" + this.f8060 + ", mForegroundServiceType=" + this.f8061 + ", mNotification=" + this.f8062 + '}';
    }
}
