package C0;

import L0.C;
import java.util.Objects;
import u0.S;

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

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

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

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

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

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final S f1087f;

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final C f1089h;
    public final long i;

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

    public a(long j8, S s8, int i, C c3, long j9, S s9, int i5, C c8, long j10, long j11) {
        this.f1082a = j8;
        this.f1083b = s8;
        this.f1084c = i;
        this.f1085d = c3;
        this.f1086e = j9;
        this.f1087f = s9;
        this.f1088g = i5;
        this.f1089h = c8;
        this.i = j10;
        this.f1090j = j11;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && a.class == obj.getClass()) {
            a aVar = (a) obj;
            if (this.f1082a == aVar.f1082a && this.f1084c == aVar.f1084c && this.f1086e == aVar.f1086e && this.f1088g == aVar.f1088g && this.i == aVar.i && this.f1090j == aVar.f1090j && Objects.equals(this.f1083b, aVar.f1083b) && Objects.equals(this.f1085d, aVar.f1085d) && Objects.equals(this.f1087f, aVar.f1087f) && Objects.equals(this.f1089h, aVar.f1089h)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Objects.hash(Long.valueOf(this.f1082a), this.f1083b, Integer.valueOf(this.f1084c), this.f1085d, Long.valueOf(this.f1086e), this.f1087f, Integer.valueOf(this.f1088g), this.f1089h, Long.valueOf(this.i), Long.valueOf(this.f1090j));
    }
}
