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 int
getLimit()
Returns the response limitint
getOffset()
Returns the response offsetjava.lang.String
toString()
Returns the stored data string.
-