public final class ResultDOS extends Object
| 构造器和说明 |
|---|
ResultDOS() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> ResultDO<T> |
newResultDO(Exception ex) |
static <T> ResultDO<T> |
newResultDO(List<Exception> exList) |
static <T> ResultDO<T> |
newResultDO(T model) |
static <T> ResultDO<T> |
newResultDO(T model,
Exception ex) |
static <T> ResultDO<T> |
newResultDO(T model,
List<Exception> exList) |
public static <T> ResultDO<T> newResultDO(T model)
@param - model@return - 设定文件public static <T> ResultDO<T> newResultDO(Exception ex)
@param - ex@return - 设定文件public static <T> ResultDO<T> newResultDO(T model, Exception ex)
@param - model@param - ex@return - 设定文件public static <T> ResultDO<T> newResultDO(List<Exception> exList)
@param - exList@return - 设定文件Copyright © 2018. All rights reserved.