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

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

/* JADX INFO: loaded from: classes2.dex */
public final class t6 {

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

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

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

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

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

    @Nullable
    public final m3 zzb;

    static {
        new ar2().b();
        String str = bb1.f9474a;
        Integer.toString(0, 36);
        Integer.toString(1, 36);
        Integer.toString(2, 36);
        Integer.toString(3, 36);
        Integer.toString(4, 36);
        Integer.toString(5, 36);
    }

    public /* synthetic */ t6(String str, o0 o0Var, m3 m3Var, s2 s2Var, d9 d9Var, b5 b5Var) {
        this.f16731a = str;
        this.zzb = m3Var;
        this.f16732b = s2Var;
        this.f16733c = d9Var;
        this.f16734d = o0Var;
        this.f16735e = b5Var;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof t6)) {
            return false;
        }
        t6 t6Var = (t6) obj;
        return Objects.equals(this.f16731a, t6Var.f16731a) && this.f16734d.equals(t6Var.f16734d) && Objects.equals(this.zzb, t6Var.zzb) && Objects.equals(this.f16732b, t6Var.f16732b) && Objects.equals(this.f16733c, t6Var.f16733c) && Objects.equals(this.f16735e, t6Var.f16735e);
    }

    public final int hashCode() {
        int iHashCode = this.f16731a.hashCode() * 31;
        m3 m3Var = this.zzb;
        return (this.f16733c.hashCode() + ((this.f16734d.hashCode() + ((this.f16732b.hashCode() + ((iHashCode + (m3Var != null ? m3Var.hashCode() : 0)) * 31)) * 31)) * 31)) * 31;
    }
}
