public class ProcessDetailBaseInfo extends AbstractModel
Constructor and Description |
---|
ProcessDetailBaseInfo() |
ProcessDetailBaseInfo(ProcessDetailBaseInfo 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 |
---|---|
Long |
getProcessId()
Get Process PID
|
String |
getProcessName()
Get Process name
|
String |
getProcessParam()
Get Process command line parameter
|
String |
getProcessPath()
Get Process path
|
String |
getProcessStartUser()
Get Process initiator
|
String |
getProcessUserGroup()
Get Process user group
|
void |
setProcessId(Long ProcessId)
Set Process PID
|
void |
setProcessName(String ProcessName)
Set Process name
|
void |
setProcessParam(String ProcessParam)
Set Process command line parameter
|
void |
setProcessPath(String ProcessPath)
Set Process path
|
void |
setProcessStartUser(String ProcessStartUser)
Set Process initiator
|
void |
setProcessUserGroup(String ProcessUserGroup)
Set Process user group
|
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 ProcessDetailBaseInfo()
public ProcessDetailBaseInfo(ProcessDetailBaseInfo source)
public String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- Process namepublic Long getProcessId()
public void setProcessId(Long ProcessId)
ProcessId
- Process PIDpublic String getProcessStartUser()
public void setProcessStartUser(String ProcessStartUser)
ProcessStartUser
- Process initiatorpublic String getProcessUserGroup()
public void setProcessUserGroup(String ProcessUserGroup)
ProcessUserGroup
- Process user grouppublic String getProcessPath()
public void setProcessPath(String ProcessPath)
ProcessPath
- Process pathpublic String getProcessParam()
public void setProcessParam(String ProcessParam)
ProcessParam
- Process command line parameterCopyright © 2023. All rights reserved.