Package io.anyline.wrapper.config
Class WrapperSessionExportCachedEventsResponse
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionExportCachedEventsResponse implements Serializable
WrapperSessionExportCachedEventsResponse
Response from cached events export operation. Includes either failInfo (if export failed) or succeedInfo (if successful), corresponding to the status field.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWrapperSessionExportCachedEventsResponse.WrapperSessionExportCachedEventsResponseStatusWrapperSessionExportCachedEventsResponseStatus
Status of the cached events exporting process.
-
Field Summary
Fields Modifier and Type Field Description public WrapperSessionExportCachedEventsResponse.WrapperSessionExportCachedEventsResponseStatusstatuspublic WrapperSessionExportCachedEventsResponseFailfailInfopublic WrapperSessionExportCachedEventsResponseSucceedsucceedInfo
-
Constructor Summary
Constructors Constructor Description WrapperSessionExportCachedEventsResponse()
-
Method Summary
Modifier and Type Method Description WrapperSessionExportCachedEventsResponse.WrapperSessionExportCachedEventsResponseStatusgetStatus()WrapperSessionExportCachedEventsResponseStatus Status of the cached events exporting process. voidsetStatus(WrapperSessionExportCachedEventsResponse.WrapperSessionExportCachedEventsResponseStatus status)WrapperSessionExportCachedEventsResponseStatus Status of the cached events exporting process. WrapperSessionExportCachedEventsResponseFailgetFailInfo()WrapperSessionExportCachedEventsResponseFail voidsetFailInfo(WrapperSessionExportCachedEventsResponseFail failInfo)WrapperSessionExportCachedEventsResponseFail WrapperSessionExportCachedEventsResponseSucceedgetSucceedInfo()WrapperSessionExportCachedEventsResponseSucceed voidsetSucceedInfo(WrapperSessionExportCachedEventsResponseSucceed succeedInfo)WrapperSessionExportCachedEventsResponseSucceed StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getStatus
WrapperSessionExportCachedEventsResponse.WrapperSessionExportCachedEventsResponseStatus getStatus()
WrapperSessionExportCachedEventsResponseStatus
Status of the cached events exporting process.
-
setStatus
void setStatus(WrapperSessionExportCachedEventsResponse.WrapperSessionExportCachedEventsResponseStatus status)
WrapperSessionExportCachedEventsResponseStatus
Status of the cached events exporting process.
-
getFailInfo
WrapperSessionExportCachedEventsResponseFail getFailInfo()
WrapperSessionExportCachedEventsResponseFail
-
setFailInfo
void setFailInfo(WrapperSessionExportCachedEventsResponseFail failInfo)
WrapperSessionExportCachedEventsResponseFail
-
getSucceedInfo
WrapperSessionExportCachedEventsResponseSucceed getSucceedInfo()
WrapperSessionExportCachedEventsResponseSucceed
-
setSucceedInfo
void setSucceedInfo(WrapperSessionExportCachedEventsResponseSucceed succeedInfo)
WrapperSessionExportCachedEventsResponseSucceed
-
hashCode
int hashCode()
-
-
-
-