java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.bandwidth.version1.usage.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
  • Field Details

    • bandwidthUsage

      @ApiProperty protected Usage bandwidthUsage
      In and out bandwidth utilization for a specified time stamp.
    • bandwidthUsageDetailType

      @ApiProperty protected Type bandwidthUsageDetailType
      Describes this bandwidth utilization record as on the public or private network interface.
    • amountIn

      @ApiProperty(canBeNullOrNotSet=true) protected BigDecimal amountIn
      Incoming bandwidth utilization .
    • amountInSpecified

      protected boolean amountInSpecified
    • amountOut

      @ApiProperty(canBeNullOrNotSet=true) protected BigDecimal amountOut
      Outgoing bandwidth utilization .
    • amountOutSpecified

      protected boolean amountOutSpecified
    • day

      Day and time this bandwidth utilization event was recorded.
    • daySpecified

      protected boolean daySpecified
  • Constructor Details

    • Detail

      public Detail()
  • Method Details

    • getBandwidthUsage

      public Usage getBandwidthUsage()
    • setBandwidthUsage

      public void setBandwidthUsage​(Usage bandwidthUsage)
    • getBandwidthUsageDetailType

      public Type getBandwidthUsageDetailType()
    • setBandwidthUsageDetailType

      public void setBandwidthUsageDetailType​(Type bandwidthUsageDetailType)
    • getAmountIn

      public BigDecimal getAmountIn()
    • setAmountIn

      public void setAmountIn​(BigDecimal amountIn)
    • isAmountInSpecified

      public boolean isAmountInSpecified()
    • unsetAmountIn

      public void unsetAmountIn()
    • getAmountOut

      public BigDecimal getAmountOut()
    • setAmountOut

      public void setAmountOut​(BigDecimal amountOut)
    • isAmountOutSpecified

      public boolean isAmountOutSpecified()
    • unsetAmountOut

      public void unsetAmountOut()
    • getDay

      public GregorianCalendar getDay()
    • setDay

      public void setDay​(GregorianCalendar day)
    • isDaySpecified

      public boolean isDaySpecified()
    • unsetDay

      public void unsetDay()