Class Catalog


@ApiType("SoftLayer_Product_Catalog")
public class Catalog
extends Entity
A Catalog is defined as a set of prices for products that SoftLayer offers for sale. These prices are organized into packages which represent the different servers and services that SoftLayer offers.
See Also:
SoftLayer_Product_Catalog
  • Field Details

  • Constructor Details

    • Catalog

      public Catalog()
  • Method Details

    • getBrands

      public List<Brand> getBrands()
    • getPackages

      public List<Package> getPackages()
    • getPrices

      public List<Price> getPrices()
    • getProducts

      public List<Item> getProducts()
    • getKeyName

      public String getKeyName()
    • setKeyName

      public void setKeyName​(String keyName)
    • isKeyNameSpecified

      public boolean isKeyNameSpecified()
    • unsetKeyName

      public void unsetKeyName()
    • getBrandCount

      public Long getBrandCount()
    • setBrandCount

      public void setBrandCount​(Long brandCount)
    • getPackageCount

      public Long getPackageCount()
    • setPackageCount

      public void setPackageCount​(Long packageCount)
    • getPriceCount

      public Long getPriceCount()
    • setPriceCount

      public void setPriceCount​(Long priceCount)
    • getProductCount

      public Long getProductCount()
    • setProductCount

      public void setProductCount​(Long productCount)