Package video.api.client.api.models
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.StringSERIALIZED_NAME_TIMECODE -
Constructor Summary
Constructors Constructor Description VideoThumbnailPickPayload() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetTimecode()Frame in video to be used as a placeholder before the video plays.inthashCode()voidsetTimecode(java.lang.String timecode)VideoThumbnailPickPayloadtimecode(java.lang.String timecode)java.lang.StringtoString()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
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-