Package io.anyline.wrapper.config
Class WrapperSessionScanStopRequest
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanStopRequest implements Serializable
WrapperSessionScanStopRequest
Request to stop the current scanning session with optional message explaining the reason for termination.
-
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanStopRequest()
-
Method Summary
Modifier and Type Method Description StringgetMessage()The stop message. voidsetMessage(String message)The stop message. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getMessage
String getMessage()
The stop message.
-
setMessage
void setMessage(String message)
The stop message.
-
hashCode
int hashCode()
-
-
-
-