package p;

import b0.AbstractC0399d;
import java.util.Comparator;

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

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

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

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

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

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

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

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

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

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

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

    public static final class a implements Comparator {
        @Override // java.util.Comparator
        /* JADX INFO: renamed from: a, reason: merged with bridge method [inline-methods] */
        public int compare(j jVar, j jVar2) {
            return jVar2.f6167c - jVar.f6167c;
        }
    }

    public j(String str, String str2, int i2, int i3, float f2, int i4, int i5, int i6, String str3) {
        this(str, str2, i2, i3, f2, i4, i5, i6, str3, null);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || getClass() != obj.getClass()) {
            return false;
        }
        return ((j) obj).f6165a.equals(this.f6165a);
    }

    public int hashCode() {
        return this.f6165a.hashCode();
    }

    public j(String str, String str2, int i2, int i3, float f2, int i4, int i5, int i6, String str3, String str4) {
        this.f6165a = (String) AbstractC0399d.d(str);
        this.f6166b = str2;
        this.f6168d = i2;
        this.f6169e = i3;
        this.f6170f = f2;
        this.f6171g = i4;
        this.f6172h = i5;
        this.f6167c = i6;
        this.f6174j = str3;
        this.f6173i = str4;
    }
}
