Class ChorusClip
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ame.v20190916.models.ChorusClip
-
public class ChorusClip extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChorusClip()ChorusClip(ChorusClip 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 LonggetEndTime()Get 副歌结束时间,单位:毫秒LonggetStartTime()Get 副歌时间,单位:毫秒voidsetEndTime(Long EndTime)Set 副歌结束时间,单位:毫秒voidsetStartTime(Long StartTime)Set 副歌时间,单位:毫秒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
-
ChorusClip
public ChorusClip()
-
ChorusClip
public ChorusClip(ChorusClip 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
-
getStartTime
public Long getStartTime()
Get 副歌时间,单位:毫秒- Returns:
- StartTime 副歌时间,单位:毫秒
-
setStartTime
public void setStartTime(Long StartTime)
Set 副歌时间,单位:毫秒- Parameters:
StartTime- 副歌时间,单位:毫秒
-
getEndTime
public Long getEndTime()
Get 副歌结束时间,单位:毫秒- Returns:
- EndTime 副歌结束时间,单位:毫秒
-
setEndTime
public void setEndTime(Long EndTime)
Set 副歌结束时间,单位:毫秒- Parameters:
EndTime- 副歌结束时间,单位:毫秒
-
-