public class Result4List<T> extends Object implements WebResult
private List<T>
data
private Boolean
success
Result4List()
Result4List(List<T> data)
static Result4List
empty()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private Boolean success
private List<T> data
public Result4List(List<T> data)
public Result4List()
public static Result4List empty()
Copyright © 2022. All rights reserved.