Class DescribeImageRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ump.v20200918.models.DescribeImageRequest
-
public class DescribeImageRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeImageRequest()DescribeImageRequest(DescribeImageRequest 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 LonggetCameraId()Get 摄像头IDStringgetGroupCode()Get 集团编码LonggetMallId()Get 广场IDvoidsetCameraId(Long CameraId)Set 摄像头IDvoidsetGroupCode(String GroupCode)Set 集团编码voidsetMallId(Long MallId)Set 广场IDvoidtoMap(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
-
DescribeImageRequest
public DescribeImageRequest()
-
DescribeImageRequest
public DescribeImageRequest(DescribeImageRequest 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
-
getCameraId
public Long getCameraId()
Get 摄像头ID- Returns:
- CameraId 摄像头ID
-
setCameraId
public void setCameraId(Long CameraId)
Set 摄像头ID- Parameters:
CameraId- 摄像头ID
-
-