public class JavaMemShellDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
JavaMemShellDetail() |
JavaMemShellDetail(JavaMemShellDetail 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 |
getAnnotations()
Get Annotation
|
String |
getArgs()
Get Java process command line parameters
|
String |
getClassContent()
Get Java Memory Horse Binary Code (base64)
|
String |
getClassContentPretty()
Get Java Memory Trojan Decompilation Code
|
String |
getClassLoaderName()
Get Java Loader Class Name
|
String |
getClassName()
Get Class name
|
String |
getCreateTime()
Get First detection time
|
String |
getDescription()
Get Description
|
String |
getEventDescription()
Get Event description
|
String |
getExe()
Get Java Process Path
|
String |
getInstanceName()
Get Container name
|
String |
getInstanceState()
Get Instance Status: RUNNING, STOPPED, SHUTDOWN...
|
String |
getInterfaces()
Get Inherited API
|
MachineExtraInfo |
getMachineExtraInfo()
Get Additional host information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMachineState()
Get Instance status: RUNNING, STOPPED, SHUTDOWN...
|
String |
getMd5()
Get Class file MD5
|
Long |
getPid()
Get Process ID
|
String |
getPrivateIp()
Get Private IP address
|
String |
getPublicIp()
Get Public IP
|
String |
getRecentFoundTime()
Get Last detection time
|
String |
getSecurityAdvice()
Get Security advice
|
Long |
getStatus()
Get Processing Status.
|
String |
getSuperClassName()
Get Parent class name
|
Long |
getType()
Get Memory Trojan Type.
|
void |
setAnnotations(String Annotations)
Set Annotation
|
void |
setArgs(String Args)
Set Java process command line parameters
|
void |
setClassContent(String ClassContent)
Set Java Memory Horse Binary Code (base64)
|
void |
setClassContentPretty(String ClassContentPretty)
Set Java Memory Trojan Decompilation Code
|
void |
setClassLoaderName(String ClassLoaderName)
Set Java Loader Class Name
|
void |
setClassName(String ClassName)
Set Class name
|
void |
setCreateTime(String CreateTime)
Set First detection time
|
void |
setDescription(String Description)
Set Description
|
void |
setEventDescription(String EventDescription)
Set Event description
|
void |
setExe(String Exe)
Set Java Process Path
|
void |
setInstanceName(String InstanceName)
Set Container name
|
void |
setInstanceState(String InstanceState)
Set Instance Status: RUNNING, STOPPED, SHUTDOWN...
|
void |
setInterfaces(String Interfaces)
Set Inherited API
|
void |
setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set Additional host information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMachineState(String MachineState)
Set Instance status: RUNNING, STOPPED, SHUTDOWN...
|
void |
setMd5(String Md5)
Set Class file MD5
|
void |
setPid(Long Pid)
Set Process ID
|
void |
setPrivateIp(String PrivateIp)
Set Private IP address
|
void |
setPublicIp(String PublicIp)
Set Public IP
|
void |
setRecentFoundTime(String RecentFoundTime)
Set Last detection time
|
void |
setSecurityAdvice(String SecurityAdvice)
Set Security advice
|
void |
setStatus(Long Status)
Set Processing Status.
|
void |
setSuperClassName(String SuperClassName)
Set Parent class name
|
void |
setType(Long Type)
Set Memory Trojan Type.
|
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 JavaMemShellDetail()
public JavaMemShellDetail(JavaMemShellDetail source)
public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Container namepublic String getInstanceState()
public void setInstanceState(String InstanceState)
InstanceState
- Instance Status: RUNNING, STOPPED, SHUTDOWN...public String getPrivateIp()
public void setPrivateIp(String PrivateIp)
PrivateIp
- Private IP addresspublic String getPublicIp()
public void setPublicIp(String PublicIp)
PublicIp
- Public IPpublic 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 getClassLoaderName()
public void setClassLoaderName(String ClassLoaderName)
ClassLoaderName
- Java Loader Class Namepublic String getSuperClassName()
public void setSuperClassName(String SuperClassName)
SuperClassName
- Parent class namepublic String getMd5()
public void setMd5(String Md5)
Md5
- Class file MD5public String getInterfaces()
public void setInterfaces(String Interfaces)
Interfaces
- Inherited APIpublic String getAnnotations()
public void setAnnotations(String Annotations)
Annotations
- Annotationpublic Long getPid()
public void setPid(Long Pid)
Pid
- Process IDpublic String getExe()
public void setExe(String Exe)
Exe
- Java Process Pathpublic String getArgs()
public void setArgs(String Args)
Args
- Java process command line parameterspublic String getClassName()
public void setClassName(String ClassName)
ClassName
- Class namepublic String getClassContent()
public void setClassContent(String ClassContent)
ClassContent
- Java Memory Horse Binary Code (base64)public String getClassContentPretty()
public void setClassContentPretty(String ClassContentPretty)
ClassContentPretty
- Java Memory Trojan Decompilation Codepublic String getEventDescription()
public void setEventDescription(String EventDescription)
EventDescription
- Event descriptionpublic String getSecurityAdvice()
public void setSecurityAdvice(String SecurityAdvice)
SecurityAdvice
- Security advicepublic MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo
- Additional host information
Note: This field may return null, indicating that no valid values can be obtained.public String getMachineState()
public void setMachineState(String MachineState)
MachineState
- Instance status: RUNNING, STOPPED, SHUTDOWN...Copyright © 2025. All rights reserved.