public class JavaMemShellPluginInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
JavaMemShellPluginInfo() |
JavaMemShellPluginInfo(JavaMemShellPluginInfo 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 |
getMainClass()
Get 注入进程主类
|
Long |
getPid()
Get 注入进程pid
|
Long |
getStatus()
Get 注入状态:0: 注入中, 1: 注入成功, 2: 插件超时, 3: 插件退出, 4: 注入失败 5: 软删除
|
void |
setErrorLog(String ErrorLog)
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public JavaMemShellPluginInfo()
public JavaMemShellPluginInfo(JavaMemShellPluginInfo 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
- 错误日志Copyright © 2024. All rights reserved.