Uses of Class
com.tencentcloudapi.iotvideo.v20201215.models.VideoBatch
-
Packages that use VideoBatch Package Description com.tencentcloudapi.iotvideo.v20201215.models -
-
Uses of VideoBatch in com.tencentcloudapi.iotvideo.v20201215.models
Methods in com.tencentcloudapi.iotvideo.v20201215.models that return VideoBatch Modifier and Type Method Description VideoBatchDescribeBatchResponse. getData()Get 批次详情VideoBatch[]DescribeBatchsResponse. getData()Get 批次列表详情Methods in com.tencentcloudapi.iotvideo.v20201215.models with parameters of type VideoBatch Modifier and Type Method Description voidDescribeBatchResponse. setData(VideoBatch Data)Set 批次详情voidDescribeBatchsResponse. setData(VideoBatch[] Data)Set 批次列表详情Constructors in com.tencentcloudapi.iotvideo.v20201215.models with parameters of type VideoBatch Constructor Description VideoBatch(VideoBatch 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.
-