Package com.smartcar.sdk.data
Class ResponsePaging
- java.lang.Object
-
- com.smartcar.sdk.data.ApiData
-
- com.smartcar.sdk.data.ResponsePaging
-
- All Implemented Interfaces:
java.io.Serializable
public class ResponsePaging extends ApiData
POJO for the paging object- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponsePaging()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()Returns the response countintgetOffset()Returns the response offsetjava.lang.StringtoString()Returns the stored data string.
-