public class PagingListResult<T> extends Object implements Serializable
PagingListResult()
String
getMarker()
List<T>
getResult()
void
setMarker(String marker)
setResult(List<T> result)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PagingListResult()
public String getMarker()
public void setMarker(String marker)
public List<T> getResult()
public void setResult(List<T> result)
Copyright © 2016. All Rights Reserved.