Package io.anyline.wrapper.config
Class WrapperSessionSdkInitializationResponse
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionSdkInitializationResponse implements Serializable
WrapperSessionSdkInitializationResponse
Response containing SDK initialization result. Must include either failInfo (if initialization failed) or succeedInfo (if successful). The 'initialized' boolean indicates the overall status.
-
-
Field Summary
Fields Modifier and Type Field Description public Booleaninitializedpublic WrapperSessionSdkInitializationResponseNotInitializedfailInfopublic WrapperSessionSdkInitializationResponseInitializedsucceedInfo
-
Constructor Summary
Constructors Constructor Description WrapperSessionSdkInitializationResponse()
-
Method Summary
Modifier and Type Method Description BooleangetInitialized()True if SDK initialization succeeded and scanning is available, false if initialization failed. voidsetInitialized(Boolean initialized)True if SDK initialization succeeded and scanning is available, false if initialization failed. WrapperSessionSdkInitializationResponseNotInitializedgetFailInfo()WrapperSessionSdkInitializationResponseNotInitialized voidsetFailInfo(WrapperSessionSdkInitializationResponseNotInitialized failInfo)WrapperSessionSdkInitializationResponseNotInitialized WrapperSessionSdkInitializationResponseInitializedgetSucceedInfo()WrapperSessionSdkInitializationResponseInitialized voidsetSucceedInfo(WrapperSessionSdkInitializationResponseInitialized succeedInfo)WrapperSessionSdkInitializationResponseInitialized StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getInitialized
Boolean getInitialized()
True if SDK initialization succeeded and scanning is available, false if initialization failed.
-
setInitialized
void setInitialized(Boolean initialized)
True if SDK initialization succeeded and scanning is available, false if initialization failed.
-
getFailInfo
WrapperSessionSdkInitializationResponseNotInitialized getFailInfo()
WrapperSessionSdkInitializationResponseNotInitialized
-
setFailInfo
void setFailInfo(WrapperSessionSdkInitializationResponseNotInitialized failInfo)
WrapperSessionSdkInitializationResponseNotInitialized
-
getSucceedInfo
WrapperSessionSdkInitializationResponseInitialized getSucceedInfo()
WrapperSessionSdkInitializationResponseInitialized
-
setSucceedInfo
void setSucceedInfo(WrapperSessionSdkInitializationResponseInitialized succeedInfo)
WrapperSessionSdkInitializationResponseInitialized
-
hashCode
int hashCode()
-
-
-
-