public class BaseResult extends Object implements Serializable
BaseResult()
static BaseResult
err()
err(Integer code, String message)
ok()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BaseResult()
public static BaseResult ok()
public static BaseResult err()
public static BaseResult err(Integer code, String message)
Copyright © 2020–2021 ruleengine. All rights reserved.