package k5;

import d5.AbstractC0844a;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class o {

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

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

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

    public o(String str, String str2, List list) {
        P6.g.e(list, "data");
        this.f13986a = str;
        this.f13987b = str2;
        this.f13988c = list;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof o)) {
            return false;
        }
        o oVar = (o) obj;
        return P6.g.a(this.f13986a, oVar.f13986a) && P6.g.a(this.f13987b, oVar.f13987b) && P6.g.a(this.f13988c, oVar.f13988c);
    }

    public final int hashCode() {
        return this.f13988c.hashCode() + AbstractC0844a.g(this.f13986a.hashCode() * 31, 31, this.f13987b);
    }

    public final String toString() {
        return "Tabs(id=" + this.f13986a + ", title=" + this.f13987b + ", data=" + this.f13988c + ")";
    }
}
