package V2;

/* JADX INFO: renamed from: V2.e1, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0654e1 {

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

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

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

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

    public C0654e1(int i6, Long l, Integer num, Integer num2) {
        this.f7740a = i6;
        this.f7741b = l;
        this.f7742c = num;
        this.f7743d = num2;
    }

    public final Integer a() {
        return this.f7743d;
    }

    public final Integer b() {
        return this.f7742c;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0654e1)) {
            return false;
        }
        C0654e1 c0654e1 = (C0654e1) obj;
        return this.f7740a == c0654e1.f7740a && kotlin.jvm.internal.o.c(this.f7741b, c0654e1.f7741b) && kotlin.jvm.internal.o.c(this.f7742c, c0654e1.f7742c) && kotlin.jvm.internal.o.c(this.f7743d, c0654e1.f7743d);
    }

    public final int hashCode() {
        int iHashCode = Integer.hashCode(this.f7740a) * 31;
        Long l = this.f7741b;
        int iHashCode2 = (iHashCode + (l == null ? 0 : l.hashCode())) * 31;
        Integer num = this.f7742c;
        int iHashCode3 = (iHashCode2 + (num == null ? 0 : num.hashCode())) * 31;
        Integer num2 = this.f7743d;
        return iHashCode3 + (num2 != null ? num2.hashCode() : 0);
    }

    public final String toString() {
        return "DetailsResumeInfo(progressPercent=" + this.f7740a + ", positionMs=" + this.f7741b + ", season=" + this.f7742c + ", episode=" + this.f7743d + ")";
    }
}
