package androidx.navigation;

/* JADX INFO: renamed from: androidx.navigation.g, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1132g {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final U f12748a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final boolean f12749b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final Object f12750c;

    public C1132g(U u6, Object obj, boolean z6) {
        if (z6 && obj == null) {
            throw new IllegalArgumentException(("Argument with type " + u6.b() + " has null value but is not nullable.").toString());
        }
        this.f12748a = u6;
        this.f12750c = obj;
        this.f12749b = z6;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || !C1132g.class.equals(obj.getClass())) {
            return false;
        }
        C1132g c1132g = (C1132g) obj;
        if (this.f12749b != c1132g.f12749b || !this.f12748a.equals(c1132g.f12748a)) {
            return false;
        }
        Object obj2 = c1132g.f12750c;
        Object obj3 = this.f12750c;
        return obj3 != null ? obj3.equals(obj2) : obj2 == null;
    }

    public final int hashCode() {
        int iHashCode = ((this.f12748a.hashCode() * 961) + (this.f12749b ? 1 : 0)) * 31;
        Object obj = this.f12750c;
        return iHashCode + (obj != null ? obj.hashCode() : 0);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(C1132g.class.getSimpleName());
        sb.append(" Type: " + this.f12748a);
        sb.append(" Nullable: false");
        if (this.f12749b) {
            sb.append(" DefaultValue: " + this.f12750c);
        }
        String string = sb.toString();
        kotlin.jvm.internal.o.g(string, "sb.toString()");
        return string;
    }
}
