package N2;

import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public final class g {

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final List f5175h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final Map f5176i;

    /* JADX WARN: Illegal instructions before constructor call */
    public /* synthetic */ g(String str, String str2, String str3, String str4, Long l, String str5, String str6, ArrayList arrayList, Map map, int i6) {
        Map map2;
        ArrayList arrayList2;
        l = (i6 & 16) != 0 ? null : l;
        str5 = (i6 & 32) != 0 ? null : str5;
        if ((i6 & 128) != 0) {
            map2 = map;
            arrayList2 = null;
        } else {
            map2 = map;
            arrayList2 = arrayList;
        }
        this(str, str2, str3, str4, l, str5, str6, arrayList2, map2);
    }

    public final String a() {
        return this.f5169b;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof g)) {
            return false;
        }
        g gVar = (g) obj;
        return kotlin.jvm.internal.o.c(this.f5168a, gVar.f5168a) && kotlin.jvm.internal.o.c(this.f5169b, gVar.f5169b) && kotlin.jvm.internal.o.c(this.f5170c, gVar.f5170c) && kotlin.jvm.internal.o.c(this.f5171d, gVar.f5171d) && kotlin.jvm.internal.o.c(this.f5172e, gVar.f5172e) && kotlin.jvm.internal.o.c(this.f5173f, gVar.f5173f) && kotlin.jvm.internal.o.c(this.f5174g, gVar.f5174g) && kotlin.jvm.internal.o.c(this.f5175h, gVar.f5175h) && kotlin.jvm.internal.o.c(this.f5176i, gVar.f5176i);
    }

    public final int hashCode() {
        int iB = AbstractC2761L.b(AbstractC2761L.b(AbstractC2761L.b(this.f5168a.hashCode() * 31, 31, this.f5169b), 31, this.f5170c), 31, this.f5171d);
        Long l = this.f5172e;
        int iHashCode = (iB + (l == null ? 0 : l.hashCode())) * 31;
        String str = this.f5173f;
        int iHashCode2 = (iHashCode + (str == null ? 0 : str.hashCode())) * 31;
        String str2 = this.f5174g;
        int iHashCode3 = (iHashCode2 + (str2 == null ? 0 : str2.hashCode())) * 31;
        List list = this.f5175h;
        int iHashCode4 = (iHashCode3 + (list == null ? 0 : list.hashCode())) * 31;
        Map map = this.f5176i;
        return iHashCode4 + (map != null ? map.hashCode() : 0);
    }

    public final String toString() {
        return "CloudItem(provider=" + this.f5168a + ", kind=" + this.f5169b + ", id=" + this.f5170c + ", name=" + this.f5171d + ", size=" + this.f5172e + ", download=" + this.f5173f + ", hash=" + this.f5174g + ", items=" + this.f5175h + ", meta=" + this.f5176i + ")";
    }

    public g(String provider, String kind, String id, String name, Long l, String str, String str2, List list, Map map) {
        kotlin.jvm.internal.o.h(provider, "provider");
        kotlin.jvm.internal.o.h(kind, "kind");
        kotlin.jvm.internal.o.h(id, "id");
        kotlin.jvm.internal.o.h(name, "name");
        this.f5168a = provider;
        this.f5169b = kind;
        this.f5170c = id;
        this.f5171d = name;
        this.f5172e = l;
        this.f5173f = str;
        this.f5174g = str2;
        this.f5175h = list;
        this.f5176i = map;
    }
}
