java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.bandwidth.version1.Usage

@ApiType("SoftLayer_Network_Bandwidth_Version1_Usage")
public class Usage
extends Entity
The SoftLayer_Network_Bandwidth_Version1_Usage data type contains general information relating to a single bandwidth usage record.
See Also:
SoftLayer_Network_Bandwidth_Version1_Usage
  • Field Details

    • bandwidthAllotmentDetail

      @ApiProperty protected Detail bandwidthAllotmentDetail
      Bandwidth allotment detail for this hardware.
    • bandwidthUsageDetail

      @ApiProperty protected List<Detail> bandwidthUsageDetail
      Bandwidth usage details for this hardware.
    • bandwidthUsageDetailCount

      @ApiProperty protected Long bandwidthUsageDetailCount
      A count of bandwidth usage details for this hardware.
  • Constructor Details

    • Usage

      public Usage()
  • Method Details

    • getBandwidthAllotmentDetail

      public Detail getBandwidthAllotmentDetail()
    • setBandwidthAllotmentDetail

      public void setBandwidthAllotmentDetail​(Detail bandwidthAllotmentDetail)
    • getBandwidthUsageDetail

      public List<Detail> getBandwidthUsageDetail()
    • getBandwidthUsageDetailCount

      public Long getBandwidthUsageDetailCount()
    • setBandwidthUsageDetailCount

      public void setBandwidthUsageDetailCount​(Long bandwidthUsageDetailCount)