Class 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 Detail

      • graphSpecified

        protected boolean graphSpecified
      • titleSpecified

        protected boolean titleSpecified
    • Constructor Detail

      • SensorTemperature

        public SensorTemperature()
    • Method Detail

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