package defpackage;

import android.text.TextUtils;
import java.util.UUID;

/* JADX INFO: renamed from: ᵭʨˀ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C4116 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final C2598 f15755;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final UUID f15756;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final C2598 f15757;

    public C4116(C2598 c2598, C2598 c25982, UUID uuid) {
        this.f15757 = c2598;
        this.f15755 = c25982;
        this.f15756 = uuid;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C4116)) {
            return false;
        }
        C4116 c4116 = (C4116) obj;
        return this.f15757.equals(c4116.f15757) && this.f15755.equals(c4116.f15755) && this.f15756.equals(c4116.f15756);
    }

    public final int hashCode() {
        return (this.f15756.hashCode() ^ ((((this.f15757.hashCode() ^ 1000003) * 1000003) ^ this.f15755.hashCode()) * 1000003)) * 1000003;
    }

    public final String toString() {
        return TextUtils.join(" -> ", this.f15757);
    }
}
