Package io.anyline.wrapper.config
Class WrapperSessionScanResultExtraInfo
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanResultExtraInfo implements Serializable
WrapperSessionScanResultExtraInfo
Extra information returned by a scanning session.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWrapperSessionScanResultExtraInfo.ViewPluginTypeThe type of the source ViewPlugin that generated result(s).
-
Field Summary
Fields Modifier and Type Field Description public WrapperSessionScanResultExtraInfo.ViewPluginTypeviewPluginType
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanResultExtraInfo()
-
Method Summary
Modifier and Type Method Description WrapperSessionScanResultExtraInfo.ViewPluginTypegetViewPluginType()The type of the source ViewPlugin that generated result(s). voidsetViewPluginType(WrapperSessionScanResultExtraInfo.ViewPluginType viewPluginType)The type of the source ViewPlugin that generated result(s). StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getViewPluginType
WrapperSessionScanResultExtraInfo.ViewPluginType getViewPluginType()
The type of the source ViewPlugin that generated result(s).
-
setViewPluginType
void setViewPluginType(WrapperSessionScanResultExtraInfo.ViewPluginType viewPluginType)
The type of the source ViewPlugin that generated result(s).
-
hashCode
int hashCode()
-
-
-
-