Class SensorSpeed
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.remotemanagement.graphs.SensorSpeed
@ApiType("SoftLayer_Container_RemoteManagement_Graphs_SensorSpeed") public class SensorSpeed extends Entity
The SoftLayer_Container_RemoteManagement_Graphs_SensorSpeed contains graphs to display speed for each of the server's fans. Fan speeds are gathered from the server's remote management card.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SensorSpeed.Mask
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
graph
The graph to display the server's fan speed.protected boolean
graphSpecified
protected String
title
A title that may be used to display for the graph.protected boolean
titleSpecified
-
Constructor Summary
Constructors Constructor Description SensorSpeed()
-
Method Summary
Modifier and Type Method Description byte[]
getGraph()
String
getTitle()
boolean
isGraphSpecified()
boolean
isTitleSpecified()
void
setGraph(byte[] graph)
void
setTitle(String title)
void
unsetGraph()
void
unsetTitle()
-
Field Details
-
graph
The graph to display the server's fan speed. -
graphSpecified
protected boolean graphSpecified -
title
A title that may be used to display for the graph. -
titleSpecified
protected boolean titleSpecified
-
-
Constructor Details
-
SensorSpeed
public SensorSpeed()
-
-
Method Details
-
getGraph
public byte[] getGraph() -
setGraph
public void setGraph(byte[] graph) -
isGraphSpecified
public boolean isGraphSpecified() -
unsetGraph
public void unsetGraph() -
getTitle
-
setTitle
-
isTitleSpecified
public boolean isTitleSpecified() -
unsetTitle
public void unsetTitle()
-