public class Result extends Object implements Serializable
Result()
static Result
error()
error(int code, String msg)
error(String msg)
error(String msg, Object data)
ok()
ok(Object data)
ok(String msg, Object data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Result()
public static Result ok()
public static Result ok(Object data)
public static Result ok(String msg, Object data)
public static Result error()
public static Result error(int code, String msg)
public static Result error(String msg)
public static Result error(String msg, Object data)
Copyright © 2023. All rights reserved.