Package video.api.client.api.models
Class VideoThumbnailPickPayload
- java.lang.Object
-
- video.api.client.api.models.VideoThumbnailPickPayload
-
- All Implemented Interfaces:
Serializable,DeepObject
public class VideoThumbnailPickPayload extends Object implements Serializable, DeepObject
VideoThumbnailPickPayload- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_TIMECODE
-
Constructor Summary
Constructors Constructor Description VideoThumbnailPickPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetTimecode()Frame in video to be used as a placeholder before the video plays.inthashCode()voidsetTimecode(String timecode)VideoThumbnailPickPayloadtimecode(String timecode)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_TIMECODE
public static final String SERIALIZED_NAME_TIMECODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
timecode
public VideoThumbnailPickPayload timecode(String timecode)
-
getTimecode
public 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(String timecode)
-
-