package j3;

import q.AbstractC2761L;

/* JADX INFO: renamed from: j3.d, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2352d {

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

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

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

    public C2352d(String str, String str2, Long l) {
        this.f19558a = str;
        this.f19559b = str2;
        this.f19560c = l;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2352d)) {
            return false;
        }
        C2352d c2352d = (C2352d) obj;
        return kotlin.jvm.internal.o.c(this.f19558a, c2352d.f19558a) && kotlin.jvm.internal.o.c(this.f19559b, c2352d.f19559b) && kotlin.jvm.internal.o.c(this.f19560c, c2352d.f19560c);
    }

    public final int hashCode() {
        int iB = AbstractC2761L.b(this.f19558a.hashCode() * 31, 31, this.f19559b);
        Long l = this.f19560c;
        return iB + (l == null ? 0 : l.hashCode());
    }

    public final String toString() {
        return "GitHubApkAsset(name=" + this.f19558a + ", browserDownloadUrl=" + this.f19559b + ", size=" + this.f19560c + ")";
    }
}
