Package io.anyline.wrapper.config
Class WrapperSessionScanResponseAbort
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanResponseAbort implements Serializable
WrapperSessionScanResponseAbort
Details about an aborted scan session.
-
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanResponseAbort()
-
Method Summary
Modifier and Type Method Description StringgetMessage()Optional message provided when the scan session was aborted. voidsetMessage(String message)Optional message provided when the scan session was aborted. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getMessage
String getMessage()
Optional message provided when the scan session was aborted.
-
setMessage
void setMessage(String message)
Optional message provided when the scan session was aborted.
-
hashCode
int hashCode()
-
-
-
-