Class CreateCameraStateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ump.v20200918.models.CreateCameraStateRequest
-
public class CreateCameraStateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateCameraStateRequest()
CreateCameraStateRequest(CreateCameraStateRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CameraState[]
getCameraStates()
Get 场内所有相机的状态值String
getGroupCode()
Get 集团编码Long
getMallId()
Get 广场IDvoid
setCameraStates(CameraState[] CameraStates)
Set 场内所有相机的状态值void
setGroupCode(String GroupCode)
Set 集团编码void
setMallId(Long MallId)
Set 广场IDvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateCameraStateRequest
public CreateCameraStateRequest()
-
CreateCameraStateRequest
public CreateCameraStateRequest(CreateCameraStateRequest 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.
-
-
Method Detail
-
getGroupCode
public String getGroupCode()
Get 集团编码- Returns:
- GroupCode 集团编码
-
setGroupCode
public void setGroupCode(String GroupCode)
Set 集团编码- Parameters:
GroupCode
- 集团编码
-
getMallId
public Long getMallId()
Get 广场ID- Returns:
- MallId 广场ID
-
setMallId
public void setMallId(Long MallId)
Set 广场ID- Parameters:
MallId
- 广场ID
-
getCameraStates
public CameraState[] getCameraStates()
Get 场内所有相机的状态值- Returns:
- CameraStates 场内所有相机的状态值
-
setCameraStates
public void setCameraStates(CameraState[] CameraStates)
Set 场内所有相机的状态值- Parameters:
CameraStates
- 场内所有相机的状态值
-
-