package k3;

import kotlin.jvm.internal.o;
import q.AbstractC2761L;

/* JADX INFO: renamed from: k3.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2381a {

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

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

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

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

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

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

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

    public C2381a(Long l, String str, String str2, String str3, String str4, String str5, String str6) {
        this.f19780a = str;
        this.f19781b = str2;
        this.f19782c = str3;
        this.f19783d = str4;
        this.f19784e = str5;
        this.f19785f = str6;
        this.f19786g = l;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C2381a)) {
            return false;
        }
        C2381a c2381a = (C2381a) obj;
        return o.c(this.f19780a, c2381a.f19780a) && o.c(this.f19781b, c2381a.f19781b) && o.c(this.f19782c, c2381a.f19782c) && o.c(this.f19783d, c2381a.f19783d) && o.c(this.f19784e, c2381a.f19784e) && o.c(this.f19785f, c2381a.f19785f) && o.c(this.f19786g, c2381a.f19786g);
    }

    public final int hashCode() {
        int iB = AbstractC2761L.b(AbstractC2761L.b(this.f19780a.hashCode() * 31, 31, this.f19781b), 31, this.f19782c);
        String str = this.f19783d;
        int iB2 = AbstractC2761L.b(AbstractC2761L.b((iB + (str == null ? 0 : str.hashCode())) * 31, 31, this.f19784e), 31, this.f19785f);
        Long l = this.f19786g;
        return iB2 + (l != null ? l.hashCode() : 0);
    }

    public final String toString() {
        return "AppUpdate(tag=" + this.f19780a + ", title=" + this.f19781b + ", notes=" + this.f19782c + ", releaseUrl=" + this.f19783d + ", assetName=" + this.f19784e + ", assetUrl=" + this.f19785f + ", assetSizeBytes=" + this.f19786g + ")";
    }
}
