Class GraphOutputsExtended.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.container.bandwidth.GraphOutputsExtended.Mask
-
- Enclosing class:
- GraphOutputsExtended
public static class GraphOutputsExtended.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphOutputsExtended.MaskgraphImage()GraphOutputsExtended.MaskgraphTitle()GraphOutputsExtended.MaskinBoundTotalBytes()GraphOutputsExtended.MaskmaxEndDate()GraphOutputsExtended.MaskminStartDate()GraphOutputsExtended.MaskoutBoundTotalBytes()-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
graphImage
public GraphOutputsExtended.Mask graphImage()
-
graphTitle
public GraphOutputsExtended.Mask graphTitle()
-
inBoundTotalBytes
public GraphOutputsExtended.Mask inBoundTotalBytes()
-
maxEndDate
public GraphOutputsExtended.Mask maxEndDate()
-
minStartDate
public GraphOutputsExtended.Mask minStartDate()
-
outBoundTotalBytes
public GraphOutputsExtended.Mask outBoundTotalBytes()
-
-