Class Process
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.yunjing.v20180228.models.Process
-
public class Process extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTime()Get 创建时间。StringgetFullPath()Get 进程路径。LonggetId()Get 唯一ID。StringgetMachineIp()Get 主机内网IP。StringgetMachineName()Get 主机名。LonggetPid()Get 进程Pid。StringgetPlatform()Get 所属平台。 WIN32:windows32位 WIN64:windows64位 LINUX32:Linux32位 LINUX64:Linux64位LonggetPpid()Get 进程Ppid。StringgetProcessName()Get 进程名。StringgetUsername()Get 进程用户名。StringgetUuid()Get 云镜客户端唯一UUID。voidsetCreateTime(String CreateTime)Set 创建时间。voidsetFullPath(String FullPath)Set 进程路径。voidsetId(Long Id)Set 唯一ID。voidsetMachineIp(String MachineIp)Set 主机内网IP。voidsetMachineName(String MachineName)Set 主机名。voidsetPid(Long Pid)Set 进程Pid。voidsetPlatform(String Platform)Set 所属平台。 WIN32:windows32位 WIN64:windows64位 LINUX32:Linux32位 LINUX64:Linux64位voidsetPpid(Long Ppid)Set 进程Ppid。voidsetProcessName(String ProcessName)Set 进程名。voidsetUsername(String Username)Set 进程用户名。voidsetUuid(String Uuid)Set 云镜客户端唯一UUID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Process
public Process()
-
Process
public 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.
-
-
Method Detail
-
getId
public Long getId()
Get 唯一ID。- Returns:
- Id 唯一ID。
-
setId
public void setId(Long Id)
Set 唯一ID。- Parameters:
Id- 唯一ID。
-
getUuid
public String getUuid()
Get 云镜客户端唯一UUID。- Returns:
- Uuid 云镜客户端唯一UUID。
-
setUuid
public void setUuid(String Uuid)
Set 云镜客户端唯一UUID。- Parameters:
Uuid- 云镜客户端唯一UUID。
-
getMachineIp
public String getMachineIp()
Get 主机内网IP。- Returns:
- MachineIp 主机内网IP。
-
setMachineIp
public void setMachineIp(String MachineIp)
Set 主机内网IP。- Parameters:
MachineIp- 主机内网IP。
-
getMachineName
public String getMachineName()
Get 主机名。- Returns:
- MachineName 主机名。
-
setMachineName
public void setMachineName(String MachineName)
Set 主机名。- Parameters:
MachineName- 主机名。
-
getPid
public Long getPid()
Get 进程Pid。- Returns:
- Pid 进程Pid。
-
setPid
public void setPid(Long Pid)
Set 进程Pid。- Parameters:
Pid- 进程Pid。
-
getPpid
public Long getPpid()
Get 进程Ppid。- Returns:
- Ppid 进程Ppid。
-
setPpid
public void setPpid(Long Ppid)
Set 进程Ppid。- Parameters:
Ppid- 进程Ppid。
-
getProcessName
public String getProcessName()
Get 进程名。- Returns:
- ProcessName 进程名。
-
setProcessName
public void setProcessName(String ProcessName)
Set 进程名。- Parameters:
ProcessName- 进程名。
-
getUsername
public String getUsername()
Get 进程用户名。- Returns:
- Username 进程用户名。
-
setUsername
public void setUsername(String Username)
Set 进程用户名。- Parameters:
Username- 进程用户名。
-
getPlatform
public String getPlatform()
Get 所属平台。- WIN32:windows32位
- WIN64:windows64位
- LINUX32:Linux32位
- LINUX64:Linux64位
- Returns:
- Platform 所属平台。
- WIN32:windows32位
- WIN64:windows64位
- LINUX32:Linux32位
- LINUX64:Linux64位
-
setPlatform
public void setPlatform(String Platform)
Set 所属平台。- WIN32:windows32位
- WIN64:windows64位
- LINUX32:Linux32位
- LINUX64:Linux64位
- Parameters:
Platform- 所属平台。- WIN32:windows32位
- WIN64:windows64位
- LINUX32:Linux32位
- LINUX64:Linux64位
-
getFullPath
public String getFullPath()
Get 进程路径。- Returns:
- FullPath 进程路径。
-
setFullPath
public void setFullPath(String FullPath)
Set 进程路径。- Parameters:
FullPath- 进程路径。
-
getCreateTime
public String getCreateTime()
Get 创建时间。- Returns:
- CreateTime 创建时间。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间。- Parameters:
CreateTime- 创建时间。
-
-