com.aliyun.mns.model
类 PagingListResult<T>
java.lang.Object
com.aliyun.mns.model.PagingListResult<T>
- 所有已实现的接口:
- Serializable
public class PagingListResult<T>
- extends Object
- implements Serializable
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PagingListResult
public PagingListResult()
getMarker
public String getMarker()
setMarker
public void setMarker(String marker)
getResult
public List<T> getResult()
setResult
public void setResult(List<T> result)
Copyright © 2016. All Rights Reserved.