package defpackage;

import java.io.Serializable;

/* JADX INFO: renamed from: ᵼᵗᵰ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C5288 implements Serializable {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final Object f20001;

    /* JADX INFO: renamed from: ᵔᵖᵹᵫ, reason: contains not printable characters */
    public final Object f20002;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public final Object f20003;

    public C5288(Object obj, Object obj2, Object obj3) {
        this.f20001 = obj;
        this.f20003 = obj2;
        this.f20002 = obj3;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C5288)) {
            return false;
        }
        C5288 c5288 = (C5288) obj;
        return ᵥˈᵛ.ˊᵫᵗ(this.f20001, c5288.f20001) && ᵥˈᵛ.ˊᵫᵗ(this.f20003, c5288.f20003) && ᵥˈᵛ.ˊᵫᵗ(this.f20002, c5288.f20002);
    }

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

    public final String toString() {
        return "(" + this.f20001 + ", " + this.f20003 + ", " + this.f20002 + ')';
    }

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final Object m10880() {
        return this.f20003;
    }

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final Object m10881() {
        return this.f20002;
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final Object m10882() {
        return this.f20001;
    }

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final Object m10883() {
        return this.f20001;
    }
}
