public class LPShortResult<T> extends LPDataModel
T
data
int
errNo
java.lang.String
message
LPShortResult()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@SerializedName(value="code") public int errNo
@SerializedName(value="msg") public java.lang.String message
@SerializedName(value="data") public T data
public LPShortResult()