Class SensorReadingsWithGraphs.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.container.remotemanagement.SensorReadingsWithGraphs.Mask
-
- Enclosing class:
- SensorReadingsWithGraphs
public static class SensorReadingsWithGraphs.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
Modifier and Type Method Description SensorReading.Mask
rawData()
SensorSpeed.Mask
speedGraphs()
SensorTemperature.Mask
temperatureGraphs()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
rawData
public SensorReading.Mask rawData()
-
speedGraphs
public SensorSpeed.Mask speedGraphs()
-
temperatureGraphs
public SensorTemperature.Mask temperatureGraphs()
-
-