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 Boolean
initialized
public WrapperSessionSdkInitializationResponseNotInitialized
failInfo
public WrapperSessionSdkInitializationResponseInitialized
succeedInfo
-
Constructor Summary
Constructors Constructor Description WrapperSessionSdkInitializationResponse()
-
Method Summary
Modifier and Type Method Description Boolean
getInitialized()
True if SDK initialization succeeded and scanning is available, false if initialization failed. void
setInitialized(Boolean initialized)
True if SDK initialization succeeded and scanning is available, false if initialization failed. WrapperSessionSdkInitializationResponseNotInitialized
getFailInfo()
WrapperSessionSdkInitializationResponseNotInitialized void
setFailInfo(WrapperSessionSdkInitializationResponseNotInitialized failInfo)
WrapperSessionSdkInitializationResponseNotInitialized WrapperSessionSdkInitializationResponseInitialized
getSucceedInfo()
WrapperSessionSdkInitializationResponseInitialized void
setSucceedInfo(WrapperSessionSdkInitializationResponseInitialized succeedInfo)
WrapperSessionSdkInitializationResponseInitialized String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-