public class VodPullInputPlayInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Float |
getTimeOffset()
Get 点播文件已播放时长,单位:秒。
|
String |
getUrl()
Get 当前正在播放文件 Url 。
|
void |
setTimeOffset(Float TimeOffset)
Set 点播文件已播放时长,单位:秒。
|
void |
setUrl(String Url)
Set 当前正在播放文件 Url 。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public VodPullInputPlayInfo()
public VodPullInputPlayInfo(VodPullInputPlayInfo source)
public String getUrl()
public void setUrl(String Url)
Url
- 当前正在播放文件 Url 。public Float getTimeOffset()
public void setTimeOffset(Float TimeOffset)
TimeOffset
- 点播文件已播放时长,单位:秒。Copyright © 2022. All rights reserved.