public class ApiResult<T> extends Object
ApiResult()
String
getDescription()
int
getErrorCode()
T
getResult()
boolean
isOk()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ApiResult()
public boolean isOk()
public String getDescription()
public int getErrorCode()
public T getResult()