public class ResultDTO<T> extends Object implements Serializable, Cloneable
public static final ResultDTO SUCCESDS
public static final ResultDTO FAILURE
public ResultDTO()
protected ResultDTO(T data)
public T get()
public ResultDTO clone() throws CloneNotSupportedException, ClassCastException
clone 在类中 ObjectCloneNotSupportedExceptionClassCastExceptionpublic static ResultDTO.Builder success()
public static ResultDTO.Builder failure()
Copyright © 2019. All rights reserved.