Class ModifyVideoInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.ModifyVideoInfoRequest
-
public class ModifyVideoInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyVideoInfoRequest()ModifyVideoInfoRequest(ModifyVideoInfoRequest 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 过期时间 时间戳 -1: 永不过期 0: 无效值Long[]getInitIDs()Get 视频ID列表长度限制100内voidsetExpireTime(Long ExpireTime)Set 过期时间 时间戳 -1: 永不过期 0: 无效值voidsetInitIDs(Long[] InitIDs)Set 视频ID列表长度限制100内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
-
ModifyVideoInfoRequest
public ModifyVideoInfoRequest()
-
ModifyVideoInfoRequest
public ModifyVideoInfoRequest(ModifyVideoInfoRequest 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
-
getInitIDs
public Long[] getInitIDs()
Get 视频ID列表长度限制100内- Returns:
- InitIDs 视频ID列表长度限制100内
-
setInitIDs
public void setInitIDs(Long[] InitIDs)
Set 视频ID列表长度限制100内- Parameters:
InitIDs- 视频ID列表长度限制100内
-
getExpireTime
public Long getExpireTime()
Get 过期时间 时间戳 -1: 永不过期 0: 无效值- Returns:
- ExpireTime 过期时间 时间戳 -1: 永不过期 0: 无效值
-
setExpireTime
public void setExpireTime(Long ExpireTime)
Set 过期时间 时间戳 -1: 永不过期 0: 无效值- Parameters:
ExpireTime- 过期时间 时间戳 -1: 永不过期 0: 无效值
-
-