public class MediaCastPlaySetting extends AbstractModel
header, skipSign
Constructor and Description |
---|
MediaCastPlaySetting() |
MediaCastPlaySetting(MediaCastPlaySetting 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 |
---|---|
String |
getAutoStartTime()
Get 自动启动时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
String |
getEndTime()
Get 结束时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
Long |
getLoopCount()
Get 循环播放次数。LoopCount 和 EndTime 同时只能有一个生效。默认循环播放次数为一次。如果同时设置了 LoopCount 和 EndTime 参数,优先使用 LoopCount 参数。
|
void |
setAutoStartTime(String AutoStartTime)
Set 自动启动时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setEndTime(String EndTime)
Set 结束时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setLoopCount(Long LoopCount)
Set 循环播放次数。LoopCount 和 EndTime 同时只能有一个生效。默认循环播放次数为一次。如果同时设置了 LoopCount 和 EndTime 参数,优先使用 LoopCount 参数。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MediaCastPlaySetting()
public MediaCastPlaySetting(MediaCastPlaySetting source)
public Long getLoopCount()
public void setLoopCount(Long LoopCount)
LoopCount
- 循环播放次数。LoopCount 和 EndTime 同时只能有一个生效。默认循环播放次数为一次。如果同时设置了 LoopCount 和 EndTime 参数,优先使用 LoopCount 参数。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。public String getAutoStartTime()
public void setAutoStartTime(String AutoStartTime)
AutoStartTime
- 自动启动时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。Copyright © 2024. All rights reserved.