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 String
getMessage()
The stop message. void
setMessage(String message)
The stop message. String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getMessage
String getMessage()
The stop message.
-
setMessage
void setMessage(String message)
The stop message.
-
hashCode
int hashCode()
-
-
-
-