package v6;

import androidx.annotation.Nullable;
import com.google.android.datatransport.Priority;
import java.util.Arrays;

/* JADX INFO: loaded from: classes2.dex */
public final class l extends v {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final byte[] f33709b;

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

    private l(String str, @Nullable byte[] bArr, Priority priority) {
        this.f33708a = str;
        this.f33709b = bArr;
        this.f33710c = priority;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof v)) {
            return false;
        }
        v vVar = (v) obj;
        if (this.f33708a.equals(((l) vVar).f33708a)) {
            if (Arrays.equals(this.f33709b, vVar instanceof l ? ((l) vVar).f33709b : vVar.getExtras()) && this.f33710c.equals(((l) vVar).f33710c)) {
                return true;
            }
        }
        return false;
    }

    @Override // v6.v
    @Nullable
    public byte[] getExtras() {
        return this.f33709b;
    }

    public final int hashCode() {
        return ((((this.f33708a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.f33709b)) * 1000003) ^ this.f33710c.hashCode();
    }

    public /* synthetic */ l(String str, byte[] bArr, Priority priority, int i10) {
        this(str, bArr, priority);
    }
}
