public class ResponseWrapper<T> extends Object
ResponseWrapper()
int
getCount()
T
getData()
String
getStatus()
void
setCount(int count)
setData(T data)
setStatus(String status)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ResponseWrapper()
public T getData()
public void setData(T data)
public int getCount()
public void setCount(int count)
public String getStatus()
public void setStatus(String status)
Copyright © 2016. All rights reserved.