public class Result<T> extends DtoBase
Result(String result, T ret, String error, String token)
String
getError()
getResult()
T
getReturn()
getToken()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Result(String result, T ret, String error, String token)
public String getResult()
public T getReturn()
public String getError()
public String getToken()
Copyright © 2013. All Rights Reserved.