Class GenerateSignedVideoURLRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.GenerateSignedVideoURLRequest
-
public class GenerateSignedVideoURLRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetExpireTime()Get 播放链接过期时间StringgetVideoURL()Get 视频播放原始URL地址voidsetExpireTime(Long ExpireTime)Set 播放链接过期时间voidsetVideoURL(String VideoURL)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
-
GenerateSignedVideoURLRequest
public GenerateSignedVideoURLRequest()
-
GenerateSignedVideoURLRequest
public 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.
-
-
Method Detail
-
getVideoURL
public String getVideoURL()
Get 视频播放原始URL地址- Returns:
- VideoURL 视频播放原始URL地址
-
setVideoURL
public void setVideoURL(String VideoURL)
Set 视频播放原始URL地址- Parameters:
VideoURL- 视频播放原始URL地址
-
getExpireTime
public Long getExpireTime()
Get 播放链接过期时间- Returns:
- ExpireTime 播放链接过期时间
-
setExpireTime
public void setExpireTime(Long ExpireTime)
Set 播放链接过期时间- Parameters:
ExpireTime- 播放链接过期时间
-
-