public class VulDefencePluginDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
VulDefencePluginDetail() |
VulDefencePluginDetail(VulDefencePluginDetail 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 |
getErrorLog()
Get 错误日志
|
String |
getInjectLog()
Get 注入日志
|
String |
getMainClass()
Get 注入进程主类名
|
Long |
getPid()
Get 注入进程Pid
|
Long |
getStatus()
Get 插件状态:0: 注入中, 1: 注入成功, 2: 插件超时, 3: 插件退出, 4: 注入失败 5: 软删除
|
void |
setErrorLog(String ErrorLog)
Set 错误日志
|
void |
setInjectLog(String InjectLog)
Set 注入日志
|
void |
setMainClass(String MainClass)
Set 注入进程主类名
|
void |
setPid(Long Pid)
Set 注入进程Pid
|
void |
setStatus(Long Status)
Set 插件状态:0: 注入中, 1: 注入成功, 2: 插件超时, 3: 插件退出, 4: 注入失败 5: 软删除
|
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 VulDefencePluginDetail()
public VulDefencePluginDetail(VulDefencePluginDetail source)
public Long getPid()
public void setPid(Long Pid)
Pid
- 注入进程Pidpublic String getMainClass()
public void setMainClass(String MainClass)
MainClass
- 注入进程主类名public Long getStatus()
public void setStatus(Long Status)
Status
- 插件状态:0: 注入中, 1: 注入成功, 2: 插件超时, 3: 插件退出, 4: 注入失败 5: 软删除public String getErrorLog()
public void setErrorLog(String ErrorLog)
ErrorLog
- 错误日志public String getInjectLog()
public void setInjectLog(String InjectLog)
InjectLog
- 注入日志Copyright © 2023. All rights reserved.