package defpackage;

import android.app.Notification;

/* JADX INFO: renamed from: ᵜˑʕʧ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2860 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final int f10958;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final Notification f10959;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final int f10960;

    public C2860(int i, Notification notification, int i2) {
        this.f10960 = i;
        this.f10959 = notification;
        this.f10958 = i2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C2860.class != obj.getClass()) {
            return false;
        }
        C2860 c2860 = (C2860) obj;
        if (this.f10960 == c2860.f10960 && this.f10958 == c2860.f10958) {
            return this.f10959.equals(c2860.f10959);
        }
        return false;
    }

    public final int hashCode() {
        return this.f10959.hashCode() + (((this.f10960 * 31) + this.f10958) * 31);
    }

    public final String toString() {
        return "ForegroundInfo{mNotificationId=" + this.f10960 + ", mForegroundServiceType=" + this.f10958 + ", mNotification=" + this.f10959 + '}';
    }
}
