public static final class ChromeOsDevice.CpuStatusReports.CpuTemperatureInfo extends GenericJson
GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 GenericJson
public ChromeOsDevice.CpuStatusReports.CpuTemperatureInfo clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.