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 enum
WrapperSessionScanResultExtraInfo.ViewPluginType
The type of the source ViewPlugin that generated result(s).
-
Field Summary
Fields Modifier and Type Field Description public WrapperSessionScanResultExtraInfo.ViewPluginType
viewPluginType
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanResultExtraInfo()
-
Method Summary
Modifier and Type Method Description WrapperSessionScanResultExtraInfo.ViewPluginType
getViewPluginType()
The type of the source ViewPlugin that generated result(s). void
setViewPluginType(WrapperSessionScanResultExtraInfo.ViewPluginType viewPluginType)
The type of the source ViewPlugin that generated result(s). String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-