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.
See Also:
SoftLayer_Container_RemoteManagement_Graphs_SensorSpeed
  • Field Details

    • graph

      @ApiProperty(canBeNullOrNotSet=true) protected byte[] graph
      The graph to display the server's fan speed.
    • graphSpecified

      protected boolean graphSpecified
    • title

      @ApiProperty(canBeNullOrNotSet=true) protected String 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

      public String getTitle()
    • setTitle

      public void setTitle​(String title)
    • isTitleSpecified

      public boolean isTitleSpecified()
    • unsetTitle

      public void unsetTitle()