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