Class Plot.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.container.graph.Plot.Mask
-
- Enclosing class:
- Plot
public static class Plot.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Coordinate.Mask
data()
Type.Mask
metric()
Plot.Mask
unit()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
data
public Coordinate.Mask data()
-
metric
public Type.Mask metric()
-
unit
public Plot.Mask unit()
-
-