public class DeviceServiceInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceServiceInfo() | 
| DeviceServiceInfo(DeviceServiceInfo 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 | getDescription()Get 内存
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getName()Get 名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getProcessId()Get 进程id
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getStartType()Get 启动类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getState()Get 状态
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getUser()Get 启动用户
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCmdLine(String CmdLine)Set 命令行
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDescription(String Description)Set 内存
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setName(String Name)Set 名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProcessId(Long ProcessId)Set 进程id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStartType(Long StartType)Set 启动类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setState(Long State)Set 状态
注意:此字段可能返回 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, toJsonStringpublic DeviceServiceInfo()
public DeviceServiceInfo(DeviceServiceInfo source)
public String getCmdLine()
public void setCmdLine(String CmdLine)
CmdLine - 命令行
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description - 内存
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name - 名称
注意:此字段可能返回 null,表示取不到有效值。public Long getProcessId()
public void setProcessId(Long ProcessId)
ProcessId - 进程id
注意:此字段可能返回 null,表示取不到有效值。public Long getStartType()
public void setStartType(Long StartType)
StartType - 启动类型
注意:此字段可能返回 null,表示取不到有效值。public Long getState()
public void setState(Long State)
State - 状态
注意:此字段可能返回 null,表示取不到有效值。public String getUser()
public void setUser(String User)
User - 启动用户
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.