package p5;

import java.util.ArrayList;
import java.util.Map;
import x4.AbstractC3229F;
import x4.AbstractC3251q;

/* JADX INFO: loaded from: classes3.dex */
public final class r {

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

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

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

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

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

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

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

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

    public r(boolean z6, boolean z7, G g6, Long l, Long l6, Long l7, Long l8, Map extras) {
        kotlin.jvm.internal.o.h(extras, "extras");
        this.f23115a = z6;
        this.f23116b = z7;
        this.f23117c = g6;
        this.f23118d = l;
        this.f23119e = l6;
        this.f23120f = l7;
        this.f23121g = l8;
        this.f23122h = AbstractC3229F.G(extras);
    }

    public final String toString() {
        ArrayList arrayList = new ArrayList();
        if (this.f23115a) {
            arrayList.add("isRegularFile");
        }
        if (this.f23116b) {
            arrayList.add("isDirectory");
        }
        Long l = this.f23118d;
        if (l != null) {
            arrayList.add("byteCount=" + l);
        }
        Long l6 = this.f23119e;
        if (l6 != null) {
            arrayList.add("createdAt=" + l6);
        }
        Long l7 = this.f23120f;
        if (l7 != null) {
            arrayList.add("lastModifiedAt=" + l7);
        }
        Long l8 = this.f23121g;
        if (l8 != null) {
            arrayList.add("lastAccessedAt=" + l8);
        }
        Map map = this.f23122h;
        if (!map.isEmpty()) {
            arrayList.add("extras=" + map);
        }
        return AbstractC3251q.m0(arrayList, ", ", "FileMetadata(", ")", null, 56);
    }

    public /* synthetic */ r(boolean z6, boolean z7, G g6, Long l, Long l6, Long l7, Long l8) {
        this(z6, z7, g6, l, l6, l7, l8, x4.z.f26066a);
    }
}
