public class ProcessInfo extends Object
| Constructor and Description |
|---|
ProcessInfo() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCpuTime()
Specifies cumulative CPU usage in seconds across all threads of the process since the process
start.
|
Integer |
getId()
Specifies process id.
|
String |
getType()
Specifies process type.
|
void |
setCpuTime(Double cpuTime)
Specifies cumulative CPU usage in seconds across all threads of the process since the process
start.
|
void |
setId(Integer id)
Specifies process id.
|
void |
setType(String type)
Specifies process type.
|
public String getType()
public void setType(String type)
public Integer getId()
public void setId(Integer id)
public Double getCpuTime()
public void setCpuTime(Double cpuTime)
Copyright © 2020. All rights reserved.