public class Result<T> extends Object
Result()
Result<T>
args(Object... args)
msg(String msg)
newInstance()
static <T> Result<T>
of(int code, String msg)
of(int code, String msg, T data)
ofData(T data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Result()
public static <T> Result<T> ofData(T data)
public static <T> Result<T> of(int code, String msg)
public static <T> Result<T> of(int code, String msg, T data)
public Result<T> newInstance()
public Result<T> args(Object... args)
public Result<T> msg(String msg)
Copyright © 2022. All rights reserved.