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

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

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

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

    public f(int i2, int i3, String str) {
        f.z.d.k.e(str, "productName");
        this.a = i2;
        this.f2574b = i3;
        this.f2575c = str;
    }

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

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

    public final int c() {
        return this.f2574b;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof f)) {
            return false;
        }
        f fVar = (f) obj;
        return this.a == fVar.a && this.f2574b == fVar.f2574b && f.z.d.k.a(this.f2575c, fVar.f2575c);
    }

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

    public String toString() {
        return "NfcInfo(pid=" + this.a + ", vid=" + this.f2574b + ", productName=" + this.f2575c + ')';
    }
}
