package com.seewo.ota.v.s.r;

import f.z.d.k;

/* JADX INFO: compiled from: UpgradeItem.kt */
/* JADX INFO: loaded from: classes.dex */
public final class b {
    private final int a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private final String f2443b;

    public b(int i2, String str) {
        k.e(str, "path");
        this.a = i2;
        this.f2443b = str;
    }

    public final int a() {
        return this.a;
    }

    public final String b() {
        return this.f2443b;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof b)) {
            return false;
        }
        b bVar = (b) obj;
        return this.a == bVar.a && k.a(this.f2443b, bVar.f2443b);
    }

    public int hashCode() {
        return (Integer.hashCode(this.a) * 31) + this.f2443b.hashCode();
    }

    public String toString() {
        return "UpgradeItem(key=" + this.a + ", path=" + this.f2443b + ')';
    }
}
