Class VideoThumbnailPickPayload

java.lang.Object
video.api.client.api.models.VideoThumbnailPickPayload
All Implemented Interfaces:
java.io.Serializable

public class VideoThumbnailPickPayload
extends java.lang.Object
implements java.io.Serializable
VideoThumbnailPickPayload
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String SERIALIZED_NAME_TIMECODE  
  • Constructor Summary

    Constructors
    Constructor Description
    VideoThumbnailPickPayload()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.lang.String getTimecode()
    Frame in video to be used as a placeholder before the video plays.
    int hashCode()  
    void setTimecode​(java.lang.String timecode)  
    VideoThumbnailPickPayload timecode​(java.lang.String timecode)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • SERIALIZED_NAME_TIMECODE

      public static final java.lang.String SERIALIZED_NAME_TIMECODE
      See Also:
      Constant Field Values
  • Constructor Details

    • VideoThumbnailPickPayload

      public VideoThumbnailPickPayload()
  • Method Details

    • timecode

      public VideoThumbnailPickPayload timecode​(java.lang.String timecode)
    • getTimecode

      public java.lang.String getTimecode()
      Frame in video to be used as a placeholder before the video plays. Example: '\"00:01:00.000\" for 1 minute into the video.' Valid Patterns: \"hh:mm:ss.ms\" \"hh:mm:ss:frameNumber\" \"124\" (integer value is reported as seconds) If selection is out of range, \"00:00:00.00\" will be chosen.
      Returns:
      timecode
    • setTimecode

      public void setTimecode​(java.lang.String timecode)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object