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 enum
WrapperSessionExportCachedEventsResponse.WrapperSessionExportCachedEventsResponseStatus
WrapperSessionExportCachedEventsResponseStatus
Status of the cached events exporting process.
-
Field Summary
Fields Modifier and Type Field Description public WrapperSessionExportCachedEventsResponse.WrapperSessionExportCachedEventsResponseStatus
status
public WrapperSessionExportCachedEventsResponseFail
failInfo
public WrapperSessionExportCachedEventsResponseSucceed
succeedInfo
-
Constructor Summary
Constructors Constructor Description WrapperSessionExportCachedEventsResponse()
-
Method Summary
Modifier and Type Method Description WrapperSessionExportCachedEventsResponse.WrapperSessionExportCachedEventsResponseStatus
getStatus()
WrapperSessionExportCachedEventsResponseStatus Status of the cached events exporting process. void
setStatus(WrapperSessionExportCachedEventsResponse.WrapperSessionExportCachedEventsResponseStatus status)
WrapperSessionExportCachedEventsResponseStatus Status of the cached events exporting process. WrapperSessionExportCachedEventsResponseFail
getFailInfo()
WrapperSessionExportCachedEventsResponseFail void
setFailInfo(WrapperSessionExportCachedEventsResponseFail failInfo)
WrapperSessionExportCachedEventsResponseFail WrapperSessionExportCachedEventsResponseSucceed
getSucceedInfo()
WrapperSessionExportCachedEventsResponseSucceed void
setSucceedInfo(WrapperSessionExportCachedEventsResponseSucceed succeedInfo)
WrapperSessionExportCachedEventsResponseSucceed String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-