Package com.onfido.models
Class LiveVideo
- java.lang.Object
-
- com.onfido.models.LiveVideo
-
public final class LiveVideo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLiveVideo.Request
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<Map<String,Object>>getChallenge()Challenge the end user was asked to perform during the video recordingjava.time.OffsetDateTimegetCreatedAt()The date and time at which the live photo was uploadedStringgetDownloadHref()The URI that can be used to download the live photoStringgetFileName()The name of the uploaded fileintgetFileSize()The size of the file in bytesStringgetFileType()The file type of the uploaded fileStringgetHref()The URI of this resourceStringgetId()The unique identifier of the live photointhashCode()static LiveVideo.Requestrequest()StringtoString()
-
-
-
Method Detail
-
request
public static LiveVideo.Request request()
-
getId
public String getId()
The unique identifier of the live photo- Returns:
- The unique identifier of the live photo
-
getCreatedAt
public java.time.OffsetDateTime getCreatedAt()
The date and time at which the live photo was uploaded- Returns:
- The date and time at which the live photo was uploaded
-
getHref
public String getHref()
The URI of this resource- Returns:
- The URI of this resource
-
getDownloadHref
public String getDownloadHref()
The URI that can be used to download the live photo- Returns:
- The URI that can be used to download the live photo
-
getFileName
public String getFileName()
The name of the uploaded file- Returns:
- The name of the uploaded file
-
getFileSize
public int getFileSize()
The size of the file in bytes- Returns:
- The size of the file in bytes
-
getFileType
public String getFileType()
The file type of the uploaded file- Returns:
- The file type of the uploaded file
-
getChallenge
public List<Map<String,Object>> getChallenge()
Challenge the end user was asked to perform during the video recording- Returns:
- Challenge the end user was asked to perform during the video recording
-
-