public class BytomResponse<T> extends Object
protected Client
client
List<T>
data
String
status
BytomResponse()
void
setClient(Client client)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@SerializedName(value="status") public String status
@SerializedName(value="data") public List<T> data
protected Client client
public BytomResponse()
public void setClient(Client client)
Copyright © 2018. All rights reserved.