public class WaterMeterCpuTicksV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
long[][] |
cpu_ticks
array of tick counts per core
|
int |
nodeidx
Index of node to query ticks for (0-based)
|
_exclude_fields| Constructor and Description |
|---|
WaterMeterCpuTicksV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public int nodeidx
public long[][] cpu_ticks
public java.lang.String toString()
toString in class RequestSchema