Uses of Class
com.tencentcloudapi.trtc.v20190722.models.CloudVod
-
Packages that use CloudVod Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of CloudVod in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return CloudVod Modifier and Type Method Description CloudVodStorageParams. getCloudVod()Get 腾讯云云点播的账号信息。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type CloudVod Modifier and Type Method Description voidStorageParams. setCloudVod(CloudVod CloudVod)Set 腾讯云云点播的账号信息。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type CloudVod Constructor Description 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.
-