public class DeviceCpuStats extends Object
Constructor and Description |
---|
DeviceCpuStats()
Instantiates DeviceCpuStats object with default value.
|
DeviceCpuStats(float used)
Creates DeviceCpuStats object with given value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
float |
getUsed()
Get cpu usage of device.
|
int |
hashCode() |
void |
setUsed(float used)
Set cpu usage of device.
|
String |
toString() |
public DeviceCpuStats()
public DeviceCpuStats(float used)
used
- cpu usage of device