Package io.anyline.wrapper.config
Class WrapperSessionScanResponseFail
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanResponseFail implements Serializable
WrapperSessionScanResponseFail
-
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanResponseFail()
-
Method Summary
Modifier and Type Method Description StringgetLastError()The last error received while trying to scan. voidsetLastError(String lastError)The last error received while trying to scan. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getLastError
String getLastError()
The last error received while trying to scan.
-
setLastError
void setLastError(String lastError)
The last error received while trying to scan.
-
hashCode
int hashCode()
-
-
-
-