Package com.incode.welcome_sdk.results
Class VideoSelfieResult
-
- All Implemented Interfaces:
public final class VideoSelfieResult extends BaseResult
Stores result of video selfie module
-
-
Field Summary
Fields Modifier and Type Field Description private final ResultCode
code
private String
videoFilePath
private String
audioFilePath
private String
selfieImagePath
private String
idFrontImagePath
private String
idBackImagePath
private String
documentImagePath
private String
voiceConsentSelfiePath
public ResultCode
resultCode
public Throwable
error
-
Constructor Summary
Constructors Constructor Description VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath, String idBackImagePath, String documentImagePath, String voiceConsentSelfiePath)
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath, String idBackImagePath, String documentImagePath)
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath, String idBackImagePath)
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath)
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath)
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath)
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath)
VideoSelfieResult(ResultCode code, Throwable error)
VideoSelfieResult(ResultCode code)
-
Method Summary
Modifier and Type Method Description final ResultCode
getCode()
final String
getVideoFilePath()
URI pointing to the video file final Unit
setVideoFilePath(String videoFilePath)
URI pointing to the video file final String
getAudioFilePath()
URI pointing to the audio file final Unit
setAudioFilePath(String audioFilePath)
URI pointing to the audio file final String
getSelfieImagePath()
URI pointing to the selfie file final Unit
setSelfieImagePath(String selfieImagePath)
URI pointing to the selfie file final String
getIdFrontImagePath()
URI pointing to the ID front file final Unit
setIdFrontImagePath(String idFrontImagePath)
URI pointing to the ID front file final String
getIdBackImagePath()
URI pointing to the ID back file final Unit
setIdBackImagePath(String idBackImagePath)
URI pointing to the ID back file final String
getDocumentImagePath()
URI pointing to the document file final Unit
setDocumentImagePath(String documentImagePath)
URI pointing to the document file final String
getVoiceConsentSelfiePath()
URI pointing to the voice consent selfie file final Unit
setVoiceConsentSelfiePath(String voiceConsentSelfiePath)
URI pointing to the voice consent selfie file String
toString()
-
-
Constructor Detail
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath, String idBackImagePath, String documentImagePath, String voiceConsentSelfiePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath, String idBackImagePath, String documentImagePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath, String idBackImagePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath, String idFrontImagePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath, String selfieImagePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath, String audioFilePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error, String videoFilePath)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code, Throwable error)
-
VideoSelfieResult
VideoSelfieResult(ResultCode code)
-
-
Method Detail
-
getCode
final ResultCode getCode()
-
getVideoFilePath
final String getVideoFilePath()
URI pointing to the video file
-
setVideoFilePath
final Unit setVideoFilePath(String videoFilePath)
URI pointing to the video file
-
getAudioFilePath
final String getAudioFilePath()
URI pointing to the audio file
-
setAudioFilePath
final Unit setAudioFilePath(String audioFilePath)
URI pointing to the audio file
-
getSelfieImagePath
final String getSelfieImagePath()
URI pointing to the selfie file
-
setSelfieImagePath
final Unit setSelfieImagePath(String selfieImagePath)
URI pointing to the selfie file
-
getIdFrontImagePath
final String getIdFrontImagePath()
URI pointing to the ID front file
-
setIdFrontImagePath
final Unit setIdFrontImagePath(String idFrontImagePath)
URI pointing to the ID front file
-
getIdBackImagePath
final String getIdBackImagePath()
URI pointing to the ID back file
-
setIdBackImagePath
final Unit setIdBackImagePath(String idBackImagePath)
URI pointing to the ID back file
-
getDocumentImagePath
final String getDocumentImagePath()
URI pointing to the document file
-
setDocumentImagePath
final Unit setDocumentImagePath(String documentImagePath)
URI pointing to the document file
-
getVoiceConsentSelfiePath
final String getVoiceConsentSelfiePath()
URI pointing to the voice consent selfie file
-
setVoiceConsentSelfiePath
final Unit setVoiceConsentSelfiePath(String voiceConsentSelfiePath)
URI pointing to the voice consent selfie file
-
-
-
-