package defpackage;

import j$.util.Objects;

/* JADX INFO: renamed from: ˋᐧᵙ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1496 {

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

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

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

    public C1496(C5286 c5286, String str, String str2) {
        C4753 c4753M10878 = c5286.m10878();
        c4753M10878.f18121 = null;
        c4753M10878.f18125 = null;
        this.f6042 = new C5286(c4753M10878);
        this.f6040 = str;
        this.f6041 = str2;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1496)) {
            return false;
        }
        C1496 c1496 = (C1496) obj;
        return Objects.equals(this.f6042, c1496.f6042) && Objects.equals(this.f6040, c1496.f6040) && Objects.equals(this.f6041, c1496.f6041);
    }

    public final int hashCode() {
        return Objects.hash(this.f6042, this.f6040, this.f6041);
    }
}
