com.kii.sdk.photocolle
Class ListResponse<T extends DTO>

java.lang.Object
  extended by com.kii.sdk.photocolle.ListResponse<T>

public class ListResponse<T extends DTO>
extends Object

This class is container of response list.


Method Summary
 int getCount()
          Get count.
 List<T> getList()
          Get response list.
 int getNextPage()
          Get nextPage value.
 int getStart()
          Get start value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStart

public int getStart()
Get start value.

Returns:
value of start.

getNextPage

public int getNextPage()
Get nextPage value.

Returns:
value of nextPage.

getList

public List<T> getList()
Get response list.

Returns:
response list.

getCount

public int getCount()
Get count.

Returns:
the value of count.