public static final class ChromeOsDevice.CpuStatusReports.CpuTemperatureInfo extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CpuTemperatureInfo() |
| Modifier and Type | Method and Description |
|---|---|
ChromeOsDevice.CpuStatusReports.CpuTemperatureInfo |
clone() |
String |
getLabel()
CPU label
|
Integer |
getTemperature()
Temperature in Celsius degrees.
|
ChromeOsDevice.CpuStatusReports.CpuTemperatureInfo |
set(String fieldName,
Object value) |
ChromeOsDevice.CpuStatusReports.CpuTemperatureInfo |
setLabel(String label)
CPU label
|
ChromeOsDevice.CpuStatusReports.CpuTemperatureInfo |
setTemperature(Integer temperature)
Temperature in Celsius degrees.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getLabel()
null for nonepublic ChromeOsDevice.CpuStatusReports.CpuTemperatureInfo setLabel(String label)
label - label or null for nonepublic Integer getTemperature()
null for nonepublic ChromeOsDevice.CpuStatusReports.CpuTemperatureInfo setTemperature(Integer temperature)
temperature - temperature or null for nonepublic ChromeOsDevice.CpuStatusReports.CpuTemperatureInfo set(String fieldName, Object value)
set in class GenericJsonpublic ChromeOsDevice.CpuStatusReports.CpuTemperatureInfo clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.