Package com.onfido.models
Class MotionCapture
- java.lang.Object
-
- com.onfido.models.MotionCapture
-
public final class MotionCapture extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMotionCapture.Request
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)java.time.OffsetDateTimegetCreatedAt()The date and time at which the motion capture was uploadedStringgetDownloadHref()The URI that can be used to download the motion captureStringgetFileName()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 motion captureinthashCode()static MotionCapture.Requestrequest()StringtoString()
-
-
-
Method Detail
-
request
public static MotionCapture.Request request()
-
getId
public String getId()
The unique identifier of the motion capture- Returns:
- The unique identifier of the motion capture
-
getCreatedAt
public java.time.OffsetDateTime getCreatedAt()
The date and time at which the motion capture was uploaded- Returns:
- The date and time at which the motion capture 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 motion capture- Returns:
- The URI that can be used to download the motion capture
-
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
-
-