Modifier and Type | Field and Description |
---|---|
long |
cpu |
boolean |
current |
boolean |
halted |
Long |
nip |
Long |
npc |
Long |
pc |
Long |
PC |
String |
qomPath |
long |
threadId |
Constructor and Description |
---|
CpuInfo() |
CpuInfo(long cpu,
boolean current,
boolean halted,
String qomPath,
Long pc,
Long nip,
Long npc,
Long PC,
long threadId) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
CpuInfo |
withCpu(long value) |
CpuInfo |
withCurrent(boolean value) |
CpuInfo |
withHalted(boolean value) |
CpuInfo |
withNip(Long value) |
CpuInfo |
withNpc(Long value) |
CpuInfo |
withPc(Long value) |
CpuInfo |
withPC(Long value) |
CpuInfo |
withQomPath(String value) |
CpuInfo |
withThreadId(long value) |
toString
@CheckForNull public Long pc
@CheckForNull public Long nip
@CheckForNull public Long npc
@CheckForNull public Long PC
public CpuInfo()
@Nonnull public CpuInfo withCurrent(boolean value)
@Nonnull public CpuInfo withHalted(boolean value)
@Nonnull public CpuInfo withQomPath(String value)
@Nonnull public CpuInfo withThreadId(long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException