public class ResultDTO<T> extends Object implements PowerSerializable
ResultDTO()
static <T> ResultDTO<T>
failed(String message)
failed(Throwable t)
success(T data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ResultDTO()
public static <T> ResultDTO<T> success(T data)
public static <T> ResultDTO<T> failed(String message)
public static <T> ResultDTO<T> failed(Throwable t)
Copyright © 2024. All rights reserved.