Class Detail


  • @ApiType("SoftLayer_Network_Bandwidth_Usage_Detail")
    public class Detail
    extends Entity
    The SoftLayer_Network_Bandwidth_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_Usage_Detail
    • Field Detail

      • trackingObject

        @ApiProperty
        protected Object trackingObject
        The tracking object this bandwidth usage record describes.
      • type

        @ApiProperty
        protected Type type
        In and out bandwidth utilization for a specified time stamp.
      • amountInSpecified

        protected boolean amountInSpecified
      • amountOutSpecified

        protected boolean amountOutSpecified
      • bandwidthUsageDetailTypeIdSpecified

        protected boolean bandwidthUsageDetailTypeIdSpecified
    • Constructor Detail

      • Detail

        public Detail()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getTrackingObject

        public Object getTrackingObject()
      • setTrackingObject

        public void setTrackingObject​(Object trackingObject)
      • getType

        public Type getType()
      • setType

        public void setType​(Type type)
      • 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()
      • getBandwidthUsageDetailTypeId

        public BigDecimal getBandwidthUsageDetailTypeId()
      • setBandwidthUsageDetailTypeId

        public void setBandwidthUsageDetailTypeId​(BigDecimal bandwidthUsageDetailTypeId)
      • isBandwidthUsageDetailTypeIdSpecified

        public boolean isBandwidthUsageDetailTypeIdSpecified()
      • unsetBandwidthUsageDetailTypeId

        public void unsetBandwidthUsageDetailTypeId()