package n1;

import java.io.Serializable;

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

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private final Object f5868g;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    private final Object f5869r;

    public o(Object obj, Object obj2, Object obj3) {
        this.f5867b = obj;
        this.f5868g = obj2;
        this.f5869r = obj3;
    }

    public final Object a() {
        return this.f5867b;
    }

    public final Object b() {
        return this.f5868g;
    }

    public final Object c() {
        return this.f5869r;
    }

    public final Object d() {
        return this.f5867b;
    }

    public final Object e() {
        return this.f5868g;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof o)) {
            return false;
        }
        o oVar = (o) obj;
        return kotlin.jvm.internal.l.a(this.f5867b, oVar.f5867b) && kotlin.jvm.internal.l.a(this.f5868g, oVar.f5868g) && kotlin.jvm.internal.l.a(this.f5869r, oVar.f5869r);
    }

    public final Object f() {
        return this.f5869r;
    }

    public int hashCode() {
        Object obj = this.f5867b;
        int iHashCode = (obj == null ? 0 : obj.hashCode()) * 31;
        Object obj2 = this.f5868g;
        int iHashCode2 = (iHashCode + (obj2 == null ? 0 : obj2.hashCode())) * 31;
        Object obj3 = this.f5869r;
        return iHashCode2 + (obj3 != null ? obj3.hashCode() : 0);
    }

    public String toString() {
        return '(' + this.f5867b + ", " + this.f5868g + ", " + this.f5869r + ')';
    }
}
