package p000.p001.p002.p008.p009;

import p138.p139.p143.p144.C2803;
import p402.p411.p413.C6635;

/* JADX INFO: renamed from: ނ.֏.֏.ހ.֏.ޗ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C0827 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final int f3395;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public final int f3396;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public final String f3397;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public final boolean f3398;

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public final Integer f3399;

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final int f3400;

    public C0827(int i, int i2, String str, boolean z, Integer num, int i3) {
        if (str == null) {
            C6635.m9824("title");
            throw null;
        }
        this.f3395 = i;
        this.f3396 = i2;
        this.f3397 = str;
        this.f3398 = z;
        this.f3399 = num;
        this.f3400 = i3;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0827)) {
            return false;
        }
        C0827 c0827 = (C0827) obj;
        return this.f3395 == c0827.f3395 && this.f3396 == c0827.f3396 && C6635.m9825((Object) this.f3397, (Object) c0827.f3397) && this.f3398 == c0827.f3398 && C6635.m9825(this.f3399, c0827.f3399) && this.f3400 == c0827.f3400;
    }

    /* JADX WARN: Multi-variable type inference failed */
    /* JADX WARN: Type inference failed for: r1v10 */
    /* JADX WARN: Type inference failed for: r1v5, types: [int] */
    /* JADX WARN: Type inference failed for: r1v8 */
    public int hashCode() {
        int i = ((this.f3395 * 31) + this.f3396) * 31;
        String str = this.f3397;
        int iHashCode = (i + (str != null ? str.hashCode() : 0)) * 31;
        boolean z = this.f3398;
        ?? r1 = z;
        if (z) {
            r1 = 1;
        }
        int i2 = (iHashCode + r1) * 31;
        Integer num = this.f3399;
        return ((i2 + (num != null ? num.hashCode() : 0)) * 31) + this.f3400;
    }

    public String toString() {
        StringBuilder sbM4889 = C2803.m4889("PlayerMenuItem(id=");
        sbM4889.append(this.f3395);
        sbM4889.append(", iconId=");
        sbM4889.append(this.f3396);
        sbM4889.append(", title=");
        sbM4889.append(this.f3397);
        sbM4889.append(", isVisible=");
        sbM4889.append(this.f3398);
        sbM4889.append(", position=");
        sbM4889.append(this.f3399);
        sbM4889.append(", defaultOrder=");
        return C2803.m4882(sbM4889, this.f3400, ")");
    }
}
