Class Component


  • @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 Detail

      • resourceTableIdSpecified

        protected boolean resourceTableIdSpecified
      • resourceCount

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

      • Component

        public Component()
    • Method Detail

      • 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)