package L1;

/* JADX INFO: renamed from: L1.s, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0133s {

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final Long f1984h;
    public final Long i;

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

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final Boolean f1986k;

    public C0133s(String str, String str2, long j5, long j6, long j7, long j8, long j9, Long l5, Long l6, Long l7, Boolean bool) {
        s1.z.d(str);
        s1.z.d(str2);
        s1.z.b(j5 >= 0);
        s1.z.b(j6 >= 0);
        s1.z.b(j7 >= 0);
        s1.z.b(j9 >= 0);
        this.f1977a = str;
        this.f1978b = str2;
        this.f1979c = j5;
        this.f1980d = j6;
        this.f1981e = j7;
        this.f1982f = j8;
        this.f1983g = j9;
        this.f1984h = l5;
        this.i = l6;
        this.f1985j = l7;
        this.f1986k = bool;
    }

    public final C0133s a(long j5) {
        return new C0133s(this.f1977a, this.f1978b, this.f1979c, this.f1980d, this.f1981e, j5, this.f1983g, this.f1984h, this.i, this.f1985j, this.f1986k);
    }

    public final C0133s b(Long l5, Long l6, Boolean bool) {
        return new C0133s(this.f1977a, this.f1978b, this.f1979c, this.f1980d, this.f1981e, this.f1982f, this.f1983g, this.f1984h, l5, l6, bool);
    }
}
