Uses of Class
com.tencentcloudapi.ump.v20200918.models.CameraConfig
-
Packages that use CameraConfig Package Description com.tencentcloudapi.ump.v20200918.models -
-
Uses of CameraConfig in com.tencentcloudapi.ump.v20200918.models
Methods in com.tencentcloudapi.ump.v20200918.models that return CameraConfig Modifier and Type Method Description CameraConfig[]DescribeConfigResponse. getCameras()Get 摄像头列表Methods in com.tencentcloudapi.ump.v20200918.models with parameters of type CameraConfig Modifier and Type Method Description voidDescribeConfigResponse. setCameras(CameraConfig[] Cameras)Set 摄像头列表Constructors in com.tencentcloudapi.ump.v20200918.models with parameters of type CameraConfig Constructor Description CameraConfig(CameraConfig 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.
-