public class EditInfo extends AbstractModel
Constructor and Description |
---|
EditInfo() |
EditInfo(EditInfo 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 |
---|---|
Long |
getEndTime()
Get 剪辑结束时间,单位:ms
|
Long |
getStartTime()
Get 剪辑开始时间,单位:ms。
|
void |
setEndTime(Long EndTime)
Set 剪辑结束时间,单位:ms
|
void |
setStartTime(Long StartTime)
Set 剪辑开始时间,单位:ms。
|
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 EditInfo()
public EditInfo(EditInfo source)
public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 剪辑开始时间,单位:ms。public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 剪辑结束时间,单位:msCopyright © 2021. All rights reserved.