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
Final status of a cached events export operation.
-
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 Final status of a cached events export operation. voidsetStatus(WrapperSessionExportCachedEventsResponse.WrapperSessionExportCachedEventsResponseStatus status)WrapperSessionExportCachedEventsResponseStatus Final status of a cached events export operation. WrapperSessionExportCachedEventsResponseFailgetFailInfo()WrapperSessionExportCachedEventsResponseFail Details about a failed cached events export. voidsetFailInfo(WrapperSessionExportCachedEventsResponseFail failInfo)WrapperSessionExportCachedEventsResponseFail Details about a failed cached events export. WrapperSessionExportCachedEventsResponseSucceedgetSucceedInfo()WrapperSessionExportCachedEventsResponseSucceed Details about a successful cached events export. voidsetSucceedInfo(WrapperSessionExportCachedEventsResponseSucceed succeedInfo)WrapperSessionExportCachedEventsResponseSucceed Details about a successful cached events export. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getStatus
WrapperSessionExportCachedEventsResponse.WrapperSessionExportCachedEventsResponseStatus getStatus()
WrapperSessionExportCachedEventsResponseStatus
Final status of a cached events export operation.
-
setStatus
void setStatus(WrapperSessionExportCachedEventsResponse.WrapperSessionExportCachedEventsResponseStatus status)
WrapperSessionExportCachedEventsResponseStatus
Final status of a cached events export operation.
-
getFailInfo
WrapperSessionExportCachedEventsResponseFail getFailInfo()
WrapperSessionExportCachedEventsResponseFail
Details about a failed cached events export.
-
setFailInfo
void setFailInfo(WrapperSessionExportCachedEventsResponseFail failInfo)
WrapperSessionExportCachedEventsResponseFail
Details about a failed cached events export.
-
getSucceedInfo
WrapperSessionExportCachedEventsResponseSucceed getSucceedInfo()
WrapperSessionExportCachedEventsResponseSucceed
Details about a successful cached events export.
-
setSucceedInfo
void setSucceedInfo(WrapperSessionExportCachedEventsResponseSucceed succeedInfo)
WrapperSessionExportCachedEventsResponseSucceed
Details about a successful cached events export.
-
hashCode
int hashCode()
-
-
-
-