Class ComposeEmptyItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.ComposeEmptyItem
-
public class ComposeEmptyItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ComposeEmptyItem()ComposeEmptyItem(ComposeEmptyItem 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDuration()Get 元素时长,时间支持: 以 s 结尾,表示时间点单位为秒,如 3.5s 表示时间点为第3.5秒。voidsetDuration(String Duration)Set 元素时长,时间支持: 以 s 结尾,表示时间点单位为秒,如 3.5s 表示时间点为第3.5秒。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ComposeEmptyItem
public ComposeEmptyItem()
-
ComposeEmptyItem
public ComposeEmptyItem(ComposeEmptyItem 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.
-
-
Method Detail
-
getDuration
public String getDuration()
Get 元素时长,时间支持:- 以 s 结尾,表示时间点单位为秒,如 3.5s 表示时间点为第3.5秒。
- Returns:
- Duration 元素时长,时间支持:
- 以 s 结尾,表示时间点单位为秒,如 3.5s 表示时间点为第3.5秒。
-
setDuration
public void setDuration(String Duration)
Set 元素时长,时间支持:- 以 s 结尾,表示时间点单位为秒,如 3.5s 表示时间点为第3.5秒。
- Parameters:
Duration- 元素时长,时间支持:- 以 s 结尾,表示时间点单位为秒,如 3.5s 表示时间点为第3.5秒。
-
-