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