package com.google.android.gms.internal.ads;

import androidx.annotation.Nullable;
import java.util.Locale;
import java.util.Objects;

/* JADX INFO: loaded from: classes2.dex */
public final class w5 {

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

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

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

    public w5(long j10, long j11, int i10) {
        ih1.x(j10 < j11);
        this.f17866a = j10;
        this.f17867b = j11;
        this.f17868c = i10;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && w5.class == obj.getClass()) {
            w5 w5Var = (w5) obj;
            if (this.f17866a == w5Var.f17866a && this.f17867b == w5Var.f17867b && this.f17868c == w5Var.f17868c) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Objects.hash(Long.valueOf(this.f17866a), Long.valueOf(this.f17867b), Integer.valueOf(this.f17868c));
    }

    public final String toString() {
        Object[] objArr = {Long.valueOf(this.f17866a), Long.valueOf(this.f17867b), Integer.valueOf(this.f17868c)};
        String str = bb1.f9474a;
        return String.format(Locale.US, "Segment: startTimeMs=%d, endTimeMs=%d, speedDivisor=%d", objArr);
    }
}
