Class VodPullInputPlayInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.VodPullInputPlayInfo
-
public class VodPullInputPlayInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VodPullInputPlayInfo()VodPullInputPlayInfo(VodPullInputPlayInfo 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 FloatgetTimeOffset()Get 点播文件已播放时长,单位:秒。StringgetUrl()Get 当前正在播放文件 Url 。voidsetTimeOffset(Float TimeOffset)Set 点播文件已播放时长,单位:秒。voidsetUrl(String Url)Set 当前正在播放文件 Url 。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
-
VodPullInputPlayInfo
public VodPullInputPlayInfo()
-
VodPullInputPlayInfo
public VodPullInputPlayInfo(VodPullInputPlayInfo 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
-
getUrl
public String getUrl()
Get 当前正在播放文件 Url 。- Returns:
- Url 当前正在播放文件 Url 。
-
setUrl
public void setUrl(String Url)
Set 当前正在播放文件 Url 。- Parameters:
Url- 当前正在播放文件 Url 。
-
getTimeOffset
public Float getTimeOffset()
Get 点播文件已播放时长,单位:秒。- Returns:
- TimeOffset 点播文件已播放时长,单位:秒。
-
setTimeOffset
public void setTimeOffset(Float TimeOffset)
Set 点播文件已播放时长,单位:秒。- Parameters:
TimeOffset- 点播文件已播放时长,单位:秒。
-
-