public class DeviceProcessInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeviceProcessInfo() |
DeviceProcessInfo(DeviceProcessInfo 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 |
getCmdLine()
Get 命令行
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMemory()
Get 内存
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPath()
Get 路径
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProcessId()
Get 进程id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUser()
Get 启动用户
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCmdLine(String CmdLine)
Set 命令行
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMemory(String Memory)
Set 内存
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPath(String Path)
Set 路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProcessId(Long ProcessId)
Set 进程id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUser(String User)
Set 启动用户
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeviceProcessInfo()
public DeviceProcessInfo(DeviceProcessInfo source)
public String getCmdLine()
public void setCmdLine(String CmdLine)
CmdLine
- 命令行
注意:此字段可能返回 null,表示取不到有效值。public String getMemory()
public void setMemory(String Memory)
Memory
- 内存
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 名称
注意:此字段可能返回 null,表示取不到有效值。public String getPath()
public void setPath(String Path)
Path
- 路径
注意:此字段可能返回 null,表示取不到有效值。public Long getProcessId()
public void setProcessId(Long ProcessId)
ProcessId
- 进程id
注意:此字段可能返回 null,表示取不到有效值。public String getUser()
public void setUser(String User)
User
- 启动用户
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.