Class Usage.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.network.bandwidth.Usage.Mask
-
- Enclosing class:
- Usage
public static class Usage.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Usage.Mask
amountIn()
Usage.Mask
amountOut()
Usage.Mask
bandwidthUsageDetailTypeId()
Object.Mask
trackingObject()
Type.Mask
type()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
trackingObject
public Object.Mask trackingObject()
-
type
public Type.Mask type()
-
amountIn
public Usage.Mask amountIn()
-
amountOut
public Usage.Mask amountOut()
-
bandwidthUsageDetailTypeId
public Usage.Mask bandwidthUsageDetailTypeId()
-
-