package d3;

/* JADX INFO: renamed from: d3.k, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1898k {

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

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

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

    public C1898k(long j4, long j6, CharSequence charSequence) {
        this.f15722a = j4;
        this.f15723b = j6;
        this.f15724c = charSequence;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1898k)) {
            return false;
        }
        C1898k c1898k = (C1898k) obj;
        return this.f15722a == c1898k.f15722a && this.f15723b == c1898k.f15723b && kotlin.jvm.internal.o.c(this.f15724c, c1898k.f15724c);
    }

    public final int hashCode() {
        return this.f15724c.hashCode() + com.google.android.recaptcha.internal.a.e(Long.hashCode(this.f15722a) * 31, 31, this.f15723b);
    }

    public final String toString() {
        return "CueEntry(startMs=" + this.f15722a + ", endMs=" + this.f15723b + ", text=" + ((Object) this.f15724c) + ")";
    }
}
