java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.billing.item.cancellation.reason.Category

@ApiType("SoftLayer_Billing_Item_Cancellation_Reason_Category")
public class Category
extends Entity
The SoftLayer_Billing_Item_Cancellation_Reason_Category data type contains cancellation reason categories.
See Also:
SoftLayer_Billing_Item_Cancellation_Reason_Category
  • Field Details

    • billingCancellationReasons

      @ApiProperty protected List<Reason> billingCancellationReasons
      The corresponding billing cancellation reasons having the specific billing cancellation reason category.
    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      A category internal identifier.
    • idSpecified

      protected boolean idSpecified
    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      The description of the category
    • nameSpecified

      protected boolean nameSpecified
    • billingCancellationReasonCount

      @ApiProperty protected Long billingCancellationReasonCount
      A count of the corresponding billing cancellation reasons having the specific billing cancellation reason category.
  • Constructor Details

    • Category

      public Category()
  • Method Details

    • getBillingCancellationReasons

      public List<Reason> getBillingCancellationReasons()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()
    • getBillingCancellationReasonCount

      public Long getBillingCancellationReasonCount()
    • setBillingCancellationReasonCount

      public void setBillingCancellationReasonCount​(Long billingCancellationReasonCount)
    • asService

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

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

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