public class OpenPort extends AbstractModel
Constructor and Description |
---|
OpenPort() |
OpenPort(OpenPort 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 |
getCreateTime()
Get Record creation time.
|
Long |
getId()
Get Unique ID.
|
String |
getMachineIp()
Get Server IP.
|
String |
getMachineName()
Get Server name.
|
String |
getModifyTime()
Get Record update time.
|
Long |
getPid()
Get Process `Pid` corresponding to port.
|
Long |
getPort()
Get Open port number.
|
String |
getProcessName()
Get Process name corresponding to port.
|
String |
getUuid()
Get CWP agent `UUID`.
|
void |
setCreateTime(String CreateTime)
Set Record creation time.
|
void |
setId(Long Id)
Set Unique ID.
|
void |
setMachineIp(String MachineIp)
Set Server IP.
|
void |
setMachineName(String MachineName)
Set Server name.
|
void |
setModifyTime(String ModifyTime)
Set Record update time.
|
void |
setPid(Long Pid)
Set Process `Pid` corresponding to port.
|
void |
setPort(Long Port)
Set Open port number.
|
void |
setProcessName(String ProcessName)
Set Process name corresponding to port.
|
void |
setUuid(String Uuid)
Set CWP agent `UUID`.
|
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 OpenPort()
public OpenPort(OpenPort source)
public Long getId()
public void setId(Long Id)
Id
- Unique ID.public String getUuid()
public void setUuid(String Uuid)
Uuid
- CWP agent `UUID`.public Long getPort()
public void setPort(Long Port)
Port
- Open port number.public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- Server IP.public String getMachineName()
public void setMachineName(String MachineName)
MachineName
- Server name.public String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- Process name corresponding to port.public Long getPid()
public void setPid(Long Pid)
Pid
- Process `Pid` corresponding to port.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Record creation time.public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Record update time.Copyright © 2023. All rights reserved.