package d1;

import kotlin.jvm.internal.l;

/* JADX INFO: renamed from: d1.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0445b {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private final int f3777a;

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

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

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

    public C0445b(int i2, long j2, long j3, String str) {
        this.f3777a = i2;
        this.f3778b = j2;
        this.f3779c = j3;
        this.f3780d = str;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0445b)) {
            return false;
        }
        C0445b c0445b = (C0445b) obj;
        return this.f3777a == c0445b.f3777a && this.f3778b == c0445b.f3778b && this.f3779c == c0445b.f3779c && l.a(this.f3780d, c0445b.f3780d);
    }

    public int hashCode() {
        int iHashCode = ((((Integer.hashCode(this.f3777a) * 31) + Long.hashCode(this.f3778b)) * 31) + Long.hashCode(this.f3779c)) * 31;
        String str = this.f3780d;
        return iHashCode + (str == null ? 0 : str.hashCode());
    }

    public String toString() {
        return "Chapter(index=" + this.f3777a + ", start=" + this.f3778b + ", end=" + this.f3779c + ", title=" + this.f3780d + ")";
    }
}
