@ApiType("SoftLayer_Billing_Item_Software_Component")
public class Component
extends Item
The SoftLayer_Billing_Item_Hardware data type contains general information relating to a single SoftLayer billing item for hardware components.
See Also:
SoftLayer_Billing_Item_Software_Component
  • Field Details

    • resource

      @ApiProperty protected Component resource
      The software component that this billing item points to.
    • resourceTableId

      @ApiProperty(canBeNullOrNotSet=true) protected Long resourceTableId
      The resource (unique identifier) for a software component billing item.
    • resourceTableIdSpecified

      protected boolean resourceTableIdSpecified
  • Constructor Details

    • Component

      public Component()
  • Method Details

    • getResource

      public Component getResource()
    • setResource

      public void setResource​(Component resource)
    • getResourceTableId

      public Long getResourceTableId()
    • setResourceTableId

      public void setResourceTableId​(Long resourceTableId)
    • isResourceTableIdSpecified

      public boolean isResourceTableIdSpecified()
    • unsetResourceTableId

      public void unsetResourceTableId()