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

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

/* JADX INFO: loaded from: classes2.dex */
public final class h5 extends o5 {

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

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

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

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

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

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

    public h5(String str, int i10, int i11, long j10, long j11, o5[] o5VarArr) {
        super("CHAP");
        this.f12008b = str;
        this.f12009c = i10;
        this.f12010d = i11;
        this.f12011e = j10;
        this.f12012f = j11;
        this.f12013g = o5VarArr;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && h5.class == obj.getClass()) {
            h5 h5Var = (h5) obj;
            if (this.f12009c == h5Var.f12009c && this.f12010d == h5Var.f12010d && this.f12011e == h5Var.f12011e && this.f12012f == h5Var.f12012f && Objects.equals(this.f12008b, h5Var.f12008b) && Arrays.equals(this.f12013g, h5Var.f12013g)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return this.f12008b.hashCode() + ((((((((this.f12009c + 527) * 31) + this.f12010d) * 31) + ((int) this.f12011e)) * 31) + ((int) this.f12012f)) * 31);
    }
}
