package l2;

import androidx.annotation.Nullable;

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

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

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

    @Nullable
    private final String language;

    public d(long j10, long j11, @Nullable String str) {
        this.f29962a = j10;
        this.f29963b = j11;
        this.language = str;
    }
}
