public class Process extends AbstractModel
Constructor and Description |
---|
Process() |
Process(Process source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get 创建时间。
|
String |
getFullPath()
Get 进程路径。
|
Long |
getId()
Get 唯一ID。
|
String |
getMachineIp()
Get 主机内网IP。
|
String |
getMachineName()
Get 主机名。
|
Long |
getPid()
Get 进程Pid。
|
String |
getPlatform()
Get 所属平台。
WIN32:windows32位
WIN64:windows64位
LINUX32:Linux32位
LINUX64:Linux64位
|
Long |
getPpid()
Get 进程Ppid。
|
String |
getProcessName()
Get 进程名。
|
String |
getUsername()
Get 进程用户名。
|
String |
getUuid()
Get 云镜客户端唯一UUID。
|
void |
setCreateTime(String CreateTime)
Set 创建时间。
|
void |
setFullPath(String FullPath)
Set 进程路径。
|
void |
setId(Long Id)
Set 唯一ID。
|
void |
setMachineIp(String MachineIp)
Set 主机内网IP。
|
void |
setMachineName(String MachineName)
Set 主机名。
|
void |
setPid(Long Pid)
Set 进程Pid。
|
void |
setPlatform(String Platform)
Set 所属平台。
WIN32:windows32位
WIN64:windows64位
LINUX32:Linux32位
LINUX64:Linux64位
|
void |
setPpid(Long Ppid)
Set 进程Ppid。
|
void |
setProcessName(String ProcessName)
Set 进程名。
|
void |
setUsername(String Username)
Set 进程用户名。
|
void |
setUuid(String Uuid)
Set 云镜客户端唯一UUID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Process()
public Process(Process source)
public Long getId()
public void setId(Long Id)
Id
- 唯一ID。public String getUuid()
public void setUuid(String Uuid)
Uuid
- 云镜客户端唯一UUID。public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- 主机内网IP。public String getMachineName()
public void setMachineName(String MachineName)
MachineName
- 主机名。public Long getPid()
public void setPid(Long Pid)
Pid
- 进程Pid。public Long getPpid()
public void setPpid(Long Ppid)
Ppid
- 进程Ppid。public String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- 进程名。public String getUsername()
public void setUsername(String Username)
Username
- 进程用户名。public String getPlatform()
public void setPlatform(String Platform)
Platform
- 所属平台。
public String getFullPath()
public void setFullPath(String FullPath)
FullPath
- 进程路径。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间。Copyright © 2022. All rights reserved.