public class VulDefencePlugin extends AbstractModel
Constructor and Description |
---|
VulDefencePlugin() |
VulDefencePlugin(VulDefencePlugin 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 Error log
|
String |
getMainClass()
Get Main class name of the process
|
Long |
getPID()
Get PID of the Java process
|
String |
getStatus()
Get Plugin status.
|
void |
setErrorLog(String ErrorLog)
Set Error log
|
void |
setMainClass(String MainClass)
Set Main class name of the process
|
void |
setPID(Long PID)
Set PID of the Java process
|
void |
setStatus(String Status)
Set Plugin status.
|
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 VulDefencePlugin()
public VulDefencePlugin(VulDefencePlugin source)
public Long getPID()
public void setPID(Long PID)
PID
- PID of the Java processpublic String getMainClass()
public void setMainClass(String MainClass)
MainClass
- Main class name of the processpublic String getStatus()
public void setStatus(String Status)
Status
- Plugin status. Valid values: `INJECTING` (injecting); `SUCCESS` (injected successfully); `FAIL` (injection failed); `TIMEOUT` (plugin timed out); `QUIT` (plugin exited).public String getErrorLog()
public void setErrorLog(String ErrorLog)
ErrorLog
- Error logCopyright © 2023. All rights reserved.