package com.seewo.factoryaging;

import com.google.gson.annotations.SerializedName;

/* JADX INFO: compiled from: ProtocolDefine.kt */
/* JADX INFO: loaded from: classes.dex */
public final class k0 {

    @SerializedName("result")
    private final l0 a;

    public final l0 a() {
        return this.a;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof k0) && this.a == ((k0) obj).a;
    }

    public int hashCode() {
        return this.a.hashCode();
    }

    public String toString() {
        return "TestResult(result=" + this.a + ')';
    }
}
