public class MediaCuttingTimeInfo extends AbstractModel
Constructor and Description |
---|
MediaCuttingTimeInfo() |
MediaCuttingTimeInfo(MediaCuttingTimeInfo 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 |
---|---|
IntervalTime |
getIntervalPoint()
Get 周期采样点信息,Type=IntervalPoint时必选。
|
Long[] |
getPointSet()
Get 截取时间点集合,单位毫秒,Type=PointSet时必选。
|
SectionTime[] |
getSectionSet()
Get 时间区间集合信息,Type=SectionSet时必选。
|
String |
getType()
Get 时间类型,可选值:
PointSet:时间点集合;
IntervalPoint:周期采样点;
SectionSet:时间片段集合。
|
void |
setIntervalPoint(IntervalTime IntervalPoint)
Set 周期采样点信息,Type=IntervalPoint时必选。
|
void |
setPointSet(Long[] PointSet)
Set 截取时间点集合,单位毫秒,Type=PointSet时必选。
|
void |
setSectionSet(SectionTime[] SectionSet)
Set 时间区间集合信息,Type=SectionSet时必选。
|
void |
setType(String Type)
Set 时间类型,可选值:
PointSet:时间点集合;
IntervalPoint:周期采样点;
SectionSet:时间片段集合。
|
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 MediaCuttingTimeInfo()
public MediaCuttingTimeInfo(MediaCuttingTimeInfo source)
public String getType()
public void setType(String Type)
Type
- 时间类型,可选值:
PointSet:时间点集合;
IntervalPoint:周期采样点;
SectionSet:时间片段集合。public Long[] getPointSet()
public void setPointSet(Long[] PointSet)
PointSet
- 截取时间点集合,单位毫秒,Type=PointSet时必选。public IntervalTime getIntervalPoint()
public void setIntervalPoint(IntervalTime IntervalPoint)
IntervalPoint
- 周期采样点信息,Type=IntervalPoint时必选。public SectionTime[] getSectionSet()
public void setSectionSet(SectionTime[] SectionSet)
SectionSet
- 时间区间集合信息,Type=SectionSet时必选。Copyright © 2021. All rights reserved.