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

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

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

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

    @Nullable
    public final String zza;

    static {
        String str = bb1.f9474a;
        Integer.toString(0, 36);
        Integer.toString(1, 36);
    }

    public mp2(@Nullable String str, String str2) {
        this.zza = bb1.l(str);
        this.f14338a = str2;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && mp2.class == obj.getClass()) {
            mp2 mp2Var = (mp2) obj;
            if (Objects.equals(this.zza, mp2Var.zza) && Objects.equals(this.f14338a, mp2Var.f14338a)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        int iHashCode = this.f14338a.hashCode() * 31;
        String str = this.zza;
        return iHashCode + (str != null ? str.hashCode() : 0);
    }
}
