java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.remotemanagement.graphs.SensorTemperature

@ApiType("SoftLayer_Container_RemoteManagement_Graphs_SensorTemperature")
public class SensorTemperature
extends Entity
The SoftLayer_Container_RemoteManagement_Graphs_SensorTemperature contains graphs to display the cpu(s) and system temperatures retrieved from the management card using thermometer graphs.
See Also:
SoftLayer_Container_RemoteManagement_Graphs_SensorTemperature
  • Field Details

    • graph

      @ApiProperty(canBeNullOrNotSet=true) protected byte[] graph
      The graph to display the server's cpu(s) and system temperatures.
    • 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

    • SensorTemperature

      public SensorTemperature()
  • 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()