public class DeviceNetworkInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeviceNetworkInfo() |
DeviceNetworkInfo(DeviceNetworkInfo 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 |
getLocalAddr()
Get 本地地址
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLocalPort()
Get 本地端口
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProcessId()
Get 进程id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProcessName()
Get 进程名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProtocol()
Get 协议
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemoteAddr()
Get 远程地址
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRemotePort()
Get 远程端口
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getState()
Get 状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLocalAddr(String LocalAddr)
Set 本地地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLocalPort(Long LocalPort)
Set 本地端口
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProcessId(Long ProcessId)
Set 进程id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProcessName(String ProcessName)
Set 进程名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtocol(String Protocol)
Set 协议
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemoteAddr(String RemoteAddr)
Set 远程地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemotePort(Long RemotePort)
Set 远程端口
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setState(Long State)
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 DeviceNetworkInfo()
public DeviceNetworkInfo(DeviceNetworkInfo source)
public String getLocalAddr()
public void setLocalAddr(String LocalAddr)
LocalAddr
- 本地地址
注意:此字段可能返回 null,表示取不到有效值。public Long getLocalPort()
public void setLocalPort(Long LocalPort)
LocalPort
- 本地端口
注意:此字段可能返回 null,表示取不到有效值。public Long getProcessId()
public void setProcessId(Long ProcessId)
ProcessId
- 进程id
注意:此字段可能返回 null,表示取不到有效值。public String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- 进程名称
注意:此字段可能返回 null,表示取不到有效值。public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 协议
注意:此字段可能返回 null,表示取不到有效值。public String getRemoteAddr()
public void setRemoteAddr(String RemoteAddr)
RemoteAddr
- 远程地址
注意:此字段可能返回 null,表示取不到有效值。public Long getRemotePort()
public void setRemotePort(Long RemotePort)
RemotePort
- 远程端口
注意:此字段可能返回 null,表示取不到有效值。public Long getState()
public void setState(Long State)
State
- 状态
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.