public class MediaSampleSnapshotInfo extends AbstractModel
Constructor and Description |
---|
MediaSampleSnapshotInfo() |
MediaSampleSnapshotInfo(MediaSampleSnapshotInfo 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 |
---|---|
MediaSampleSnapshotItem[] |
getSampleSnapshotSet()
Get Information set of sampled screenshots with the specified specifications.
|
void |
setSampleSnapshotSet(MediaSampleSnapshotItem[] SampleSnapshotSet)
Set Information set of sampled screenshots with the specified specifications.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MediaSampleSnapshotInfo()
public MediaSampleSnapshotInfo(MediaSampleSnapshotInfo source)
public MediaSampleSnapshotItem[] getSampleSnapshotSet()
public void setSampleSnapshotSet(MediaSampleSnapshotItem[] SampleSnapshotSet)
SampleSnapshotSet
- Information set of sampled screenshots with the specified specifications. Each element represents a set of sampled screenshots with the same specification.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.