Class ItemListCount

    • Constructor Detail

      • ItemListCount

        public ItemListCount​(String itemListId,
                             Long itemCount)
      • ItemListCount

        public ItemListCount()
    • Method Detail

      • getItemListId

        public String getItemListId()
        The ID of this Item List.
        Returns:
        the ID of this Item List Item
      • getItemCount

        public Long getItemCount()
        The item count of this item list.
        Returns:
        the item count of this item list
      • setItemListId

        public void setItemListId​(String itemListId)
        The ID of this Item List.
        Parameters:
        itemListId - the ID of this Item List Item
      • setItemCount

        public void setItemCount​(Long itemCount)
        The item count of this item list.
        Parameters:
        itemCount - the item count of this item list
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object