Package com.smartcar.sdk.data
Class RequestPaging
- java.lang.Object
-
- com.smartcar.sdk.data.ApiData
-
- com.smartcar.sdk.data.RequestPaging
-
- All Implemented Interfaces:
java.io.Serializable
public class RequestPaging extends ApiData
POJO for the paging object- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestPaging(int limit, int offset)Initializes a new instance of RequestPaging
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLimit()Returns the response limitintgetOffset()Returns the response offsetjava.lang.StringtoString()Returns the stored data string.
-