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 String
getLastError()
The last error received while trying to scan. void
setLastError(String lastError)
The last error received while trying to scan. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-