package r;

import b0.AbstractC0399d;
import b0.D;
import java.util.UUID;
import u.InterfaceC0722a;

/* JADX INFO: renamed from: r.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0699b {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final InterfaceC0722a.b f6286c;

    public C0699b(String str, UUID uuid, InterfaceC0722a.b bVar) {
        this.f6284a = (String) AbstractC0399d.d(str);
        this.f6285b = uuid;
        this.f6286c = bVar;
    }

    public boolean equals(Object obj) {
        if (!(obj instanceof C0699b)) {
            return false;
        }
        if (obj == this) {
            return true;
        }
        C0699b c0699b = (C0699b) obj;
        return this.f6284a.equals(c0699b.f6284a) && D.a(this.f6285b, c0699b.f6285b) && D.a(this.f6286c, c0699b.f6286c);
    }

    public int hashCode() {
        int iHashCode = this.f6284a.hashCode() * 37;
        UUID uuid = this.f6285b;
        int iHashCode2 = (iHashCode + (uuid != null ? uuid.hashCode() : 0)) * 37;
        InterfaceC0722a.b bVar = this.f6286c;
        return iHashCode2 + (bVar != null ? bVar.hashCode() : 0);
    }
}
