public class JavaMemShellInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
JavaMemShellInfo() |
JavaMemShellInfo(JavaMemShellInfo 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 |
getAlias()
Get Server name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreateTime()
Get First detection time
|
String |
getDescription()
Get Description
|
String |
getHostIp()
Get Server IP address
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getId()
Get Event ID
|
MachineExtraInfo |
getMachineExtraInfo()
Get Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getQuuid()
Get Server QUUID
|
String |
getRecentFoundTime()
Get Last detection time
|
Long |
getStatus()
Get Processing Status.
|
Long |
getType()
Get Memory Trojan Type.
|
String |
getUuid()
Get Server UUID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAlias(String Alias)
Set Server name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTime(String CreateTime)
Set First detection time
|
void |
setDescription(String Description)
Set Description
|
void |
setHostIp(String HostIp)
Set Server IP address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setId(Long Id)
Set Event ID
|
void |
setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setQuuid(String Quuid)
Set Server QUUID
|
void |
setRecentFoundTime(String RecentFoundTime)
Set Last detection time
|
void |
setStatus(Long Status)
Set Processing Status.
|
void |
setType(Long Type)
Set Memory Trojan Type.
|
void |
setUuid(String Uuid)
Set Server UUID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public JavaMemShellInfo()
public JavaMemShellInfo(JavaMemShellInfo source)
public Long getId()
public void setId(Long Id)
Id
- Event IDpublic String getAlias()
public void setAlias(String Alias)
Alias
- Server name
Note: This field may return null, indicating that no valid values can be obtained.public String getHostIp()
public void setHostIp(String HostIp)
HostIp
- Server IP address
Note: This field may return null, indicating that no valid values can be obtained.public Long getType()
public void setType(Long Type)
Type
- Memory Trojan Type. 0: Filter Type; 1: Listener Type; 2: Servlet Type; 3: Interceptors Type; 4: Agent Type; 5: Otherpublic String getDescription()
public void setDescription(String Description)
Description
- Descriptionpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- First detection timepublic String getRecentFoundTime()
public void setRecentFoundTime(String RecentFoundTime)
RecentFoundTime
- Last detection timepublic Long getStatus()
public void setStatus(Long Status)
Status
- Processing Status. 0 - Pending; 1 - Allowlisted; 2 - Deleted; 3 - Ignored; 4 - Manually Processedpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Server QUUIDpublic MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo
- Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.public String getUuid()
public void setUuid(String Uuid)
Uuid
- Server UUID
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.