Class LiveVideo


  • public final class LiveVideo
    extends Object
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object