Class Group


  • @ApiType("SoftLayer_Product_Package_Item_Category_Group")
    public class Group
    extends Entity
    This class is used to organize categories for a service offering. A service offering (usually) contains multiple categories (e.g., server, os, disk0, ram). This class allows us to organize the prices into related item category groups.
    See Also:
    SoftLayer_Product_Package_Item_Category_Group
    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • getCategory

        public Category getCategory()
      • setCategory

        public void setCategory​(Category category)
      • getGroupPackage

        public Package getGroupPackage()
      • setGroupPackage

        public void setGroupPackage​(Package groupPackage)
      • getItemCategoryId

        public Long getItemCategoryId()
      • setItemCategoryId

        public void setItemCategoryId​(Long itemCategoryId)
      • isItemCategoryIdSpecified

        public boolean isItemCategoryIdSpecified()
      • unsetItemCategoryId

        public void unsetItemCategoryId()
      • getPackageId

        public Long getPackageId()
      • setPackageId

        public void setPackageId​(Long packageId)
      • isPackageIdSpecified

        public boolean isPackageIdSpecified()
      • unsetPackageId

        public void unsetPackageId()
      • getSort

        public Long getSort()
      • setSort

        public void setSort​(Long sort)
      • isSortSpecified

        public boolean isSortSpecified()
      • unsetSort

        public void unsetSort()
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • isTitleSpecified

        public boolean isTitleSpecified()
      • unsetTitle

        public void unsetTitle()
      • getPriceCount

        public Long getPriceCount()
      • setPriceCount

        public void setPriceCount​(Long priceCount)