Package com.lampa.smi.dtoV1
Class TemperatureType
- java.lang.Object
-
- com.lampa.smi.dtoV1.TemperatureType
-
public class TemperatureType extends java.lang.Object
Java class for temperatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="temperatureType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="gpu_temp" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="gpu_temp_max_threshold" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="gpu_temp_slow_threshold" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="gpu_temp_max_gpu_threshold" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="memory_temp" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="gpu_temp_max_mem_threshold" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TemperatureType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getGpuTemp()
Gets the value of the gpuTemp property.java.lang.Integer
getGpuTempMaxGpuThreshold()
Gets the value of the gpuTempMaxGpuThreshold property.java.lang.Integer
getGpuTempMaxMemThreshold()
Gets the value of the gpuTempMaxMemThreshold property.java.lang.Integer
getGpuTempMaxThreshold()
Gets the value of the gpuTempMaxThreshold property.java.lang.Integer
getGpuTempSlowThreshold()
Gets the value of the gpuTempSlowThreshold property.java.lang.Integer
getMemoryTemp()
Gets the value of the memoryTemp property.void
setGpuTemp(java.lang.String value)
Sets the value of the gpuTemp property.void
setGpuTempMaxGpuThreshold(java.lang.String value)
Sets the value of the gpuTempMaxGpuThreshold property.void
setGpuTempMaxMemThreshold(java.lang.String value)
Sets the value of the gpuTempMaxMemThreshold property.void
setGpuTempMaxThreshold(java.lang.String value)
Sets the value of the gpuTempMaxThreshold property.void
setGpuTempSlowThreshold(java.lang.String value)
Sets the value of the gpuTempSlowThreshold property.void
setMemoryTemp(java.lang.String value)
Sets the value of the memoryTemp property.
-
-
-
Method Detail
-
getGpuTemp
public java.lang.Integer getGpuTemp()
Gets the value of the gpuTemp property.- Returns:
- possible object is
String
-
setGpuTemp
public void setGpuTemp(java.lang.String value)
Sets the value of the gpuTemp property.- Parameters:
value
- allowed object isString
-
getGpuTempMaxThreshold
public java.lang.Integer getGpuTempMaxThreshold()
Gets the value of the gpuTempMaxThreshold property.- Returns:
- possible object is
String
-
setGpuTempMaxThreshold
public void setGpuTempMaxThreshold(java.lang.String value)
Sets the value of the gpuTempMaxThreshold property.- Parameters:
value
- allowed object isString
-
getGpuTempSlowThreshold
public java.lang.Integer getGpuTempSlowThreshold()
Gets the value of the gpuTempSlowThreshold property.- Returns:
- possible object is
String
-
setGpuTempSlowThreshold
public void setGpuTempSlowThreshold(java.lang.String value)
Sets the value of the gpuTempSlowThreshold property.- Parameters:
value
- allowed object isString
-
getGpuTempMaxGpuThreshold
public java.lang.Integer getGpuTempMaxGpuThreshold()
Gets the value of the gpuTempMaxGpuThreshold property.- Returns:
- possible object is
String
-
setGpuTempMaxGpuThreshold
public void setGpuTempMaxGpuThreshold(java.lang.String value)
Sets the value of the gpuTempMaxGpuThreshold property.- Parameters:
value
- allowed object isString
-
getMemoryTemp
public java.lang.Integer getMemoryTemp()
Gets the value of the memoryTemp property.- Returns:
- possible object is
String
-
setMemoryTemp
public void setMemoryTemp(java.lang.String value)
Sets the value of the memoryTemp property.- Parameters:
value
- allowed object isString
-
getGpuTempMaxMemThreshold
public java.lang.Integer getGpuTempMaxMemThreshold()
Gets the value of the gpuTempMaxMemThreshold property.- Returns:
- possible object is
String
-
setGpuTempMaxMemThreshold
public void setGpuTempMaxMemThreshold(java.lang.String value)
Sets the value of the gpuTempMaxMemThreshold property.- Parameters:
value
- allowed object isString
-
-