package defpackage;

/* JADX INFO: renamed from: ˎʿᵵ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1690 {

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

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

    public C1690(int i, String str) {
        this.f6667 = str;
        this.f6666 = i;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C1690.class != obj.getClass()) {
            return false;
        }
        C1690 c1690 = (C1690) obj;
        if (this.f6666 != c1690.f6666) {
            return false;
        }
        return this.f6667.equals(c1690.f6667);
    }

    public final int hashCode() {
        return (this.f6667.hashCode() * 31) + this.f6666;
    }
}
