public static final class ChromeOsDevice.CpuInfo.LogicalCpus.CStates extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CStates() |
Modifier and Type | Method and Description |
---|---|
ChromeOsDevice.CpuInfo.LogicalCpus.CStates |
clone() |
String |
getDisplayName()
Name of the state.
|
String |
getSessionDuration()
Time spent in the state since the last reboot.
|
ChromeOsDevice.CpuInfo.LogicalCpus.CStates |
set(String fieldName,
Object value) |
ChromeOsDevice.CpuInfo.LogicalCpus.CStates |
setDisplayName(String displayName)
Name of the state.
|
ChromeOsDevice.CpuInfo.LogicalCpus.CStates |
setSessionDuration(String sessionDuration)
Time spent in the state since the last reboot.
|
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 getDisplayName()
null
for nonepublic ChromeOsDevice.CpuInfo.LogicalCpus.CStates setDisplayName(String displayName)
displayName
- displayName or null
for nonepublic String getSessionDuration()
null
for nonepublic ChromeOsDevice.CpuInfo.LogicalCpus.CStates setSessionDuration(String sessionDuration)
sessionDuration
- sessionDuration or null
for nonepublic ChromeOsDevice.CpuInfo.LogicalCpus.CStates set(String fieldName, Object value)
set
in class GenericJson
public ChromeOsDevice.CpuInfo.LogicalCpus.CStates clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.