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