Class ProcessInfo

java.lang.Object
io.webfolder.cdp.type.systeminfo.ProcessInfo

public class ProcessInfo extends Object
Represents process info.
  • Constructor Details

    • ProcessInfo

      public ProcessInfo()
  • Method Details

    • getType

      public String getType()
      Specifies process type.
    • setType

      public void setType(String type)
      Specifies process type.
    • getId

      public Integer getId()
      Specifies process id.
    • setId

      public void setId(Integer id)
      Specifies process id.
    • getCpuTime

      public Double getCpuTime()
      Specifies cumulative CPU usage in seconds across all threads of the process since the process start.
    • setCpuTime

      public void setCpuTime(Double cpuTime)
      Specifies cumulative CPU usage in seconds across all threads of the process since the process start.
    • toString

      public String toString()
      Overrides:
      toString in class Object