public class MediaSnapshotByTimePicInfoItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
MediaSnapshotByTimePicInfoItem() |
MediaSnapshotByTimePicInfoItem(MediaSnapshotByTimePicInfoItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Float |
getTimeOffset()
Get Time offset corresponding to the screenshot in the video in milliseconds.
|
String |
getUrl()
Get Screenshot URL.
|
Long[] |
getWaterMarkDefinition()
Get List of watermarking template IDs if the screenshots are watermarked.
|
void |
setTimeOffset(Float TimeOffset)
Set Time offset corresponding to the screenshot in the video in milliseconds.
|
void |
setUrl(String Url)
Set Screenshot URL.
|
void |
setWaterMarkDefinition(Long[] WaterMarkDefinition)
Set List of watermarking template IDs if the screenshots are watermarked.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MediaSnapshotByTimePicInfoItem()
public MediaSnapshotByTimePicInfoItem(MediaSnapshotByTimePicInfoItem source)
public Float getTimeOffset()
public void setTimeOffset(Float TimeOffset)
TimeOffset
- Time offset corresponding to the screenshot in the video in milliseconds.
Note: this field may return null, indicating that no valid values can be obtained.public String getUrl()
public void setUrl(String Url)
Url
- Screenshot URL.
Note: this field may return null, indicating that no valid values can be obtained.public Long[] getWaterMarkDefinition()
public void setWaterMarkDefinition(Long[] WaterMarkDefinition)
WaterMarkDefinition
- List of watermarking template IDs if the screenshots are watermarked.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.