public class RoundPlayFilePlayInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RoundPlayFilePlayInfo() |
RoundPlayFilePlayInfo(RoundPlayFilePlayInfo 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 |
---|---|
Float |
getDuration()
Get 播放时长,单位为秒。
|
String |
getFileId()
Get 媒体文件标识。
|
String |
getItemId()
Get 播单节目的 ID,由系统分配。
|
Float |
getProgress()
Get 播放进度,单位为秒。
|
String |
getStartPlayTime()
Get 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
|
void |
setDuration(Float Duration)
Set 播放时长,单位为秒。
|
void |
setFileId(String FileId)
Set 媒体文件标识。
|
void |
setItemId(String ItemId)
Set 播单节目的 ID,由系统分配。
|
void |
setProgress(Float Progress)
Set 播放进度,单位为秒。
|
void |
setStartPlayTime(String StartPlayTime)
Set 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。
|
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 RoundPlayFilePlayInfo()
public RoundPlayFilePlayInfo(RoundPlayFilePlayInfo source)
public String getItemId()
public void setItemId(String ItemId)
ItemId
- 播单节目的 ID,由系统分配。public String getFileId()
public void setFileId(String FileId)
FileId
- 媒体文件标识。public String getStartPlayTime()
public void setStartPlayTime(String StartPlayTime)
StartPlayTime
- 启播时间,格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#52)。public Float getDuration()
public void setDuration(Float Duration)
Duration
- 播放时长,单位为秒。public Float getProgress()
public void setProgress(Float Progress)
Progress
- 播放进度,单位为秒。Copyright © 2025. All rights reserved.