Class Usage

    • Field Detail

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

      • Usage

        public Usage()
    • Method Detail

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