package f2;

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final j[] f25904g;

    public c(String str, int i10, int i11, long j10, long j11, j[] jVarArr) {
        super("CHAP");
        this.f25899b = str;
        this.f25900c = i10;
        this.f25901d = i11;
        this.f25902e = j10;
        this.f25903f = j11;
        this.f25904g = jVarArr;
    }

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || c.class != obj.getClass()) {
            return false;
        }
        c cVar = (c) obj;
        return this.f25900c == cVar.f25900c && this.f25901d == cVar.f25901d && this.f25902e == cVar.f25902e && this.f25903f == cVar.f25903f && Objects.equals(this.f25899b, cVar.f25899b) && Arrays.equals(this.f25904g, cVar.f25904g);
    }

    public final int hashCode() {
        int i10 = (((((((527 + this.f25900c) * 31) + this.f25901d) * 31) + ((int) this.f25902e)) * 31) + ((int) this.f25903f)) * 31;
        String str = this.f25899b;
        return i10 + (str != null ? str.hashCode() : 0);
    }
}
