Uses of Class
com.tencentcloudapi.iotvideo.v20201215.models.VideoProduct
-
Packages that use VideoProduct Package Description com.tencentcloudapi.iotvideo.v20201215.models -
-
Uses of VideoProduct in com.tencentcloudapi.iotvideo.v20201215.models
Methods in com.tencentcloudapi.iotvideo.v20201215.models that return VideoProduct Modifier and Type Method Description VideoProductCreateProductResponse. getData()Get 产品详情VideoProductDescribeProductResponse. getData()Get 产品详情VideoProduct[]DescribeProductsResponse. getData()Get 产品详情列表Methods in com.tencentcloudapi.iotvideo.v20201215.models with parameters of type VideoProduct Modifier and Type Method Description voidCreateProductResponse. setData(VideoProduct Data)Set 产品详情voidDescribeProductResponse. setData(VideoProduct Data)Set 产品详情voidDescribeProductsResponse. setData(VideoProduct[] Data)Set 产品详情列表Constructors in com.tencentcloudapi.iotvideo.v20201215.models with parameters of type VideoProduct Constructor Description VideoProduct(VideoProduct 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.
-