public class VodPullInputPlayInfo extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.