Class MediaCastPlaySetting
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.MediaCastPlaySetting
-
public class MediaCastPlaySetting extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAutoStartTime()Get 自动启动时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。StringgetEndTime()Get 结束时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。LonggetLoopCount()Get 循环播放次数。LoopCount 和 EndTime 同时只能有一个生效。默认循环播放次数为一次。如果同时设置了 LoopCount 和 EndTime 参数,优先使用 LoopCount 参数。voidsetAutoStartTime(String AutoStartTime)Set 自动启动时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。voidsetEndTime(String EndTime)Set 结束时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。voidsetLoopCount(Long LoopCount)Set 循环播放次数。LoopCount 和 EndTime 同时只能有一个生效。默认循环播放次数为一次。如果同时设置了 LoopCount 和 EndTime 参数,优先使用 LoopCount 参数。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
-
MediaCastPlaySetting
public MediaCastPlaySetting()
-
MediaCastPlaySetting
public 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.
-
-
Method Detail
-
getLoopCount
public Long getLoopCount()
Get 循环播放次数。LoopCount 和 EndTime 同时只能有一个生效。默认循环播放次数为一次。如果同时设置了 LoopCount 和 EndTime 参数,优先使用 LoopCount 参数。- Returns:
- LoopCount 循环播放次数。LoopCount 和 EndTime 同时只能有一个生效。默认循环播放次数为一次。如果同时设置了 LoopCount 和 EndTime 参数,优先使用 LoopCount 参数。
-
setLoopCount
public void setLoopCount(Long LoopCount)
Set 循环播放次数。LoopCount 和 EndTime 同时只能有一个生效。默认循环播放次数为一次。如果同时设置了 LoopCount 和 EndTime 参数,优先使用 LoopCount 参数。- Parameters:
LoopCount- 循环播放次数。LoopCount 和 EndTime 同时只能有一个生效。默认循环播放次数为一次。如果同时设置了 LoopCount 和 EndTime 参数,优先使用 LoopCount 参数。
-
getEndTime
public String getEndTime()
Get 结束时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。- Returns:
- EndTime 结束时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。- Parameters:
EndTime- 结束时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
-
getAutoStartTime
public String getAutoStartTime()
Get 自动启动时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。- Returns:
- AutoStartTime 自动启动时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
-
setAutoStartTime
public void setAutoStartTime(String AutoStartTime)
Set 自动启动时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。- Parameters:
AutoStartTime- 自动启动时间,采用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
-
-