package w4;

import java.io.Serializable;

/* JADX INFO: loaded from: classes3.dex */
public final class q implements Serializable {

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

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

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

    public q(Object obj, Object obj2, Object obj3) {
        this.f25479a = obj;
        this.f25480b = obj2;
        this.f25481c = obj3;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof q)) {
            return false;
        }
        q qVar = (q) obj;
        return kotlin.jvm.internal.o.c(this.f25479a, qVar.f25479a) && kotlin.jvm.internal.o.c(this.f25480b, qVar.f25480b) && kotlin.jvm.internal.o.c(this.f25481c, qVar.f25481c);
    }

    public final int hashCode() {
        Object obj = this.f25479a;
        int iHashCode = (obj == null ? 0 : obj.hashCode()) * 31;
        Object obj2 = this.f25480b;
        int iHashCode2 = (iHashCode + (obj2 == null ? 0 : obj2.hashCode())) * 31;
        Object obj3 = this.f25481c;
        return iHashCode2 + (obj3 != null ? obj3.hashCode() : 0);
    }

    public final String toString() {
        return "(" + this.f25479a + ", " + this.f25480b + ", " + this.f25481c + ')';
    }
}
