@ApiType("SoftLayer_Billing_Item_Hardware_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_Hardware_Component
  • Field Details

    • resource

      @ApiProperty protected List<Component> resource
      The hardware component that this billing item points to.
    • resourceTableId

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

      protected boolean resourceTableIdSpecified
    • resourceCount

      @ApiProperty protected Long resourceCount
      A count of the hardware component that this billing item points to.
  • Constructor Details

    • Component

      public Component()
  • Method Details

    • getResource

      public List<Component> getResource()
    • getResourceTableId

      public Long getResourceTableId()
    • setResourceTableId

      public void setResourceTableId​(Long resourceTableId)
    • isResourceTableIdSpecified

      public boolean isResourceTableIdSpecified()
    • unsetResourceTableId

      public void unsetResourceTableId()
    • getResourceCount

      public Long getResourceCount()
    • setResourceCount

      public void setResourceCount​(Long resourceCount)