package T2;

import kotlin.jvm.internal.o;

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

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

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

    public a(String str, Long l) {
        this.f6628a = l;
        this.f6629b = str;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof a)) {
            return false;
        }
        a aVar = (a) obj;
        return o.c(this.f6628a, aVar.f6628a) && o.c(this.f6629b, aVar.f6629b);
    }

    public final int hashCode() {
        Long l = this.f6628a;
        int iHashCode = (l == null ? 0 : l.hashCode()) * 31;
        String str = this.f6629b;
        return iHashCode + (str != null ? str.hashCode() : 0);
    }

    public final String toString() {
        return "BehaviorHints(videoSize=" + this.f6628a + ", filename=" + this.f6629b + ")";
    }
}
