Package ai.promoted.delivery.model
Class Paging
java.lang.Object
ai.promoted.delivery.model.Paging
Paging
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Paging object is equal to o.Get cursorGet offsetGet pagingIdgetSize()Get sizeinthashCode()voidvoidvoidsetPagingId(String pagingId) voidtoString()
-
Field Details
-
JSON_PROPERTY_PAGING_ID
- See Also:
-
JSON_PROPERTY_CURSOR
- See Also:
-
JSON_PROPERTY_SIZE
- See Also:
-
JSON_PROPERTY_OFFSET
- See Also:
-
-
Constructor Details
-
Paging
public Paging()
-
-
Method Details
-
pagingId
-
getPagingId
Get pagingId- Returns:
- pagingId
-
setPagingId
-
cursor
-
getCursor
Get cursor- Returns:
- cursor
-
setCursor
-
size
-
getSize
Get size- Returns:
- size
-
setSize
-
offset
-
getOffset
Get offset- Returns:
- offset
-
setOffset
-
equals
Return true if this Paging object is equal to o. -
hashCode
public int hashCode() -
toString
-