package p138.p176.p291.p295;

import p138.p139.p143.p144.C2803;
import p138.p176.p177.p242.p246.p251.C4303;

/* JADX INFO: renamed from: ދ.ހ.ށ.ރ.ގ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C5598 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final Class<?> f16043;

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

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

    public C5598(Class<?> cls, int i, int i2) {
        C4303.m7008(cls, "Null dependency anInterface.");
        this.f16043 = cls;
        this.f16044 = i;
        this.f16045 = i2;
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static C5598 m8957(Class<?> cls) {
        return new C5598(cls, 1, 0);
    }

    public boolean equals(Object obj) {
        if (!(obj instanceof C5598)) {
            return false;
        }
        C5598 c5598 = (C5598) obj;
        return this.f16043 == c5598.f16043 && this.f16044 == c5598.f16044 && this.f16045 == c5598.f16045;
    }

    public int hashCode() {
        return ((((this.f16043.hashCode() ^ 1000003) * 1000003) ^ this.f16044) * 1000003) ^ this.f16045;
    }

    public String toString() {
        StringBuilder sb = new StringBuilder("Dependency{anInterface=");
        sb.append(this.f16043);
        sb.append(", type=");
        int i = this.f16044;
        sb.append(i == 1 ? "required" : i == 0 ? "optional" : "set");
        sb.append(", direct=");
        return C2803.m4885(sb, this.f16045 == 0, "}");
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public boolean m8958() {
        return this.f16044 == 2;
    }
}
