Class Usage
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.network.bandwidth.version1.Usage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Usage.Mask
-
Field Summary
Fields Modifier and Type Field Description protected Detail
bandwidthAllotmentDetail
Bandwidth allotment detail for this hardware.protected List<Detail>
bandwidthUsageDetail
Bandwidth usage details for this hardware.protected Long
bandwidthUsageDetailCount
A count of bandwidth usage details for this hardware.-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Usage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Detail
getBandwidthAllotmentDetail()
List<Detail>
getBandwidthUsageDetail()
Long
getBandwidthUsageDetailCount()
void
setBandwidthAllotmentDetail(Detail bandwidthAllotmentDetail)
void
setBandwidthUsageDetailCount(Long bandwidthUsageDetailCount)
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
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.
-
-
Method Detail
-
getBandwidthAllotmentDetail
public Detail getBandwidthAllotmentDetail()
-
setBandwidthAllotmentDetail
public void setBandwidthAllotmentDetail(Detail bandwidthAllotmentDetail)
-
getBandwidthUsageDetailCount
public Long getBandwidthUsageDetailCount()
-
setBandwidthUsageDetailCount
public void setBandwidthUsageDetailCount(Long bandwidthUsageDetailCount)
-
-