public class GenerateSignedVideoURLRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GenerateSignedVideoURLRequest() | 
| GenerateSignedVideoURLRequest(GenerateSignedVideoURLRequest 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 | 
|---|---|
| Long | getExpireTime()Get 播放链接过期时间(时间戳,单位秒) | 
| String | getVideoURL()Get 视频播放原始URL地址 | 
| void | setExpireTime(Long ExpireTime)Set 播放链接过期时间(时间戳,单位秒) | 
| void | setVideoURL(String VideoURL)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 GenerateSignedVideoURLRequest()
public GenerateSignedVideoURLRequest(GenerateSignedVideoURLRequest source)
public String getVideoURL()
public void setVideoURL(String VideoURL)
VideoURL - 视频播放原始URL地址public Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime - 播放链接过期时间(时间戳,单位秒)Copyright © 2025. All rights reserved.