Class CloudVod
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.CloudVod
-
public class CloudVod extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TencentVod
getTencentVod()
Get 腾讯云点播相关参数。void
setTencentVod(TencentVod TencentVod)
Set 腾讯云点播相关参数。void
toMap(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
-
CloudVod
public CloudVod()
-
CloudVod
public CloudVod(CloudVod 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
-
getTencentVod
public TencentVod getTencentVod()
Get 腾讯云点播相关参数。- Returns:
- TencentVod 腾讯云点播相关参数。
-
setTencentVod
public void setTencentVod(TencentVod TencentVod)
Set 腾讯云点播相关参数。- Parameters:
TencentVod
- 腾讯云点播相关参数。
-
-