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