Class Detail


  • @ApiType("SoftLayer_Network_Bandwidth_Version1_Usage_Detail")
    public class Detail
    extends Entity
    The SoftLayer_Network_Bandwidth_Version1_Usage_Detail data type contains specific information relating to bandwidth utilization at a specific point in time on a given network interface.
    See Also:
    SoftLayer_Network_Bandwidth_Version1_Usage_Detail
    • Constructor Detail

      • Detail

        public Detail()
    • Method Detail

      • getBandwidthUsage

        public Usage getBandwidthUsage()
      • setBandwidthUsage

        public void setBandwidthUsage​(Usage bandwidthUsage)
      • getBandwidthUsageDetailType

        public Type getBandwidthUsageDetailType()
      • setBandwidthUsageDetailType

        public void setBandwidthUsageDetailType​(Type bandwidthUsageDetailType)
      • setAmountIn

        public void setAmountIn​(BigDecimal amountIn)
      • isAmountInSpecified

        public boolean isAmountInSpecified()
      • unsetAmountIn

        public void unsetAmountIn()
      • setAmountOut

        public void setAmountOut​(BigDecimal amountOut)
      • isAmountOutSpecified

        public boolean isAmountOutSpecified()
      • unsetAmountOut

        public void unsetAmountOut()
      • isDaySpecified

        public boolean isDaySpecified()
      • unsetDay

        public void unsetDay()