Uses of Class
com.tencentcloudapi.ump.v20200918.models.CameraState
-
Packages that use CameraState Package Description com.tencentcloudapi.ump.v20200918.models -
-
Uses of CameraState in com.tencentcloudapi.ump.v20200918.models
Methods in com.tencentcloudapi.ump.v20200918.models that return CameraState Modifier and Type Method Description CameraState[]
CreateCameraStateRequest. getCameraStates()
Get 场内所有相机的状态值Methods in com.tencentcloudapi.ump.v20200918.models with parameters of type CameraState Modifier and Type Method Description void
CreateCameraStateRequest. setCameraStates(CameraState[] CameraStates)
Set 场内所有相机的状态值Constructors in com.tencentcloudapi.ump.v20200918.models with parameters of type CameraState Constructor Description CameraState(CameraState 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.
-