java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.provisioning.maintenance.Classification

@ApiType("SoftLayer_Provisioning_Maintenance_Classification")
public class Classification
extends Entity
The SoftLayer_Provisioning_Maintenance_Classification represent a maintenance type for the specific hardware maintenance desired.
See Also:
SoftLayer_Provisioning_Maintenance_Classification
  • Field Details

  • Constructor Details

    • Classification

      public Classification()
  • Method Details

    • getItemCategories

      public List<Category> getItemCategories()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getSlots

      public Long getSlots()
    • setSlots

      public void setSlots​(Long slots)
    • isSlotsSpecified

      public boolean isSlotsSpecified()
    • unsetSlots

      public void unsetSlots()
    • getType

      public String getType()
    • setType

      public void setType​(String type)
    • isTypeSpecified

      public boolean isTypeSpecified()
    • unsetType

      public void unsetType()
    • getItemCategoryCount

      public Long getItemCategoryCount()
    • setItemCategoryCount

      public void setItemCategoryCount​(Long itemCategoryCount)
    • asService

      public Classification.Service asService​(ApiClient client)
    • service

      public static Classification.Service service​(ApiClient client)
    • service

      public static Classification.Service service​(ApiClient client, Long id)