package defpackage;

/* JADX INFO: renamed from: ᵔᵝᵯᵦ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C2258 {

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

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

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

    public C2258(int i, int i2, String str) {
        this.f8923 = str;
        this.f8921 = i;
        this.f8922 = i2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2258)) {
            return false;
        }
        C2258 c2258 = (C2258) obj;
        return ᵥˈᵛ.ˊᵫᵗ(this.f8923, c2258.f8923) && this.f8921 == c2258.f8921 && this.f8922 == c2258.f8922;
    }

    public final int hashCode() {
        return (((this.f8923.hashCode() * 31) + this.f8921) * 31) + this.f8922;
    }

    public final String toString() {
        return "SystemIdInfo(workSpecId=" + this.f8923 + ", generation=" + this.f8921 + ", systemId=" + this.f8922 + ')';
    }
}
