Package software.xdev.brevo.model
Class MainRewardPage
java.lang.Object
software.xdev.brevo.model.MainRewardPage
MainRewardPage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemsItem(MainRewardPageObj itemsItem) booleangetItems()Items for the current rewardCount of the associated parameter in current rewardinthashCode()items(List<MainRewardPageObj> items) voidsetItems(List<MainRewardPageObj> items) voidsetTotalCount(Integer totalCount) toString()totalCount(Integer totalCount) Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ITEMS
- See Also:
-
JSON_PROPERTY_TOTAL_COUNT
- See Also:
-
-
Constructor Details
-
MainRewardPage
public MainRewardPage()
-
-
Method Details
-
items
-
addItemsItem
-
getItems
Items for the current reward- Returns:
- items
-
setItems
-
totalCount
-
getTotalCount
Count of the associated parameter in current reward- Returns:
- totalCount
-
setTotalCount
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-